Skip to main content
type EIP712Message = {
[key: string]: unknown;
};
The message to sign. The structure of this message must match the primaryType struct in the types object.

Index Signature

[key: string]: unknown