Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddressFromPubKey ¶
Types ¶
type BlocksFeed ¶
type BlocksFeed interface { // Subscribe to block height updates via channel. It does not guarantee // every block height wll be sent to the channel. It is the downstream // responsibility to fill all those gaps Subscribe(chan<- uint64) error }
Tendermint latest block height news feed
Click to show internal directories.
Click to hide internal directories.