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

# FVyBuildMessageSignatureRequestDto

## Properties

| Data     | FVyOptString                                                                                                        | The message to be signed                                                                                                                                                                                                                                                                                                          |
| -------- | ------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Status   | [EVyTransactionRequestState](/sdk-reference/ue5-sdk-v3/object-references/wallet/enum/evytransactionrequeststate.md) | 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](/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain.md)                                     | 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>                                                                                                                                                                                                                                                     |
