algokit-subscriber-ts

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

Interface: BlockUpgradeState

types/subscription.BlockUpgradeState

Table of contents

Properties

Properties

currentProtocol

currentProtocol: string

Current protocol version

Defined in

src/types/subscription.ts:90


nextProtocol

Optional nextProtocol: string

The next proposed protocol version.

Defined in

src/types/subscription.ts:92


nextProtocolApprovals

Optional nextProtocolApprovals: bigint

Number of blocks which approved the protocol upgrade.

Defined in

src/types/subscription.ts:94


nextProtocolSwitchOn

Optional nextProtocolSwitchOn: bigint

Round on which the protocol upgrade will take effect.

Defined in

src/types/subscription.ts:98


nextProtocolVoteBefore

Optional nextProtocolVoteBefore: bigint

Deadline round for this protocol upgrade (No votes will be consider after this round).

Defined in

src/types/subscription.ts:96