Type Alias LoadAccountsHandle

Source
pub type LoadAccountsHandle<'a, EXT, DB> = GenericContextHandle<'a, EXT, DB>;
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 */ }