Transaction
Represents an Ethereum transaction.
Table of contents
Properties
Properties
to
β’ to: `0x${string}`
The recipient (receiver) address in hexadecimal format.
value
β’ Optional value: bigint
The amount of Wei to be sent with the transaction.
data
β’ data: `0x${string}`
The data to be included in the transaction in hexadecimal format.
Last updated
Was this helpful?