DynamicFeeTx is the data of EIP-1559 dinamic fee transactions.

Hierarchy

  • DynamicFeeTx

Properties

accesses: AccessTuple[]
chainId: string

destination EVM chain ID

data: Uint8Array

input defines the data payload bytes of the transaction.

gas: number

gas defines the gas limit defined for the transaction.

gasFeeCap: string

gas fee cap defines the max value for the gas fee

gasTipCap: string

gas tip cap defines the max value for the gas tip

nonce: number

nonce corresponds to the account nonce (transaction sequence).

r: Uint8Array

r defines the signature value

s: Uint8Array

s define the signature value

to: string

hex formatted address of the recipient

v: Uint8Array

v defines the signature value

value: string

value defines the the transaction amount.

Generated using TypeDoc