Grouping used to organize options in the help output.
Synopsis
Declared in <common/args.h>
enum class OptionsCategory : int;
Members
Name |
Description |
|
General options. |
|
Peer connection options. |
|
Wallet options. |
|
Wallet debug and test options. |
|
ZeroMQ notification options. |
|
Debug and test options. |
|
Chain selection options. |
|
Node relay options. |
|
Block creation (mining) options. |
|
RPC server options. |
|
GUI options. |
|
Commands. |
|
Register commands. |
|
Command‐line client commands. |
|
Inter‐process communication options. |
|
Options specific to particular commands. |
|
Always the last option to avoid printing these in the help. |
Created with MrDocs