get_gossip_topic_peers

get_gossip_topic_peers

The get_gossip_topic_peers method returns a map of topics to an array of the PeerIDs which are subscribers.

Arguments

StructureTypeDescription
(none)

Response

StructureTypeDescription
Topic-PeerID mapArrayPeerIDs subscribed to a topic

📌 Examples

Command

POST get_gossip_topic_peers
{
  "userpass": "RPC_UserP@SSW0RD",
  "method": "get_gossip_topic_peers"
}
Show Response

Response (success)

{
  "result": "12D3KooWS9MeuFZhJCfQTntwbTVnXMAJpz9Tvd1XYFuURrGqnJVR"
}