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));
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)
constexpr auto Ticks(Dur2 d)
Helper to count the seconds of a duration/time_point.
std::unique_ptr< CZMQNotificationInterface > g_zmq_notification_interface
void RegisterZMQRPCCommands(CRPCTable &t)