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);
69 for (
const auto &
c : commands) {
70 t.appendCommand(
c.name, &
c);
T GetRand(T nMax=std::numeric_limits< T >::max()) noexcept
Generate a uniform random integer of type T in the range [0..nMax) nMax defaults to std::numeric_limi...
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)