AggregatorAccount constructor
initialization params.
RPC to add a new job to an aggregtor to be performed on feed updates.
JobAccount specifying another job for this aggregator to fulfill on update
TransactionSignature
Get the individual oracle results of the latest confirmed round.
Optional parameter representing the already loaded aggregator info.
latest results by oracle pubkey
Get the timestamp latest confirmed round stored in the aggregator account.
Optional parameter representing the already loaded aggregator info.
latest feed timestamp
Get the latest confirmed value stored in the aggregator account.
Optional parameter representing the already loaded aggregator info.
latest feed value
Load and parse AggregatorAccount state based on the program IDL.
AggregatorAccount data parsed in accordance with the Switchboard IDL.
Load and deserialize all jobs stored in this aggregator
Array
Prevent new jobs from being added to the feed.
The current authroity keypair
TransactionSignature
Opens a new round for the aggregator and will provide an incentivize reward to the caller
TransactionSignature
Produces a hash of all the jobs currently in the aggregator
hash of all the feed jobs.
RPC to remove a job from an aggregtor.
JobAccount to be removed from the aggregator
TransactionSignature
RPC for an oracle to save a result to an aggregator round.
The oracle account submitting a result.
TransactionSignature
Change the aggregator authority.
The new authority to set.
The current authroity keypair
TransactionSignature
Get the size of an AggregatorAccount on chain.
size.
Create and initialize the AggregatorAccount.
Switchboard program representation holding connection and IDL.
newly generated AggregatorAccount.
Returns the aggregator's ID buffer in a stringified format.
A preloaded aggregator object.
The name of the aggregator.
Speciifies if the aggregator settings recommend reporting a new value
The value which we are evaluating
The loaded aggegator schema
boolean
Generated using TypeDoc
Account type representing an aggregator (data feed).