Options
All
  • Public
  • Public/Protected
  • All
Menu

Parameters for which oracles must submit for responding to update requests.

Hierarchy

  • AggregatorSaveResultParams

Index

Properties

error: boolean

Reports that an error occured and the oracle could not send a value.

jobs: OracleJob[]

List of OracleJobs that were performed to produce this result.

maxResponse: Big

The maximum value this oracle has seen this round for the jobs listed in the aggregator.

minResponse: Big

The minimum value this oracle has seen this round for the jobs listed in the aggregator.

oracleIdx: number

Index in the list of oracles in the aggregator assigned to this round update.

oracles: any[]

List of parsed oracles.

queueAuthority: PublicKey

Authority of the queue the aggregator is attached to.

tokenMint: PublicKey

Program token mint.

value: Big

Value the oracle is responding with for this update.

Generated using TypeDoc