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