Type Alias pallet_evm::BalanceOf
source · pub type BalanceOf<T> = <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance;
Expand description
Type alias for currency balance.
pub type BalanceOf<T> = <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance;
Type alias for currency balance.