Expand description
EIP-7702 constants, helpers, and types.
Modules§
- EIP-7702 constants.
- Bincode-compatible serde implementations for EIP-7702 types.
Structs§
- An unsigned EIP-7702 authorization.
- A recovered authorization.
- A signed EIP-7702 authorization.
Enums§
- EIP-7702 error.
- Represents the outcome of an attempt to recover the authority from an authorization. It can either be valid (containing an
Address
) or invalid (indicating recovery failure).