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