ethereumjs-monorepo

@ethereumjs/tx


@ethereumjs/tx / isFeeMarket1559TxData

Function: isFeeMarket1559TxData()

isFeeMarket1559TxData(txData): txData is FeeMarketEIP1559TxData

Defined in: types.ts:325

Type guard to check if transaction data is Fee Market EIP-1559 transaction data

Parameters

txData

TypedTxData

The transaction data to check

Returns

txData is FeeMarketEIP1559TxData

true if transaction data is Fee Market EIP-1559 type