Type Alias revm::handler::pre_execution::LoadAccountsHandle

source ·
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 */ }