Expand description
EIP-7702 constants, helpers, and types.
Modules§
- constants
- EIP-7702 constants.
- serde_
bincode_ compat - Bincode-compatible serde implementations for EIP-7702 types.
Structs§
- Authorization
- An unsigned EIP-7702 authorization.
- Recovered
Authorization - A recovered authorization.
- Signed
Authorization - A signed EIP-7702 authorization.
Enums§
- Eip7702
Error - EIP-7702 error.
- Recovered
Authority - 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).