Expand description
EIP-7702: Set EOA Account Code EIP-7702: Set EOA Account Code implementation
This module implements the authorization processing for EIP-7702, which allows Externally Owned Accounts (EOAs) to temporarily set code in their account via authorization tuples attached to transactions.
Structs§
- Authorization
Result - Result of processing EIP-7702 authorization tuples.
Functions§
- eth_
address - Derive the Ethereum address from a signing key.
- process_
authorizations - Process a list of EIP-7702 authorization tuples.
- sign_
authorization - Sign an authorization entry
- worst_
case_ authorization_ weight - Pre-dispatch worst-case weight for processing
nEIP-7702 authorizations.