VySignatureRequestDto

The created signature request object

Properties

Field
Type
Description
Required

id

string

Unique identifier for the signature request

βœ—

walletId

string

UUID of the wallet that will sign the message

βœ—

status

string

Current status of the signature request

βœ—

data

string

The message or data to be signed

βœ—

hash

boolean

Whether the data should be hashed before signing

βœ—

type

string

The signature type and blockchain network

βœ—

References

Schema

Last updated