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

# FVyBuildSignatureRequest\_Eip712Request

## Properties

| Data     | FVyOptJsonToken                                                                                                     |                                                                                                                                                                                                                                                                                                                                   |
| -------- | ------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 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 EVM-compatible blockchain network for EIP-712 signatures                                                                                                                                                                                                                                                                      |
| WalletId | FVyOptString                                                                                                        | The \`UUID\` of the wallet that will sign the message                                                                                                                                                                                                                                                                             |
| Type     | FString                                                                                                             | <p>\[READ-ONLY] == EIP712<br>Must be 'EIP712' for structured data signatures</p>                                                                                                                                                                                                                                                  |
