Type Alias pallet_evm_precompile_balances_erc20::BalanceOf
source · pub type BalanceOf<Runtime, Instance = ()> = <Runtime as Config<Instance>>::Balance;
Expand description
Alias for the Balance type for the provided Runtime and Instance.
pub type BalanceOf<Runtime, Instance = ()> = <Runtime as Config<Instance>>::Balance;
Alias for the Balance type for the provided Runtime and Instance.