Function checkForceBatch

  • Parameters

    • batchedTransactionsEvents: BlockchainEvents

      Result from a submitTxBlocking function triggered after a forceBatch transaction: An events list.

    Returns ICheckForceBatch

    Object containing an isBatchCompleteWithoutErrors boolean, the succeeded or interrupted events and a isTxSuccess boolean to check the forceBatch transaction status.

    Name

    checkForceBatch

    Summary

    Check if a forceBatch of transactions is completed without errors. For BatchAll or Batch tx, use the corresponding helper.

Generated using TypeDoc