For the complete documentation index, see llms.txt. This page is also available as Markdown.

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?