VyMessageSignatureRequest

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

Derived Properties (VySignatureRequestBase)

Field
Type
Description

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

Field
Type
Description

data

string

The message data to be signed.

type

string

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

Last updated