# VySignatureRequestDto

## Properties

| Field    | Type   | Description                                      | Required |
| -------- | ------ | ------------------------------------------------ | -------- |
| Id       | string | Unique identifier for the signature request      | ✗        |
| WalletId | string | UUID of the wallet that will sign the message    | ✗        |
| Status   | string | Current status of the signature request          | ✗        |
| Data     | string | The message or data to be signed                 | ✗        |
| Hash     | bool   | Whether the data should be hashed before signing | ✗        |
| Type     | string | The signature type and blockchain network        | ✗        |

## References

**Schema**

* [VySavedOrReadySignatureResponse](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vycreatesignaturebase/vysavedorreadysignatureresponse)
