26 "getzmqnotifications",
27 "Returns information about the active ZeroMQ notifications.\n",
50 obj.pushKV(
"type", n->GetType());
51 obj.pushKV(
"address", n->GetAddress());
52 obj.pushKV(
"hwm", n->GetOutboundMessageHighWaterMark());
53 result.push_back(std::move(obj));
63 {
"zmq", &getzmqnotifications},
70 for (
const auto& c : commands) {
71 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)