# VyTransactionDto

## Properties

| Field                                      | Type                                                                                                                      | Description                                    | Required |
| ------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------- | -------- |
| expiresAt                                  | Date                                                                                                                      |                                                | ✗        |
| createdAt                                  | Date                                                                                                                      | The date-time when the transaction was created | ✗        |
| transactionRequest                         | [VyTransactionRequestBase](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vytransactionrequestbase) |                                                | ✗        |
| transactionHash                            | string                                                                                                                    | The transaction hash                           | ✗        |
| originId                                   | string                                                                                                                    |                                                | ✗        |
| ~~resubmittedTransactionId~~ \[Deprecated] | string                                                                                                                    |                                                | ✗        |
| replacedBy                                 | string                                                                                                                    |                                                | ✗        |

## References

**Operation**

* [getTransactions](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/wallet/transactions/gettransactions)
