info_get_status
This method returns the current status of a node.
This method will use 15
Compute Units.
Reference: Here
Parameters
Returns
api_version
-string
RPC API versionbuild_version
-string
Compiled node version.chainspec_name
-string
Chainspec name, used to identify the currently connected network.last_added_block_info
- The minimal info of the last Block from the linear chain.creator
- Hex-encoded cryptographic public key, including the algorithm tag prefix.era_id
-integer
EraIDheight
-integer
block heightstate_root_hash
-string
the state root hash digesttimestamp
-string
RFC 3339 timestamp
next_upgrade
- Information about the next scheduled upgradeactivation_point
-era_id
ortimestamp
The first era to which the associated protocol version appliesprotocol_version
- Casper Platform protocol version.
our_public_signing_key
-string
Our public signing key.peers
-map
of peer IDs to network addressesaddress
-integer
network addressnode_id
-integer
peer ID
round_length
-integer
The next round length if this node is a validator. A round length is the amount of time it takes to reach consensus on proposing a Block.starting_state_root_hash
-string
The state root hash used at the start of the current session.uptime
-Integer
Time that passed since the node has started.
Last updated