# VyTransactionStatusDto

## Properties

| Field              | Type                                                                                                          | Description                                                                                          | Required |
| ------------------ | ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -------- |
| Hash               | string                                                                                                        | The transaction hash                                                                                 | ✗        |
| Status             | [eVyTransactionState](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evytransactionstate) | The current status of the transaction                                                                | ✗        |
| Confirmations      | int                                                                                                           | Refers to the number of blocks that have been added to the blockchain                                | ✗        |
| BlockHash          | string                                                                                                        | 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/c-sdk-v3/object-references/enum/evychain)                       | The blockchain of the transaction                                                                    | ✗        |
| Input              | string                                                                                                        | The input data of the transaction                                                                    | ✗        |

## References

**Operation**

* [GetTransactionStatus](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/wallet/transactions/gettransactionstatus)
