Monero
Loading...
Searching...
No Matches
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/monero/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_10XMR = 10000000000000L
const uint64_t AMOUNT_5XMR = 5000000000000L
const uint64_t AMOUNT_1XMR = 1000000000000L
const std::string PAYMENT_ID_EMPTY = ""
std::string TESTNET_DAEMON_ADDRESS = "localhost:38081"
std::string MAINNET_DAEMON_ADDRESS = "localhost:18081"

Variable Documentation

◆ AMOUNT_10XMR

const uint64_t Consts::AMOUNT_10XMR = 10000000000000L

◆ AMOUNT_1XMR

const uint64_t Consts::AMOUNT_1XMR = 1000000000000L

◆ AMOUNT_5XMR

const uint64_t Consts::AMOUNT_5XMR = 5000000000000L

◆ CURRENT_DST_WALLET

std::string Consts::CURRENT_DST_WALLET

◆ CURRENT_SRC_WALLET

std::string Consts::CURRENT_SRC_WALLET

◆ MAINNET_DAEMON_ADDRESS

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

◆ PAYMENT_ID_EMPTY

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

◆ TESTNET_DAEMON_ADDRESS

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

◆ TESTNET_WALLET1_NAME

std::string Consts::TESTNET_WALLET1_NAME

◆ TESTNET_WALLET2_NAME

std::string Consts::TESTNET_WALLET2_NAME

◆ TESTNET_WALLET3_NAME

std::string Consts::TESTNET_WALLET3_NAME

◆ TESTNET_WALLET4_NAME

std::string Consts::TESTNET_WALLET4_NAME

◆ TESTNET_WALLET5_NAME

std::string Consts::TESTNET_WALLET5_NAME

◆ TESTNET_WALLET6_NAME

std::string Consts::TESTNET_WALLET6_NAME

◆ TESTNET_WALLET_PASS

const char* Consts::TESTNET_WALLET_PASS = ""

◆ WALLET_LANG

const char* Consts::WALLET_LANG = "English"

◆ WALLET_NAME

const char* Consts::WALLET_NAME = "testwallet"

◆ WALLET_NAME_COPY

const char* Consts::WALLET_NAME_COPY = "testwallet_copy"

◆ WALLET_NAME_MAINNET

const char* Consts::WALLET_NAME_MAINNET = "testwallet_mainnet"

◆ WALLET_NAME_WITH_DIR

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

◆ WALLET_NAME_WITH_DIR_NON_WRITABLE

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

◆ WALLET_PASS

const char* Consts::WALLET_PASS = "password"

◆ WALLET_PASS2

const char* Consts::WALLET_PASS2 = "password22"

◆ WALLETS_ROOT_DIR

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