Tendermint Requester
List of supported rest calls to the Tendermint Rest endpoint
Get Chain Status
Returns the status of the node, it's the same as calling the /status
endpoint
status, err := c.GetChainStatus()
Get Chain Height
Using the GetChainStatus
function returns the chain height
height, err := c.GetCurrentHeight()