NodeStatusResponse
NodeStatusResponse =
object
Defined in: packages/algod_client/src/models/node-status-response.ts:7
NodeStatus contains the information about a node status
Properties
Section titled “Properties”catchpoint?
Section titled “catchpoint?”
optionalcatchpoint:string
Defined in: packages/algod_client/src/models/node-status-response.ts:56
The current catchpoint that is being caught up to
catchpointAcquiredBlocks?
Section titled “catchpointAcquiredBlocks?”
optionalcatchpointAcquiredBlocks: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
catchpointProcessedAccounts?
Section titled “catchpointProcessedAccounts?”
optionalcatchpointProcessedAccounts: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
catchpointProcessedKvs?
Section titled “catchpointProcessedKvs?”
optionalcatchpointProcessedKvs: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
catchpointTotalAccounts?
Section titled “catchpointTotalAccounts?”
optionalcatchpointTotalAccounts:number
Defined in: packages/algod_client/src/models/node-status-response.ts:61
The total number of accounts included in the current catchpoint
catchpointTotalBlocks?
Section titled “catchpointTotalBlocks?”
optionalcatchpointTotalBlocks: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
catchpointTotalKvs?
Section titled “catchpointTotalKvs?”
optionalcatchpointTotalKvs: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
catchpointVerifiedAccounts?
Section titled “catchpointVerifiedAccounts?”
optionalcatchpointVerifiedAccounts: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
catchpointVerifiedKvs?
Section titled “catchpointVerifiedKvs?”
optionalcatchpointVerifiedKvs: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
Section titled “catchupTime”catchupTime:
bigint
Defined in: packages/algod_client/src/models/node-status-response.ts:11
CatchupTime in nanoseconds
lastCatchpoint?
Section titled “lastCatchpoint?”
optionallastCatchpoint:string
Defined in: packages/algod_client/src/models/node-status-response.ts:51
The last catchpoint seen by the node
lastRound
Section titled “lastRound”lastRound:
bigint
Defined in: packages/algod_client/src/models/node-status-response.ts:16
LastRound indicates the last round seen
lastVersion
Section titled “lastVersion”lastVersion:
string
Defined in: packages/algod_client/src/models/node-status-response.ts:21
LastVersion indicates the last consensus version supported
nextVersion
Section titled “nextVersion”nextVersion:
string
Defined in: packages/algod_client/src/models/node-status-response.ts:26
NextVersion of consensus protocol to use
nextVersionRound
Section titled “nextVersionRound”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
Section titled “nextVersionSupported”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
Section titled “stoppedAtUnsupportedRound”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
Section titled “timeSinceLastRound”timeSinceLastRound:
bigint
Defined in: packages/algod_client/src/models/node-status-response.ts:46
TimeSinceLastRound in nanoseconds
upgradeDelay?
Section titled “upgradeDelay?”
optionalupgradeDelay:bigint
Defined in: packages/algod_client/src/models/node-status-response.ts:101
Upgrade delay
upgradeNextProtocolVoteBefore?
Section titled “upgradeNextProtocolVoteBefore?”
optionalupgradeNextProtocolVoteBefore:bigint
Defined in: packages/algod_client/src/models/node-status-response.ts:131
Next protocol round
upgradeNodeVote?
Section titled “upgradeNodeVote?”
optionalupgradeNodeVote:boolean
Defined in: packages/algod_client/src/models/node-status-response.ts:106
This node’s upgrade vote
upgradeNoVotes?
Section titled “upgradeNoVotes?”
optionalupgradeNoVotes:number
Defined in: packages/algod_client/src/models/node-status-response.ts:126
No votes cast for consensus upgrade
upgradeVoteRounds?
Section titled “upgradeVoteRounds?”
optionalupgradeVoteRounds:number
Defined in: packages/algod_client/src/models/node-status-response.ts:136
Total voting rounds for current upgrade
upgradeVotes?
Section titled “upgradeVotes?”
optionalupgradeVotes:number
Defined in: packages/algod_client/src/models/node-status-response.ts:116
Total votes cast for consensus upgrade
upgradeVotesRequired?
Section titled “upgradeVotesRequired?”
optionalupgradeVotesRequired:number
Defined in: packages/algod_client/src/models/node-status-response.ts:111
Yes votes required for consensus upgrade
upgradeYesVotes?
Section titled “upgradeYesVotes?”
optionalupgradeYesVotes:number
Defined in: packages/algod_client/src/models/node-status-response.ts:121
Yes votes cast for consensus upgrade