@ethereumjs/tx / 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])
Uint8Array
TxOptions
= {}