VyEip721SignatureRequest
Represents a request to sign data using the EIP712 standard.
Derived Properties (VySignatureRequestBase)
Field
Type
Description
walletId [required]
string
The ID of the wallet to use for the signature.
Properties
Field
Type
Description
data
JToken
The data to be signed.
type
string
The type of signature to be used. Always returns 'EIP712'.
Last updated