ethereumjs-monorepo

@ethereumjs/tx


@ethereumjs/tx / isBlob4844Tx

Function: isBlob4844Tx()

isBlob4844Tx(tx): tx is Blob4844Tx

Defined in: types.ts:198

Type guard to check if transaction is a Blob EIP-4844 transaction

Parameters

tx

TypedTransaction

The transaction to check

Returns

tx is Blob4844Tx

true if transaction is Blob EIP-4844 type