pub fn force_transfer<T: Config<I>, I: 'static>(
    source: <<T as Config>::Lookup as StaticLookup>::Source,
    dest: <<T as Config>::Lookup as StaticLookup>::Source,
    value: T::Balance
)
Expand description

Exactly as transfer_allow_death, except the origin must be root and the source account may be specified.

Warning: Doc-Only

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