get_gossip_peer_topics
get_gossip_peer_topics
The get_gossip_peer_topics
method returns a map of peerIDs to an array of the topics to which they are subscribed.
Structure | Type | Description |
---|---|---|
(none) |
Structure | Type | Description |
---|---|---|
PeerID-Topic map | Array | Topics subscribed to by PeerIDs |
POST
get_gossip_peer_topics#!/bin/bash
curl --url "http://127.0.0.1:7783" --data '{
"userpass": "RPC_UserP@SSW0RD",
"method": "get_gossip_peer_topics"
}'