Skip to content

NodeStatusResponse

NodeStatusResponse = object

Defined in: packages/algod_client/src/models/node-status-response.ts:7

NodeStatus contains the information about a node status

optional catchpoint: string

Defined in: packages/algod_client/src/models/node-status-response.ts:56

The current catchpoint that is being caught up to


optional catchpointAcquiredBlocks: number

Defined in: packages/algod_client/src/models/node-status-response.ts:96

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


optional catchpointProcessedAccounts: number

Defined in: packages/algod_client/src/models/node-status-response.ts:66

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


optional catchpointProcessedKvs: number

Defined in: packages/algod_client/src/models/node-status-response.ts:81

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


optional catchpointTotalAccounts: number

Defined in: packages/algod_client/src/models/node-status-response.ts:61

The total number of accounts included in the current catchpoint


optional catchpointTotalBlocks: number

Defined in: packages/algod_client/src/models/node-status-response.ts:91

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


optional catchpointTotalKvs: number

Defined in: packages/algod_client/src/models/node-status-response.ts:76

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


optional catchpointVerifiedAccounts: number

Defined in: packages/algod_client/src/models/node-status-response.ts:71

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


optional catchpointVerifiedKvs: number

Defined in: packages/algod_client/src/models/node-status-response.ts:86

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


catchupTime: bigint

Defined in: packages/algod_client/src/models/node-status-response.ts:11

CatchupTime in nanoseconds


optional lastCatchpoint: string

Defined in: packages/algod_client/src/models/node-status-response.ts:51

The last catchpoint seen by the node


lastRound: bigint

Defined in: packages/algod_client/src/models/node-status-response.ts:16

LastRound indicates the last round seen


lastVersion: string

Defined in: packages/algod_client/src/models/node-status-response.ts:21

LastVersion indicates the last consensus version supported


nextVersion: string

Defined in: packages/algod_client/src/models/node-status-response.ts:26

NextVersion of consensus protocol to use


nextVersionRound: bigint

Defined in: packages/algod_client/src/models/node-status-response.ts:31

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


nextVersionSupported: boolean

Defined in: packages/algod_client/src/models/node-status-response.ts:36

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


stoppedAtUnsupportedRound: boolean

Defined in: packages/algod_client/src/models/node-status-response.ts:41

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


timeSinceLastRound: bigint

Defined in: packages/algod_client/src/models/node-status-response.ts:46

TimeSinceLastRound in nanoseconds


optional upgradeDelay: bigint

Defined in: packages/algod_client/src/models/node-status-response.ts:101

Upgrade delay


optional upgradeNextProtocolVoteBefore: bigint

Defined in: packages/algod_client/src/models/node-status-response.ts:131

Next protocol round


optional upgradeNodeVote: boolean

Defined in: packages/algod_client/src/models/node-status-response.ts:106

This node’s upgrade vote


optional upgradeNoVotes: number

Defined in: packages/algod_client/src/models/node-status-response.ts:126

No votes cast for consensus upgrade


optional upgradeVoteRounds: number

Defined in: packages/algod_client/src/models/node-status-response.ts:136

Total voting rounds for current upgrade


optional upgradeVotes: number

Defined in: packages/algod_client/src/models/node-status-response.ts:116

Total votes cast for consensus upgrade


optional upgradeVotesRequired: number

Defined in: packages/algod_client/src/models/node-status-response.ts:111

Yes votes required for consensus upgrade


optional upgradeYesVotes: number

Defined in: packages/algod_client/src/models/node-status-response.ts:121

Yes votes cast for consensus upgrade