CRPCTable::buildOpenRPCDoc

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

NameDescription
include_hiddenWhether to include hidden commands in the document.