On this page

latest contributor to this doc

Last Edit:

@gcharang

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.

StructureTypeDescription
(none)

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

POST
get_gossip_mesh
#!/bin/bash
curl --url "http://127.0.0.1:7783" --data '{
  "userpass": "RPC_UserP@SSW0RD",
  "method": "get_gossip_mesh"
}'