Type Alias reth_revm::handler::LoadAccountsHandle

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

Load access list accounts and beneficiary. There is no need to load Caller as it is assumed that it will be loaded in DeductCallerHandle.

Aliased Type§

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

Layout§

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