Skip to content

GetStatusResponse

GetStatusResponse: object

Type declaration

catchpoint?

optional catchpoint: string

The current catchpoint that is being caught up to

catchpoint-acquired-blocks?

optional catchpoint-acquired-blocks: number

The number of blocks that have already been obtained by the node as part of the catchup

catchpoint-processed-accounts?

optional catchpoint-processed-accounts: number

The number of accounts from the current catchpoint that have been processed so far as part of the catchup

catchpoint-processed-kvs?

optional catchpoint-processed-kvs: number

The number of key-values (KVs) from the current catchpoint that have been processed so far as part of the catchup

catchpoint-total-accounts?

optional catchpoint-total-accounts: number

The total number of accounts included in the current catchpoint

catchpoint-total-blocks?

optional catchpoint-total-blocks: number

The total number of blocks that are required to complete the current catchpoint catchup

catchpoint-total-kvs?

optional catchpoint-total-kvs: number

The total number of key-values (KVs) included in the current catchpoint

catchpoint-verified-accounts?

optional catchpoint-verified-accounts: number

The number of accounts from the current catchpoint that have been verified so far as part of the catchup

catchpoint-verified-kvs?

optional catchpoint-verified-kvs: number

The number of key-values (KVs) from the current catchpoint that have been verified so far as part of the catchup

catchup-time

catchup-time: number

CatchupTime in nanoseconds

last-catchpoint?

optional last-catchpoint: string

The last catchpoint seen by the node

last-round

last-round: number

LastRound indicates the last round seen

last-version

last-version: string

LastVersion indicates the last consensus version supported

next-version

next-version: string

NextVersion of consensus protocol to use

next-version-round

next-version-round: number

NextVersionRound is the round at which the next consensus version will apply

next-version-supported

next-version-supported: boolean

NextVersionSupported indicates whether the next consensus version is supported by this node

stopped-at-unsupported-round

stopped-at-unsupported-round: boolean

StoppedAtUnsupportedRound indicates that the node does not support the new rounds and has stopped making progress

time-since-last-round

time-since-last-round: number

TimeSinceLastRound in nanoseconds

upgrade-delay?

optional upgrade-delay: number

Upgrade delay

upgrade-next-protocol-vote-before?

optional upgrade-next-protocol-vote-before: number

Next protocol round

upgrade-no-votes?

optional upgrade-no-votes: number

No votes cast for consensus upgrade

upgrade-node-vote?

optional upgrade-node-vote: boolean

This node’s upgrade vote

upgrade-vote-rounds?

optional upgrade-vote-rounds: number

Total voting rounds for current upgrade

upgrade-votes?

optional upgrade-votes: number

Total votes cast for consensus upgrade

upgrade-votes-required?

optional upgrade-votes-required: number

Yes votes required for consensus upgrade

upgrade-yes-votes?

optional upgrade-yes-votes: number

Yes votes cast for consensus upgrade

Defined in

types.gen.ts:1747