ethereumjs-monorepo

@ethereumjs/tx


@ethereumjs/tx / Capability

Variable: Capability

Capability: object

Defined in: types.ts:16

Can be used in conjunction with [TransactionType].supports to query on tx capabilities

Type declaration

EIP1559FeeMarket

EIP1559FeeMarket: number = 1559

Tx supports EIP-1559 gas fee market mechanism See: 1559 Fee Market EIP

EIP155ReplayProtection

EIP155ReplayProtection: number = 155

Tx supports EIP-155 replay protection See: 155 Replay Attack Protection EIP

EIP2718TypedTransaction

EIP2718TypedTransaction: number = 2718

Tx is a typed transaction as defined in EIP-2718 See: 2718 Transaction Type EIP

EIP2930AccessLists

EIP2930AccessLists: number = 2930

Tx supports access list generation as defined in EIP-2930 See: 2930 Access Lists EIP

EIP7702EOACode

EIP7702EOACode: number = 7702

Tx supports setting EOA code See EIP-7702