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