|
Monero
|

Go to the source code of this file.
Namespaces | |
| namespace | cryptonote |
| Holds cryptonote related classes and helpers. | |
| namespace | cryptonote::rpc |
Variables | |
| static const uint32_t | cryptonote::rpc::DAEMON_RPC_VERSION_ZMQ_MINOR = 0 |
| static const uint32_t | cryptonote::rpc::DAEMON_RPC_VERSION_ZMQ_MAJOR = 2 |
| static const uint32_t | cryptonote::rpc::DAEMON_RPC_VERSION_ZMQ = DAEMON_RPC_VERSION_ZMQ_MINOR + (DAEMON_RPC_VERSION_ZMQ_MAJOR << 16) |