ConsensusGetTopicInfoQuery
ConsensusGetTopicInfoResponse
Retrieve the parameters of and state of a consensus topic.
\
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Hedera protobuf reference for the ConsensusGetTopicInfo query used to retrieve metadata, keys, and running hash details about an HCS topic via mirror nodes.
| Field | Type | Description |
|---|---|---|
header | QueryHeader | Standard info sent from client to node, including the signed payment, and what kind of response is requested (cost, state proof, both, or neither). |
topicID | TopicID | The Topic for which information is being requested |
| Field | Type | Description |
|---|---|---|
header | ResponseHeader | Standard response from node to client, including the requested fields: cost, or state proof, or both, or neither. |
topicID | TopicID | Topic identifier. |
topicInfo | ConsensusTopicInfo | Current state of the topic |
Was this page helpful?