referrerpolicy=no-referrer-when-downgrade

Type Alias BalanceOf

Source
pub type BalanceOf<T> = <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance;
Expand description

Shorthand for the Balance type the runtime is using.