Function balancesTransfer

  • 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: WaitUntil

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

    Returns Promise<BalancesTransferEvent>

    BalancesTransferEvent Blockchain event.

    Name

    balancesTransfer

    Summary

    Transfers some liquid free balance to another account.

Generated using TypeDoc