get_gossip_mesh

get_gossip_mesh

The get_gossip_mesh method returns an array of peerIDs added to a topics’ mesh for each known gossipsub topic.

Arguments

StructureTypeDescription
(none)

Response

StructureTypeDescription
Topic-PeerID mapArrayPeerIDs added to a topics’ mesh (for each known gossipsub topic)

📌 Examples

Command

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

Response (success)

{
  "result": {}
}