Electroneum
cryptonote::config_t Struct Reference

#include <cryptonote_config.h>

Collaboration diagram for cryptonote::config_t:

Public Attributes

uint64_t const CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX
 
uint64_t const CRYPTONOTE_PUBLIC_INTEGRATED_ADDRESS_BASE58_PREFIX
 
uint64_t const CRYPTONOTE_PUBLIC_SUBADDRESS_BASE58_PREFIX
 
uint16_t const P2P_DEFAULT_PORT
 
uint16_t const RPC_DEFAULT_PORT
 
uint16_t const ZMQ_RPC_DEFAULT_PORT
 
boost::uuids::uuid const NETWORK_ID
 
std::string const GENESIS_TX
 
uint32_t const GENESIS_NONCE
 

Detailed Description

Definition at line 254 of file cryptonote_config.h.

Member Data Documentation

◆ CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX

uint64_t const cryptonote::config_t::CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX

Definition at line 256 of file cryptonote_config.h.

◆ CRYPTONOTE_PUBLIC_INTEGRATED_ADDRESS_BASE58_PREFIX

uint64_t const cryptonote::config_t::CRYPTONOTE_PUBLIC_INTEGRATED_ADDRESS_BASE58_PREFIX

Definition at line 257 of file cryptonote_config.h.

◆ CRYPTONOTE_PUBLIC_SUBADDRESS_BASE58_PREFIX

uint64_t const cryptonote::config_t::CRYPTONOTE_PUBLIC_SUBADDRESS_BASE58_PREFIX

Definition at line 258 of file cryptonote_config.h.

◆ GENESIS_NONCE

uint32_t const cryptonote::config_t::GENESIS_NONCE

Definition at line 264 of file cryptonote_config.h.

◆ GENESIS_TX

std::string const cryptonote::config_t::GENESIS_TX

Definition at line 263 of file cryptonote_config.h.

◆ NETWORK_ID

boost::uuids::uuid const cryptonote::config_t::NETWORK_ID

Definition at line 262 of file cryptonote_config.h.

◆ P2P_DEFAULT_PORT

uint16_t const cryptonote::config_t::P2P_DEFAULT_PORT

Definition at line 259 of file cryptonote_config.h.

◆ RPC_DEFAULT_PORT

uint16_t const cryptonote::config_t::RPC_DEFAULT_PORT

Definition at line 260 of file cryptonote_config.h.

◆ ZMQ_RPC_DEFAULT_PORT

uint16_t const cryptonote::config_t::ZMQ_RPC_DEFAULT_PORT

Definition at line 261 of file cryptonote_config.h.


The documentation for this struct was generated from the following file: