Crate alloy_eip7702

Source
Expand description

EIP-7702 constants, helpers, and types.

Modules§

constants
EIP-7702 constants.

Structs§

Authorization
An unsigned EIP-7702 authorization.
RecoveredAuthorization
A recovered authorization.
SignedAuthorization
A signed EIP-7702 authorization.

Enums§

Eip7702Error
EIP-7702 error.
RecoveredAuthority
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).