VyEip712RequestDto

This class represents a request for EIP-712 signature with Vy-specific domain and message.

Properties

FieldTypeDescription

types

JToken

The types used in the EIP-712 signature. Can be null.

domain

The domain parameters of the EIP-712 signature.

primaryType

string

The primary type of the EIP-712 signature.

message

The message to be signed with the EIP-712 signature.

Last updated