Whether RPC help documentation is verified at runtime by default.

Synopsis

Declared in <rpc/util.h>

inline constexpr bool DEFAULT_RPC_DOC_CHECK = {
#ifdef RPC_DOC_CHECK
    true
#else
    false
#endif
};

Created with MrDocs