quorum_info (4.2.2 RPC)
blockchain
control
evo
evowallet
generating
governance
governancewallet
masternode
mining
network
rawtransactions
syscoin
syscoinwallet
util
wallet
zmq
quorum_info llmqType "quorumHash" ( includeSkShare )
Return information about a quorum
Arguments:
1. llmqType (numeric, required) LLMQ type.
2. quorumHash (string, required) Block hash of quorum.
3. includeSkShare (boolean, optional, default=false) Include secret key share in output.
Examples:
> syscoin-cli quorum_info 0 1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "quorum_info", "params": [0, "1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d"]}' -H 'content-type: text/plain;' http://127.0.0.1:8370/