VyEip721SignatureRequest

Represents a request to sign data using the EIP712 standard.

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

JToken

The data to be signed.

type

string

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

Last updated