Skip to main content

FeeMarketEIP1559TxData

FeeMarketEIP1559Transaction data.

Hierarchy

Index

Properties

optionalaccessList

accessList?: null | AccessListUint8Array | AccessList

The access list which contains the addresses/storage slots which the transaction wishes to access

optionalchainId

chainId?: Numbers

The transaction’s chain ID

optionaldata

This will contain the data of the message or the init of a contract.

optionalgasLimit

gasLimit?: Uint8Array | Numbers

The transaction’s gas limit.

optionalgasPrice

gasPrice?: null

The transaction’s gas price, inherited from Transaction. This property is not used for EIP1559 transactions and should always be undefined for this specific transaction type.

optionalmaxFeePerGas

maxFeePerGas?: Uint8Array | Numbers

The maximum total fee

optionalmaxPriorityFeePerGas

maxPriorityFeePerGas?: Uint8Array | Numbers

The maximum inclusion fee per gas (this fee is given to the miner)

optionalnonce

nonce?: Uint8Array | Numbers

The transaction’s nonce.

optionalr

r?: Uint8Array | Numbers

EC signature parameter.

optionals

s?: Uint8Array | Numbers

EC signature parameter.

optionalto

to?: string | Uint8Array | Address

The transaction’s the address is sent to.

optionaltype

type?: Numbers

The transaction type

optionalv

v?: Uint8Array | Numbers

EC recovery ID.

optionalvalue

value?: Uint8Array | Numbers

The amount of Ether sent.