Interface: TypedData
types.TypedData
The complete typed data, with all the structs, domain data, primary type of the message, and the message itself.
Properties​
types​
• types: Record
<string
, StarkNetType
[]>
Defined in​
primaryType​
• primaryType: string
Defined in​
domain​
• domain: StarkNetDomain
Defined in​
message​
• message: Record
<string
, unknown
>