Return a complete OpenRPC 1.4.1 document for registered commands.
Synopsis
Declared in <rpc/server.h>
UniValue
buildOpenRPCDoc(bool include_hidden = false) const;
Return Value
The OpenRPC document describing the registered commands.
Parameters
Name |
Description |
include_hidden |
Whether to include hidden commands in the document. |
Created with MrDocs