Function pallet_staking::asset::mint_creating
source · pub fn mint_creating<T: Config>(
who: &T::AccountId,
value: BalanceOf<T>,
) -> <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::PositiveImbalance
Expand description
Mint reward and create account for who
if it does not exist.
This does not increase the total issuance.