ethereumjs-monorepo

@ethereumjs/tx


@ethereumjs/tx / createBlob4844TxFromRLP

Function: createBlob4844TxFromRLP()

createBlob4844TxFromRLP(serialized, opts): Blob4844Tx

Defined in: 4844/constructors.ts:199

Instantiate a transaction from a RLP serialized tx.

Format: 0x03 || rlp([chain_id, nonce, max_priority_fee_per_gas, max_fee_per_gas, gas_limit, to, value, data, access_list, max_fee_per_data_gas, blob_versioned_hashes, y_parity, r, s])

Parameters

serialized

Uint8Array

opts

TxOptions = {}

Returns

Blob4844Tx