pub type ApplyEIP7702AuthListHandle<'a, EXT, DB> = Arc<dyn Fn(&mut Context<EXT, DB>) -> Result<u64, EVMError<<DB as Database>::Error>> + 'a>;
Expand description

Load Auth list for EIP-7702, and returns number of created accounts.

Aliased Type§

struct ApplyEIP7702AuthListHandle<'a, EXT, DB> { /* private fields */ }

Layout§

Note: Encountered an error during type layout; the type failed to be normalized.