A revealed report from an overlay node. Includes the exit code and output of the executed Oracle Program, as well as some other data from the overlay node.

Constructors

Properties

exitCode: number

POSIX compatible exit code that was returned by the execution phase of the Oracle Program.

gasUsed: string

Gas units consumed by the overlay node while executing the Oracle Program.

inConsensus: boolean

Flag indicating whether this reveal result was in consensus. See Tally.getUnfilteredReveals to access all reveals, including the ones which were not in consensus.

reveal: Bytes

The ouput of the execution phase of the Oracle Program.

salt: Bytes

Entropy added by the overlay node to prevent other overlay nodes from copying the result.