> 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/ue5-sdk-v3/object-references/wallet/fvysignaturerequestdto.md).

# FVySignatureRequestDto

The created signature request object

## Properties

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