pub type BalanceModelContext<T, I = ()> = <BalanceContext<T, I> as ModelContext>::Context;Expand description
Concrete plugin-model/family context derived
from BalanceContext.
This resolves the plugin execution context, supplying runtime-specific parameters and dependencies required by balance operations.