VyEip712MessageDto
This class represents a data transfer object for a message that conforms to the EIP-712 standard.
Properties
Field
Type
Description
nonce
int
The nonce value for the message.
from
string
The address of the sender of the message.
functionSignature
string
The function signature for the message, if applicable.
Last updated