VyMessageSignatureRequest

Represents a request for signing a message using a Vy signature.

Derived Properties (VySignatureRequestBase)

FieldTypeDescription

chain [required]

The type of blockchain network to use for the signature.

walletId [required]

string

The ID of the wallet to use for the signature.

Properties

FieldTypeDescription

data

string

The message data to be signed.

type

string

The type of signature to be used. Always returns 'MESSAGE'.

Last updated