Re-exports§
pub use authorization_list::AuthorizationList;
pub use bytecode::Eip7702Bytecode;
pub use bytecode::Eip7702DecodeError;
pub use bytecode::EIP7702_MAGIC;
pub use bytecode::EIP7702_MAGIC_BYTES;
pub use bytecode::EIP7702_VERSION;
Modules§
Structs§
- An unsigned EIP-7702 authorization.
- A recovered authorization.
- An Ethereum ECDSA signature.
- A signed EIP-7702 authorization.
Enums§
- 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).
Constants§
- Cost of creating authorized account that was previously empty.