Expand description
Re-export the EIP-7702 types.
Modules§
- EIP-7702 constants.
- serde_
bincode_ compat serde
andserde-bincode-compat
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).