24 "getzmqnotifications",
25 "Returns information about the active ZeroMQ notifications.\n",
48 obj.pushKV(
"type", n->GetType());
49 obj.pushKV(
"address", n->GetAddress());
50 obj.pushKV(
"hwm", n->GetOutboundMessageHighWaterMark());
51 result.push_back(std::move(obj));
61 {
"zmq", &getzmqnotifications},
68 for (
const auto& c : commands) {
69 t.appendCommand(c.name, &c);
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)