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