Electroneum
Consts Namespace Reference

Variables

const char * WALLET_NAME = "testwallet"
 
const char * WALLET_NAME_MAINNET = "testwallet_mainnet"
 
const char * WALLET_NAME_COPY = "testwallet_copy"
 
const char * WALLET_NAME_WITH_DIR = "walletdir/testwallet_test"
 
const char * WALLET_NAME_WITH_DIR_NON_WRITABLE = "/var/walletdir/testwallet_test"
 
const char * WALLET_PASS = "password"
 
const char * WALLET_PASS2 = "password22"
 
const char * WALLET_LANG = "English"
 
std::string WALLETS_ROOT_DIR = "/var/electroneum/testnet_pvt"
 
std::string TESTNET_WALLET1_NAME
 
std::string TESTNET_WALLET2_NAME
 
std::string TESTNET_WALLET3_NAME
 
std::string TESTNET_WALLET4_NAME
 
std::string TESTNET_WALLET5_NAME
 
std::string TESTNET_WALLET6_NAME
 
const char * TESTNET_WALLET_PASS = ""
 
std::string CURRENT_SRC_WALLET
 
std::string CURRENT_DST_WALLET
 
const uint64_t AMOUNT_10ETN = 10000000000000L
 
const uint64_t AMOUNT_5ETN = 5000000000000L
 
const uint64_t AMOUNT_1ETN = 1000000000000L
 
const std::string PAYMENT_ID_EMPTY = ""
 
std::string TESTNET_DAEMON_ADDRESS = "localhost:36968"
 
std::string MAINNET_DAEMON_ADDRESS = "localhost:26968"
 

Variable Documentation

◆ AMOUNT_10ETN

const uint64_t Consts::AMOUNT_10ETN = 10000000000000L

Definition at line 85 of file main.cpp.

◆ AMOUNT_1ETN

const uint64_t Consts::AMOUNT_1ETN = 1000000000000L

Definition at line 87 of file main.cpp.

◆ AMOUNT_5ETN

const uint64_t Consts::AMOUNT_5ETN = 5000000000000L

Definition at line 86 of file main.cpp.

◆ CURRENT_DST_WALLET

std::string Consts::CURRENT_DST_WALLET

Definition at line 83 of file main.cpp.

◆ CURRENT_SRC_WALLET

std::string Consts::CURRENT_SRC_WALLET

Definition at line 82 of file main.cpp.

◆ MAINNET_DAEMON_ADDRESS

std::string Consts::MAINNET_DAEMON_ADDRESS = "localhost:26968"

Definition at line 92 of file main.cpp.

◆ PAYMENT_ID_EMPTY

const std::string Consts::PAYMENT_ID_EMPTY = ""

Definition at line 89 of file main.cpp.

◆ TESTNET_DAEMON_ADDRESS

std::string Consts::TESTNET_DAEMON_ADDRESS = "localhost:36968"

Definition at line 91 of file main.cpp.

◆ TESTNET_WALLET1_NAME

std::string Consts::TESTNET_WALLET1_NAME

Definition at line 73 of file main.cpp.

◆ TESTNET_WALLET2_NAME

std::string Consts::TESTNET_WALLET2_NAME

Definition at line 74 of file main.cpp.

◆ TESTNET_WALLET3_NAME

std::string Consts::TESTNET_WALLET3_NAME

Definition at line 75 of file main.cpp.

◆ TESTNET_WALLET4_NAME

std::string Consts::TESTNET_WALLET4_NAME

Definition at line 76 of file main.cpp.

◆ TESTNET_WALLET5_NAME

std::string Consts::TESTNET_WALLET5_NAME

Definition at line 77 of file main.cpp.

◆ TESTNET_WALLET6_NAME

std::string Consts::TESTNET_WALLET6_NAME

Definition at line 78 of file main.cpp.

◆ TESTNET_WALLET_PASS

const char* Consts::TESTNET_WALLET_PASS = ""

Definition at line 80 of file main.cpp.

◆ WALLET_LANG

const char* Consts::WALLET_LANG = "English"

Definition at line 70 of file main.cpp.

◆ WALLET_NAME

const char* Consts::WALLET_NAME = "testwallet"

Definition at line 63 of file main.cpp.

◆ WALLET_NAME_COPY

const char* Consts::WALLET_NAME_COPY = "testwallet_copy"

Definition at line 65 of file main.cpp.

◆ WALLET_NAME_MAINNET

const char* Consts::WALLET_NAME_MAINNET = "testwallet_mainnet"

Definition at line 64 of file main.cpp.

◆ WALLET_NAME_WITH_DIR

const char* Consts::WALLET_NAME_WITH_DIR = "walletdir/testwallet_test"

Definition at line 66 of file main.cpp.

◆ WALLET_NAME_WITH_DIR_NON_WRITABLE

const char* Consts::WALLET_NAME_WITH_DIR_NON_WRITABLE = "/var/walletdir/testwallet_test"

Definition at line 67 of file main.cpp.

◆ WALLET_PASS

const char* Consts::WALLET_PASS = "password"

Definition at line 68 of file main.cpp.

◆ WALLET_PASS2

const char* Consts::WALLET_PASS2 = "password22"

Definition at line 69 of file main.cpp.

◆ WALLETS_ROOT_DIR

std::string Consts::WALLETS_ROOT_DIR = "/var/electroneum/testnet_pvt"

Definition at line 72 of file main.cpp.