pub fn mint_into_existing<T: Config>(
who: &T::AccountId,
value: BalanceOf<T>,
) -> Option<Debt<<T as Config>::AccountId, <T as Config>::Currency>>
Expand description
Mint value
into an existing account who
.
This does not increase the total issuance.