pub fn force_set_balance<T: Config<I>, I: 'static>(
    who: <<T as Config>::Lookup as StaticLookup>::Source,
    new_free: T::Balance
)
Expand description

Set the regular balance of a given account.

The dispatch origin for this call is root.

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::force_set_balance.