Electroneum
Namespaces | Variables
daemon_rpc_version.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 cryptonote
 Holds cryptonote related classes and helpers.
 
 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 = 1
 
static const uint32_t cryptonote::rpc::DAEMON_RPC_VERSION_ZMQ = DAEMON_RPC_VERSION_ZMQ_MINOR + (DAEMON_RPC_VERSION_ZMQ_MAJOR << 16)