Function checkBatchAll

  • Parameters

    • batchedTransactionsEvents: BlockchainEvents

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

    Returns CheckTransactionType

    Object containing the succeeded or interrupted events and a isTxSuccess boolean to check the batchAll transaction status.

    Name

    checkBatchAll

    Summary

    Check if a batchAll of transactions is succeeded or failed. For forceBatch or Batch tx, use the corresponding helper.

Generated using TypeDoc