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

Same as the transfer_allow_death call, but with a check that the transfer will not kill the origin account.

99% of the time you want transfer_allow_death instead.

Warning: Doc-Only

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