@ethereumjs/tx / create1559FeeMarketTxFromBytesArray
create1559FeeMarketTxFromBytesArray(
values
,opts
):FeeMarket1559Tx
Defined in: 1559/constructors.ts:38
Create a transaction from an array of byte encoded values ordered according to the devp2p network encoding - format noted below.
Format: [chainId, nonce, maxPriorityFeePerGas, maxFeePerGas, gasLimit, to, value, data,
accessList, signatureYParity, signatureR, signatureS]
FeeMarketEIP1559TxValuesArray
TxOptions
= {}