18 "getzmqnotifications",
19 "Returns information about the active ZeroMQ notifications.\n",
32 "Address of the publisher"},
34 "Outbound message high water mark"},
46 obj.pushKV(
"type", n->GetType());
47 obj.pushKV(
"address", n->GetAddress());
48 obj.pushKV(
"hwm", n->GetOutboundMessageHighWaterMark());
49 result.push_back(obj);
62 {
"zmq", getzmqnotifications, },
69 for (
const auto &c : commands) {
void appendCommand(const std::string &name, const CRPCCommand *pcmd)
Appends a CRPCCommand to the dispatch table.
std::string HelpExampleCli(const std::string &methodname, const std::string &args)
std::string HelpExampleRpc(const std::string &methodname, const std::string &args)
std::unique_ptr< CZMQNotificationInterface > g_zmq_notification_interface
void RegisterZMQRPCCommands(CRPCTable &t)