quorum
quorum "command" ...
Set of commands for quorums/LLMQs. To get help on individual commands, use "help quorum command".
# Available commands:
  list              - List of on-chain quorums
  info              - Return information about a quorum
  dkgsimerror       - Simulates DKG errors and malicious behavior
  dkgstatus         - Return the status of the current DKG process
  memberof          - Checks which quorums the given smartnode is a member of
  sign              - Threshold-sign a message
  hasrecsig         - Test if a valid recovered signature is present
  getrecsig         - Get a recovered signature
  isconflicting     - Test if a conflict exists
yerbas-cli quorum list
Arguments
| Argument | Type | Description | 
|---|---|---|
| "command" | (string) | The command to execute | 
Arguments:
1. "command"        (string, required) The command to execute
Output
| Result | Type | Description | 
|---|---|---|
| ... | ... | ... | 
Result:
{
  ...
}
Examples
curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "quorum", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:9998/