Documentation exported from Syscoin Core 4.2.0

quorum_memberof (4.2.0 RPC)

blockchain

control

evo

evowallet

generating

governance

governancewallet

masternode

mining

network

rawtransactions

syscoin

syscoinwallet

util

wallet

zmq

quorum_memberof "proTxHash" ( scanQuorumsCount )

Checks which quorums the given masternode is a member of.

Arguments:
1. proTxHash           (string, required) ProTxHash of the masternode.
                       
2. scanQuorumsCount    (numeric, optional, default=-1) Number of quorums to scan for. If not specified,
                       the active quorum count for each specific quorum type is used.

Result:
null    (json null)

Examples:
> syscoin-cli quorum_memberof 1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "quorum_memberof", "params": ["1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d"]}' -H 'content-type: text/plain;' http://127.0.0.1:8370/