CrankAccount constructor
initialization params.
Load and parse CrankAccount data based on the program IDL.
CrankAccount data parsed in accordance with the Switchboard IDL.
Get an array of the next aggregator pubkeys to be popped from the crank, limited by n
The limit of pubkeys to return.
Pubkey list of Aggregators next up to be popped.
Get an array of the next readily updateable aggregator pubkeys to be popped from the crank, limited by n
The limit of pubkeys to return.
Pubkey list of Aggregator pubkeys.
Get an array of the next aggregator pubkeys to be popped from the crank, limited by n
The limit of pubkeys to return.
Pubkey list of Aggregators and next timestamp to be popped, ordered by timestamp.
Pops an aggregator from the crank.
TransactionSignature
Pops an aggregator from the crank.
TransactionSignature
Pushes a new aggregator onto the crank.
TransactionSignature
Get the size of a CrankAccount on chain.
size.
Create and initialize the CrankAccount.
Switchboard program representation holding connection and IDL.
newly generated CrankAccount.
Generated using TypeDoc
A Switchboard account representing a crank of aggregators ordered by next update time.