Skip to content

Latest commit

 

History

History
77 lines (64 loc) · 1.08 KB

Status.md

File metadata and controls

77 lines (64 loc) · 1.08 KB

Status

getApiVersion(): string

Returns node's RPC API version

getChainspecName(): string

Returns the chainspec name


getStartingStateRootHash(): string

Returns starting state root hash


getLastAddedBlockInfo(): BlockInfo

Returns BlockInfo object


getOurPublicSigningKey(): CLPublicKey

Returns CLPublicKey object


getRoundLength(): ?int

Returns the next round length if this node is a validator


getBuildVersion(): string

Returns compiled node version


getNextUpgrade(): ?NextUpgrade

Returns NextUpgrade object or null


getPeers(): array

Returns a list of Peer objects that connected to the network


getUptime(): string

Returns time that passed since the node has started.


getReactorState(): string

Returns node's reactor state


getLastProgress(): \DateTime

Returns node's last progress


getLastProgress(): BlockRange

Returns BlockRange object