# FVyTransactionStatusDto

## Properties

| Hash               | FString                                                                                                                | The transaction hash                                                                                 |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| Status             | [EVyTransactionState](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/enum/evytransactionstate) | 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](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain)                       | The blockchain of the transaction                                                                    |
| Input              | FString                                                                                                                | The input data of the transaction                                                                    |
