Get desktop application:
View/edit binary Protocol Buffers messages
* The Mirror Service provides the ability to query a stream of Hedera Consensus Service (HCS) messages for an HCS Topic via a specific (possibly open-ended) time range.
* A required topic ID to retrieve messages for.
* Include messages which reached consensus on or after this time. Defaults to current time if not set.
* Include messages which reached consensus before this time. If not set it will receive indefinitely.
* The maximum number of messages to receive before stopping. If not set or set to zero it will return messages indefinitely.
* The time at which the transaction reached consensus
* The message body originally in the ConsensusSubmitMessageTransactionBody. Message size will be less than 6KiB.
* The running hash (SHA384) of every message.
* Starts at 1 for first submitted message. Incremented on each submitted message.
* Version of the SHA-384 digest used to update the running hash.
* Optional information of the current chunk in a fragmented message.
* Provides cross network APIs like address book queries
Query for an address book and return its nodes. The nodes are returned in ascending order by node ID. The response is not guaranteed to be a byte-for-byte equivalent to the NodeAddress in the Hedera file on the network since it is reconstructed from a normalized database table.
* Request object to query an address book for its list of nodes
* The ID of the address book file on the network. Can be either 0.0.101 or 0.0.102.
* The maximum number of node addresses to receive before stopping. If not set or set to zero it will return all node addresses in the database.