# VyWalletEventDto

## Properties

| Field          | Type                                                                                                      | Description                | Required |
| -------------- | --------------------------------------------------------------------------------------------------------- | -------------------------- | -------- |
| eventTimestamp | Date                                                                                                      | The date-time of the event | ✗        |
| client         | string                                                                                                    |                            | ✗        |
| type           | [VyWalletEventType](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vywalleteventtype) | The event type             | ✗        |
| metadata       | string                                                                                                    |                            | ✗        |
| walletId       | string                                                                                                    | The wallet \`UUID\`        | ✗        |

## References

**Operation**

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