pub type Context<T> = <<T as LazyBalance>::BalanceContext as ModelContext>::Context;Expand description
Resolved context type for a given LazyBalance implementation.
Extracts the concrete context provided by BalanceContext.
pub type Context<T> = <<T as LazyBalance>::BalanceContext as ModelContext>::Context;Resolved context type for a given LazyBalance implementation.
Extracts the concrete context provided by BalanceContext.