# Functions
NewChainHeight returns a new ChainHeight struct that starts a new goroutine subscribed to EventNewBlockHeader.
No description provided by the author
# Structs
ChainHeightListener is used to cache the chain height of the current node which is being updated each time the node sends an event of EventNewBlockHeader.
Client provides basic capabilities to connect to a Cosmos SDK based chain and execute transactions and queries.