Function cancelRunningTaskMakeTransaction

  • Cancels a make transaction operation in progress. After you call this method, it will trigger an exception at the makeTransaction method, which is expected, it's just letting you know that it's cancelled. If no current transaction is running, it will trigger an exception too.

    Since

    0.1.14

    Returns Promise<Boolean>