For the complete documentation index, see llms.txt. This page is also available as Markdown.

VyBuildMessageSignatureRequestDto

\!! DESCRIPTION MISSING !!

Derived Properties (VyBuildSignatureRequestBase)

Field
Type
Description
Required

status

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

βœ—

type

The cryptographic signature method to be used: - `MESSAGE`: Plain message signing (personal_sign) - `EIP712`: Structured data signing following EIP-712 standard for typed data

βœ“

chain

The blockchain of the signature request

βœ—

walletId

string

The `UUID` of the wallet that will sign the message

βœ—

Properties

Field
Type
Description
Required

data

string

The message to be signed

βœ—

References

Schema

Operation

Last updated