> For the complete documentation index, see [llms.txt](https://docs.usemoon.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usemoon.ai/sdks/rust/transactionapiresponse.md).

# TransactionApiResponse

## Properties

| Name                  | Type                                                                                                    | Description | Notes       |
| --------------------- | ------------------------------------------------------------------------------------------------------- | ----------- | ----------- |
| **success**           | **bool**                                                                                                |             |             |
| **message**           | **String**                                                                                              |             |             |
| **body**              | Option<[**crate::models::InputBody**](/sdks/rust/inputbody.md)>                                         |             | \[optional] |
| **address**           | Option<**String**>                                                                                      |             | \[optional] |
| **transaction\_hash** | Option<[**serde\_json::Value**](https://github.com/moon-up/docs-sdk/blob/main/rust/docs/.md/README.md)> |             | \[optional] |
| **signed\_tx**        | Option<[**serde\_json::Value**](https://github.com/moon-up/docs-sdk/blob/main/rust/docs/.md/README.md)> |             | \[optional] |
| **data**              | Option<[**crate::models::Transaction**](/sdks/rust/transaction.md)>                                     |             | \[optional] |

[\[Back to Model list\]](/sdks/rust.md#documentation-for-models) [\[Back to API list\]](/sdks/rust.md#documentation-for-api-endpoints) [\[Back to README\]](/sdks/rust.md)
