Get desktop application:
View/edit binary Protocol Buffers messages
BlockService provides information about blocks
GetBlock retrieves the block information at a particular height.
GetByHeightRequest is a request for a block at the specified height.
The height of the block requested.
GetByHeightResponse contains the block ID and the block at the specified height.
GetLatestHeight returns a stream of the latest block heights committed by the network. This is a long-lived stream that is only terminated by the server if an error occurs. The caller is expected to handle such disconnections and automatically reconnect.
GetLatestHeightRequest - empty message since no parameter is required
(message has no fields)
GetLatestHeightResponse provides the height of the latest committed block.
The height of the latest committed block. Will be 0 if no data has been committed yet.