Type Alias EIP712MessageMessage

EIP712MessageMessage: { [key: string]: unknown }

The message to sign. The structure of this message must match the primaryType struct in the types object.

Type declaration

  • [key: string]: unknown