> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/fvytransactionstatusdto.md).

# FVyTransactionStatusDto

## Properties

| Hash               | FString                                                                                               | The transaction hash                                                                                 |
| ------------------ | ----------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| Status             | [EVyTransactionState](/sdk-reference/ue5-sdk-v3/object-references/wallet/enum/evytransactionstate.md) | The current status of the transaction                                                                |
| Confirmations      | int                                                                                                   | Refers to the number of blocks that have been added to the blockchain                                |
| BlockHash          | FString                                                                                               | A unique identifier for a block within a blockchain                                                  |
| BlockNumber        | int                                                                                                   | Refers to the unique identifier assigned to each block in a blockchain                               |
| HasReachedFinality | bool                                                                                                  | Indicates if the transaction was completed. Refers to the irreversibility of a confirmed transaction |
| Chain              | [EVyChain](/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain.md)                       | The blockchain of the transaction                                                                    |
| Input              | FString                                                                                               | The input data of the transaction                                                                    |
