Type Alias transfer_keep_alive

transfer_keep_alive: TxDescriptor<
    { amount: bigint; currency_id: number; dest: MultiAddress },
>

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

99% of the time you want [transfer] instead.

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

  • dest: The recipient of the transfer.
  • currency_id: currency type.
  • amount: free balance amount to tranfer.