@ethereumjs/tx / createAccessList2930TxFromBytesArray
createAccessList2930TxFromBytesArray(
values
,opts
):AccessList2930Tx
Defined in: 2930/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, gasPrice, gasLimit, to, value, data, accessList,
signatureYParity (v), signatureR (r), signatureS (s)]
AccessList2930TxValuesArray
TxOptions
= {}