> For the complete documentation index, see [llms.txt](https://docs.manifold.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.manifold.xyz/client-sdk/reference/transactiondata.md).

# TransactionData

| Field           | Type   | Required | Description                            |
| --------------- | ------ | -------- | -------------------------------------- |
| contractAddress | string | ✅        | Target contract                        |
| transactionData | string | ✅        | Encoded calldata                       |
| gasEstimate     | BigInt | ✅        | Gas estimate of the transaction        |
| networkId       | number | ✅        | Network of transaction                 |
| value           | bigint | ✅        | The required value for the transaction |
