ethereumjs-monorepo

@ethereumjs/tx


@ethereumjs/tx / createBlob4844TxFromBytesArray

Function: createBlob4844TxFromBytesArray()

createBlob4844TxFromBytesArray(values, opts): Blob4844Tx

Defined in: 4844/constructors.ts:129

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]

Parameters

values

BlobEIP4844TxValuesArray

opts

TxOptions = {}

Returns

Blob4844Tx