# 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

Structure Type Description
(none)

# Response

Structure Type Description
Topic-PeerID map Array PeerIDs added to a topics' mesh (for each known gossipsub topic)

# 📌 Examples

# Command

curl --url "http://127.0.0.1:7783" --data "
	{
        \"userpass\": \"${userpass}\",
        \"method\": \"get_gossip_mesh\"
    }
"