referrerpolicy=no-referrer-when-downgrade

Module eip7702

Module eip7702 

Source
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§

AuthorizationResult
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 n EIP-7702 authorizations.