LegacyTx is the transaction data of regular Ethereum transactions. NOTE: All non-protected transactions (i.e non EIP155 signed) will fail if the AllowUnprotectedTxs parameter is disabled.

Hierarchy

  • LegacyTx

Properties

Properties

data: Uint8Array

input defines the data payload bytes of the transaction.

gas: number

gas defines the gas limit defined for the transaction.

gasPrice: string

gas price defines the value for each gas unit

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 unsigned integer value of the transaction amount.

Generated using TypeDoc