Module alloy_dyn_abi::eip712::parser

source ·
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.