Function balancesTransferAll

  • Parameters

    • to: string

      Public address of the account to transfer the amount to.

    • keepAlive: boolean = true

      Ensure that the transfer does not kill the account, it retains the Existential Deposit.

    • keyring: IKeyringPair

      Account that will sign the transaction.

    • waitUntil: WaitUntil

      Execution trigger that can be set either to BlockInclusion or BlockFinalization.

    Returns Promise<BalancesTransferEvent>

    BalancesTransferEvent Blockchain event.

    Name

    balancesTransferAll

    Summary

    Transfers the entire transferable balance from the caller account.

Generated using TypeDoc