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

Transfer some liquid free balance to another account.

transfer_allow_death will set the FreeBalance of the sender and receiver. If the sender’s account is below the existential deposit as a result of the transfer, the account will be reaped.

The dispatch origin for this call must be Signed by the transactor.

Warning: Doc-Only

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