Variable EIP712_TYPED_DATA_SCHEMAConst
EIP712_TYPED_DATA_SCHEMA: ZodObject<
{
domain: ZodObject<
{
chainId: ZodNumber;
name: ZodString;
verifyingContract: ZodString;
version: ZodString;
},
$strip,
>;
message: ZodRecord<ZodString, ZodUnknown>;
primaryType: ZodString;
types: ZodRecord<
ZodString,
ZodArray<ZodObject<{ name: ZodString; type: ZodString }, $strip>>,
>;
},
$strip,
> = ...
Schema for EIP-712 typed data