Function pallet_inv4::pallet::dispatchables::token_mint
source · pub fn token_mint<T: Config>(amount: BalanceOf<T>, target: T::AccountId)
Expand description
Mint the core’s voting token to a target (called by a core origin)
amount
: Balance amounttarget
: Account receiving the minted tokens
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::token_mint
.