Function transferFunds

  • Send a fraction of coin balance to another account

    Returns

    Transaction

    Parameters

    • fraction: string | number

      Fraction of balance to spend (between 0 and 1)

    • recipientIdOrName: `ak_${string}` | `${string}.chain`

      Address or name of recipient account

    • options: TransferFundsOptions

      Options

    Returns ReturnType<typeof send>

Generated using TypeDoc