|
Electroneum
|
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" |
| std::string Consts::MAINNET_DAEMON_ADDRESS = "localhost:26968" |
| std::string Consts::TESTNET_DAEMON_ADDRESS = "localhost:36968" |
| const char* Consts::WALLET_NAME_MAINNET = "testwallet_mainnet" |
| const char* Consts::WALLET_NAME_WITH_DIR = "walletdir/testwallet_test" |
| const char* Consts::WALLET_NAME_WITH_DIR_NON_WRITABLE = "/var/walletdir/testwallet_test" |