algokit-subscriber-ts

@algorandfoundation/algokit-subscriber / types/subscription / BlockStateProofTracking

Interface: BlockStateProofTracking

types/subscription.BlockStateProofTracking

Table of contents

Properties

Properties

nextRound

Optional nextRound: bigint

(n) Next round for which we will accept a state proof transaction.

Defined in

src/types/subscription.ts:105


onlineTotalWeight

Optional onlineTotalWeight: bigint

(t) The total number of microalgos held by the online accounts during the StateProof round.

Defined in

src/types/subscription.ts:111


type

Optional type: number

State Proof Type. Note the raw object uses map with this as key.

Defined in

src/types/subscription.ts:116


votersCommitment

Optional votersCommitment: string

(v) Root of a vector commitment containing online accounts that will help sign the proof.

Defined in

src/types/subscription.ts:122