StateProofTracking
StateProofTracking =
object
Defined in: packages/indexer_client/src/models/state-proof-tracking.ts:4
Properties
Section titled “Properties”nextRound?
Section titled “nextRound?”
optionalnextRound:number
Defined in: packages/indexer_client/src/models/state-proof-tracking.ts:23
[n] Next round for which we will accept a state proof transaction.
onlineTotalWeight?
Section titled “onlineTotalWeight?”
optionalonlineTotalWeight:bigint
Defined in: packages/indexer_client/src/models/state-proof-tracking.ts:18
[t] The total number of microalgos held by the online accounts during the StateProof round.
optionaltype:bigint
Defined in: packages/indexer_client/src/models/state-proof-tracking.ts:8
State Proof Type. Note the raw object uses map with this as key.
votersCommitment?
Section titled “votersCommitment?”
optionalvotersCommitment:Uint8Array
Defined in: packages/indexer_client/src/models/state-proof-tracking.ts:13
[v] Root of a vector commitment containing online accounts that will help sign the proof.