node
Last updated
Was this helpful?
Last updated
Was this helpful?
This module allows you to get information about the node and blockchain. It can be accessed from the global variable node
.
Get a tendermint block at the given height.
height
- String|Number
: The target block height
Get the current height of the blockchain.
String
- The height of the node.
Get a summary block at the given height. This block information is indexed by MakeOS (not Tendermint).
height
- String|Number
: The target block height
String
- The height of the node.
Get a list of validators that processed a given block.
height
- String|Number
: The target block height whose validators will be returned.
Object
- The result object
Checks whether the node is currently synchronizing blocks and state with peers.
Boolean