BlockStateProofTracking
@algorandfoundation/algokit-subscriber
Interface: BlockStateProofTracking
Section titled “Interface: BlockStateProofTracking”Defined in: src/types/subscription.ts:101
Properties
Section titled “Properties”nextRound?
Section titled “nextRound?”
optionalnextRound:bigint
Defined in: src/types/subscription.ts:105
(n) Next round for which we will accept a state proof transaction.
onlineTotalWeight?
Section titled “onlineTotalWeight?”
optionalonlineTotalWeight:bigint
Defined in: src/types/subscription.ts:111
(t) The total number of microalgos held by the online accounts during the StateProof round.
optionaltype:number
Defined in: src/types/subscription.ts:116
State Proof Type. Note the raw object uses map with this as key.
votersCommitment?
Section titled “votersCommitment?”
optionalvotersCommitment:string
Defined in: src/types/subscription.ts:122
(v) Root of a vector commitment containing online accounts that will help sign the proof.