> 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/vysignaturerequestdto.md).

# 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     | boolean | Whether the data should be hashed before signing | ✗        |
| type     | string  | The signature type and blockchain network        | ✗        |

## References

**Schema**

* [VySavedOrReadySignatureResponse](/sdk-reference/ts-js-v3/object-references/wallet/vycreatesignaturebase/vysavedorreadysignatureresponse.md)
