Available on crate feature
eip712
only.Expand description
EIP-712 specific parsing structures.
Structsยง
- Represents a single component type in an EIP-712
encodeType
type string. - Represents a list of component types in an EIP-712
encodeType
type string. - A property is a type and a name. Of the form
type name
. E.g.uint256 foo
or(MyStruct[23],bool) bar
.