> 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/transactionreceipt.md).

# TransactionReceipt

| Field       | Type   | Required | Description                                 |
| ----------- | ------ | -------- | ------------------------------------------- |
| networkId   | number | ✅        | The network ID                              |
| txHash      | string | ✅        | The transaction hash                        |
| blockNumber | number | ✅        | The block number of the transaction         |
| gasUsed     | number | ✅        | The amount of gas used from the transaction |
