Function pallet_balances::pallet::dispatchables::force_unreserve
source · pub fn force_unreserve<T: Config<I>, I: 'static>(
who: <<T as Config>::Lookup as StaticLookup>::Source,
amount: T::Balance
)
Expand description
Unreserve some balance from a user by force.
Can only be called by ROOT.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::force_unreserve
.