pub type BalanceOf<Runtime, Instance = ()> = <Runtime as Config<Instance>>::Balance;
Alias for the Balance type for the provided Runtime and Instance.