Function checkBatch

  • Name

    checkBatch

    Summary

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

    Returns

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

    Parameters

    • batchedTransactionsEvents: TernoaEvents.BlockchainEvents

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

    Returns Blockchain.ICheckBatch

Generated using TypeDoc