> 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/ts-js-v3/object-references/wallet/vytransactionstatusdto.md).

# VyTransactionStatusDto

## Properties

| Field              | Type                                                                                       | Description                                                                                          | Required |
| ------------------ | ------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------- | -------- |
| hash               | string                                                                                     | The transaction hash                                                                                 | ✗        |
| status             | [VyTransactionState](/sdk-reference/ts-js-v3/object-references/enum/vytransactionstate.md) | The current status of the transaction                                                                | ✗        |
| confirmations      | number                                                                                     | 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        | number                                                                                     | Refers to the unique identifier assigned to each block in a blockchain                               | ✗        |
| hasReachedFinality | boolean                                                                                    | Indicates if the transaction was completed. Refers to the irreversibility of a confirmed transaction | ✗        |
| chain              | [VyChain](/sdk-reference/ts-js-v3/object-references/enum/vychain.md)                       | The blockchain of the transaction                                                                    | ✗        |
| input              | string                                                                                     | The input data of the transaction                                                                    | ✗        |

## References

**Operation**

* [getTransactionStatus](/sdk-reference/ts-js-v3/function-references/wallet/transactions/gettransactionstatus.md)
