Expand description
EIP-712 specific parsing structures.
Structsยง
- Component
Type - Represents a single component type in an EIP-712
encodeTypetype string. - Encode
Type - Represents a list of component types in an EIP-712
encodeTypetype string. - PropDef
- A property is a type and a name. Of the form
type name. E.g.uint256 fooor(MyStruct[23],bool) bar.