• Transfers token ownership from the owner's account to the recipient's account using the spender's allowance.

    This function can only be called by the spender. This function is atomic:

    • both allowance and transfer are executed if possible;
    • or if allowance or transfer is not possible, both are discarded.

    Parameters

    • binaryArgs: StaticArray<number>

      Args object serialized as a string containing:

      • the owner's account (address);
      • the recipient's account (address);
      • the amount (u64).

    Returns void

Generated using TypeDoc