Skip to main content
The message to sign using EIP-712.

Properties

PropertyTypeDescription
domainEIP712Domain-
typesEIP712Types-
primaryTypestringThe primary type of the message. This is the name of the struct in the types object that is the root of the message.
messageEIP712MessageThe message to sign. The structure of this message must match the primaryType struct in the types object.