Helper class to retrieve the reveal data submitted by the overlay nodes that participated in the Data Request execution.

Methods

  • Get the reveal data from the Oracle Program execution phase over which consensus was reached.

    Returns RevealResult[]

    The reveals which were in consensus

  • Get the reveal data from the Oracle Program execution phase. This method also includes reveals which were not in consensus. Use getReveals to only receive reveals which were in consensus.

    Returns RevealResult[]

    All reveals from the Oracle Program execution phase.