pub type BalanceContext<T, I = ()> = <T as Config<I>>::BalanceContext;Expand description
Alias to the pallet-defined balance execution context.
This represents the type-level environment configured by the runtime,
providing all bounds, extensions, and error definitions required to
materialize a lazy balance plugin family model.