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

Alias for transfer_allow_death, provided only for name-wise compatibility.

WARNING: DEPRECATED! Will be released in approximately 3 months.

Warning: Doc-Only

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