Function pallet_staking::asset::mint_existing
source · pub fn mint_existing<T: Config>(
who: &T::AccountId,
value: BalanceOf<T>,
) -> Option<<<T as Config>::Currency as Currency<<T as Config>::AccountId>>::PositiveImbalance>
Expand description
Mint value
into an existing account who
.
This does not increase the total issuance.