# 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        |
