# FVyBuildSignatureRequest\_MessageRequest

## Properties

| Data     | FVyOptString                                                                                                                         | The message to be signed                                                                                                                                                                                                                                                                                                          |
| -------- | ------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Status   | [EVyTransactionRequestState](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/enum/evytransactionrequeststate) | Controls the execution behavior of the signature request: - \*\*Omit field\*\*: Signature is executed immediately and completed in this request - \`SAVED\`: Creates a draft signature request with assigned UUID for later execution - \`READY\`: Prepares the signature request with assigned UUID, ready for immediate signing |
| Chain    | [EVyChain](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain)                                     | The blockchain of the signature request                                                                                                                                                                                                                                                                                           |
| WalletId | FVyOptString                                                                                                                         | The \`UUID\` of the wallet that will sign the message                                                                                                                                                                                                                                                                             |
| Type     | FString                                                                                                                              | <p>\[READ-ONLY] == MESSAGE<br>Must be 'MESSAGE' for plain data signatures</p>                                                                                                                                                                                                                                                     |
