Options
All
  • Public
  • Public/Protected
  • All
Menu
property

chainId - Network ID as per EIP-155

property

data - Data to pass with this transaction

property

from - Address to send this transaction from

property

gas - Gas to send with this transaction

property

gasPrice - Price of gas with this transaction

property

gasUsed - Gas used in the transaction

property

nonce - Unique number to prevent replay attacks

property

to - Address to send this transaction to

property

value - Value associated with this transaction

Hierarchy

  • Transaction

Index

Properties

chainId?: number
data?: string
estimatedBaseFee?: string
from: string
gas?: string
gasPrice?: string
gasUsed?: string
maxFeePerGas?: string
maxPriorityFeePerGas?: string
nonce?: string
to?: string
value?: string

Generated using TypeDoc