• Increases the allowance of the spender on the owner's account by the amount.

    This function can only be called by the owner.

    Parameters

    • binaryArgs: StaticArray<number>

      Args object serialized as a string containing:

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

    Returns void

Generated using TypeDoc