Function balancesTransferKeepAlive

  • Name

    balancesTransferKeepAlive

    Summary

    Transfers some liquid free balance to another account with a check that the transfer will not kill the origin account.

    Returns

    BalancesTransferEvent Blockchain event.

    Parameters

    • to: string

      Public address of the account to transfer the amount to.

    • amount: number | BN

      Token amount to transfer.

    • keyring: IKeyringPair

      Account that will sign the transaction.

    • waitUntil: TernoaConstants.WaitUntil

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

    Returns Promise<TernoaEvents.BalancesTransferEvent>

Generated using TypeDoc