Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 2.03 KB

consensusgettopicinfo.md

File metadata and controls

24 lines (16 loc) · 2.03 KB

ConsensusGetTopicInfo

ConsensusGetTopicInfoQuery

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

ConsensusGetTopicInfoResponse

Retrieve the parameters of and state of a consensus topic.

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

​\