Skip to content

StateProofTracking

StateProofTracking = object

Defined in: packages/indexer_client/src/models/state-proof-tracking.ts:4

optional nextRound: 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.


optional onlineTotalWeight: 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.


optional type: 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.


optional votersCommitment: 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.