> For the complete documentation index, see [llms.txt](https://docs.cloud.debank.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloud.debank.com/en/readme/api-models/transactionobject.md).

# TransactionObject

* `chainId`: ChainId
* `from`: The address the transaction is sent from.
* `to`: The address the transaction is directed to.
* `value`: Integer of the value send with this transaction
* `data`: The compiled code of a contract OR the hash of the invoked method signature and encoded parameters.
* `gas`: Integer of the gas provided for the transaction execution.
* `maxFeePerGas`: maximum amount you’re willing to pay.
* `maxPriorityFeePerGas`: The part of the fee that goes to the miner
* `nonce`: Integer of a nonce.
