VyEip712DomainDto

A class representing the EIP-712 domain used for signing and verifying messages.

Properties

FieldTypeDescription

name

string

The name of the domain.

version

string

The version of the domain.

verifyingContract

string

The address of the verifying contract.

salt

string

The salt used to generate the domain separator.

Last updated