Skip to content

Latest commit

 

History

History
67 lines (38 loc) · 1.75 KB

Capability.md

File metadata and controls

67 lines (38 loc) · 1.75 KB

@ethereumjs/tx / Capability

Enumeration: Capability

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

Table of contents

Enumeration Members

Enumeration Members

EIP1559FeeMarket

EIP1559FeeMarket = 1559

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

Defined in

tx/src/types.ts:31


EIP155ReplayProtection

EIP155ReplayProtection = 155

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

Defined in

tx/src/types.ts:25


EIP2718TypedTransaction

EIP2718TypedTransaction = 2718

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

Defined in

tx/src/types.ts:37


EIP2930AccessLists

EIP2930AccessLists = 2930

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

Defined in

tx/src/types.ts:43