ethereumjs-monorepo

@ethereumjs/tx


@ethereumjs/tx / createFeeMarket1559TxFromRLP

Function: createFeeMarket1559TxFromRLP()

createFeeMarket1559TxFromRLP(serialized, opts): FeeMarket1559Tx

Defined in: 1559/constructors.ts:88

Instantiate a transaction from an RLP serialized tx.

Format: 0x02 || rlp([chainId, nonce, maxPriorityFeePerGas, maxFeePerGas, gasLimit, to, value, data, accessList, signatureYParity, signatureR, signatureS])

Parameters

serialized

Uint8Array

opts

TxOptions = {}

Returns

FeeMarket1559Tx