• Parameters

    • batchedTransactionsEvents: BlockchainEvents

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

    Returns ICheckBatch

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

    Name

    checkBatch

    Summary

    Check if a classic batch of transactions is successful without being interrupted. For BatchAll or ForceBatch tx, use the corresponding helper.

Generated using TypeDoc