# VyTransactionStatusDto

## Properties

| Field              | Type                                                                                         | Description                                                                                          | Required |
| ------------------ | -------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -------- |
| Hash               | string                                                                                       | The transaction hash                                                                                 | ✗        |
| Status             | [eVyTransactionState](/sdk-reference/c-sdk-v3/object-references/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          | 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](/sdk-reference/c-sdk-v3/object-references/enum/evychain.md)                       | The blockchain of the transaction                                                                    | ✗        |
| Input              | string                                                                                       | The input data of the transaction                                                                    | ✗        |

## References

**Operation**

* [GetTransactionStatus](/sdk-reference/c-sdk-v3/function-references/wallet/transactions/gettransactionstatus.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vytransactionstatusdto.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
