| address() const | Electroneum::WalletImpl | virtual |
| addressBook() const | Electroneum::WalletImpl | virtual |
| AddressBookImpl class | Electroneum::WalletImpl | friend |
| addressValid(const std::string &str, bool testnet) | Electroneum::Wallet | static |
| amountFromDouble(double amount) | Electroneum::Wallet | static |
| amountFromString(const std::string &amount) | Electroneum::Wallet | static |
| approximateBlockChainHeight() const | Electroneum::WalletImpl | virtual |
| autoRefreshInterval() const | Electroneum::WalletImpl | virtual |
| balance() const | Electroneum::WalletImpl | virtual |
| blockChainHeight() const | Electroneum::WalletImpl | virtual |
| clearStatus() const | Electroneum::WalletImpl | private |
| close() | Electroneum::WalletImpl | |
| connected() const | Electroneum::WalletImpl | virtual |
| ConnectionStatus enum name | Electroneum::Wallet | |
| ConnectionStatus_Connected enum value | Electroneum::Wallet | |
| ConnectionStatus_Disconnected enum value | Electroneum::Wallet | |
| ConnectionStatus_WrongVersion enum value | Electroneum::Wallet | |
| connectToDaemon() | Electroneum::WalletImpl | virtual |
| create(const std::string &path, const std::string &password, const std::string &language) | Electroneum::WalletImpl | |
| createSweepUnmixableTransaction() | Electroneum::WalletImpl | virtual |
| createTransaction(const std::string &dst_addr, const std::string &payment_id, optional< uint64_t > amount, uint32_t mixin_count, PendingTransaction::Priority priority=PendingTransaction::Priority_Low) | Electroneum::WalletImpl | virtual |
| createWatchOnly(const std::string &path, const std::string &password, const std::string &language) const | Electroneum::WalletImpl | virtual |
| daemonBlockChainHeight() const | Electroneum::WalletImpl | virtual |
| daemonBlockChainTargetHeight() const | Electroneum::WalletImpl | virtual |
| daemonSynced() const | Electroneum::WalletImpl | private |
| debug(const std::string &str) | Electroneum::Wallet | static |
| displayAmount(uint64_t amount) | Electroneum::Wallet | static |
| disposeTransaction(PendingTransaction *t) | Electroneum::WalletImpl | virtual |
| doInit(const std::string &daemon_address, uint64_t upper_transaction_size_limit) | Electroneum::WalletImpl | private |
| doRefresh() | Electroneum::WalletImpl | private |
| errorString() const | Electroneum::WalletImpl | virtual |
| exportKeyImages(const std::string &filename) | Electroneum::WalletImpl | virtual |
| filename() const | Electroneum::WalletImpl | virtual |
| genPaymentId() | Electroneum::Wallet | static |
| getDefaultDataDir() const | Electroneum::WalletImpl | virtual |
| getRefreshFromBlockHeight() const | Electroneum::WalletImpl | inlinevirtual |
| getSeedLanguage() const | Electroneum::WalletImpl | virtual |
| getTxKey(const std::string &txid) const | Electroneum::WalletImpl | virtual |
| getUserNote(const std::string &txid) const | Electroneum::WalletImpl | virtual |
| hardForkInfo(uint8_t &version, uint64_t &earliest_height) const | Electroneum::WalletImpl | virtual |
| history() const | Electroneum::WalletImpl | virtual |
| importKeyImages(const std::string &filename) | Electroneum::WalletImpl | virtual |
| init(const std::string &daemon_address, uint64_t upper_transaction_size_limit=0, const std::string &daemon_username="", const std::string &daemon_password="") | Electroneum::WalletImpl | virtual |
| Electroneum::Wallet::init(const char *argv0, const char *default_log_base_name) | Electroneum::Wallet | static |
| integratedAddress(const std::string &payment_id) const | Electroneum::WalletImpl | virtual |
| isNewWallet() const | Electroneum::WalletImpl | private |
| keysFilename() const | Electroneum::WalletImpl | virtual |
| keyValid(const std::string &secret_key_string, const std::string &address_string, bool isViewKey, bool testnet, std::string &error) | Electroneum::Wallet | static |
| loadUnsignedTx(const std::string &unsigned_filename) | Electroneum::WalletImpl | virtual |
| m_addressBook | Electroneum::WalletImpl | private |
| m_daemon_login | Electroneum::WalletImpl | private |
| m_errorString | Electroneum::WalletImpl | mutableprivate |
| m_history | Electroneum::WalletImpl | private |
| m_is_connected | Electroneum::WalletImpl | mutableprivate |
| m_password | Electroneum::WalletImpl | private |
| m_rebuildWalletCache | Electroneum::WalletImpl | private |
| m_recoveringFromSeed | Electroneum::WalletImpl | private |
| m_refreshCV | Electroneum::WalletImpl | private |
| m_refreshEnabled | Electroneum::WalletImpl | private |
| m_refreshIntervalMillis | Electroneum::WalletImpl | private |
| m_refreshMutex | Electroneum::WalletImpl | private |
| m_refreshMutex2 | Electroneum::WalletImpl | private |
| m_refreshThread | Electroneum::WalletImpl | private |
| m_refreshThreadDone | Electroneum::WalletImpl | private |
| m_status | Electroneum::WalletImpl | mutableprivate |
| m_synchronized | Electroneum::WalletImpl | private |
| m_trustedDaemon | Electroneum::WalletImpl | private |
| m_wallet | Electroneum::WalletImpl | private |
| m_wallet2Callback | Electroneum::WalletImpl | private |
| m_walletListener | Electroneum::WalletImpl | private |
| maximumAllowedAmount() | Electroneum::Wallet | static |
| open(const std::string &path, const std::string &password) | Electroneum::WalletImpl | |
| parse_uri(const std::string &uri, std::string &address, std::string &payment_id, uint64_t &amount, std::string &tx_description, std::string &recipient_name, std::vector< std::string > &unknown_parameters, std::string &error) | Electroneum::WalletImpl | virtual |
| path() const | Electroneum::WalletImpl | virtual |
| pauseRefresh() | Electroneum::WalletImpl | virtual |
| paymentIdFromAddress(const std::string &str, bool testnet) | Electroneum::Wallet | static |
| paymentIdValid(const std::string &paiment_id) | Electroneum::Wallet | static |
| PendingTransactionImpl class | Electroneum::WalletImpl | friend |
| publicSpendKey() const | Electroneum::WalletImpl | virtual |
| publicViewKey() const | Electroneum::WalletImpl | virtual |
| recover(const std::string &path, const std::string &seed) | Electroneum::WalletImpl | |
| recoverFromKeys(const std::string &path, const std::string &language, const std::string &address_string, const std::string &viewkey_string, const std::string &spendkey_string="") | Electroneum::WalletImpl | |
| refresh() | Electroneum::WalletImpl | virtual |
| refreshAsync() | Electroneum::WalletImpl | virtual |
| refreshThreadFunc() | Electroneum::WalletImpl | private |
| rescanSpent() | Electroneum::WalletImpl | virtual |
| secretSpendKey() const | Electroneum::WalletImpl | virtual |
| secretViewKey() const | Electroneum::WalletImpl | virtual |
| seed() const | Electroneum::WalletImpl | virtual |
| setAutoRefreshInterval(int millis) | Electroneum::WalletImpl | virtual |
| setListener(WalletListener *l) | Electroneum::WalletImpl | virtual |
| setPassword(const std::string &password) | Electroneum::WalletImpl | virtual |
| setRecoveringFromSeed(bool recoveringFromSeed) | Electroneum::WalletImpl | virtual |
| setRefreshFromBlockHeight(uint64_t refresh_from_block_height) | Electroneum::WalletImpl | virtual |
| setSeedLanguage(const std::string &arg) | Electroneum::WalletImpl | virtual |
| setTrustedDaemon(bool arg) | Electroneum::WalletImpl | virtual |
| setUserNote(const std::string &txid, const std::string ¬e) | Electroneum::WalletImpl | virtual |
| signMessage(const std::string &message) | Electroneum::WalletImpl | virtual |
| startRefresh() | Electroneum::WalletImpl | virtual |
| Status enum name | Electroneum::Wallet | |
| status() const | Electroneum::WalletImpl | virtual |
| Status_Critical enum value | Electroneum::Wallet | |
| Status_Error enum value | Electroneum::Wallet | |
| Status_Ok enum value | Electroneum::Wallet | |
| stopRefresh() | Electroneum::WalletImpl | private |
| store(const std::string &path) | Electroneum::WalletImpl | virtual |
| submitTransaction(const std::string &fileName) | Electroneum::WalletImpl | virtual |
| synchronized() const | Electroneum::WalletImpl | virtual |
| testnet() const | Electroneum::WalletImpl | inlinevirtual |
| TransactionHistoryImpl class | Electroneum::WalletImpl | friend |
| trustedDaemon() const | Electroneum::WalletImpl | virtual |
| unlockedBalance() const | Electroneum::WalletImpl | virtual |
| UnsignedTransactionImpl class | Electroneum::WalletImpl | friend |
| useForkRules(uint8_t version, int64_t early_blocks) const | Electroneum::WalletImpl | virtual |
| verifySignedMessage(const std::string &message, const std::string &address, const std::string &signature) const | Electroneum::WalletImpl | virtual |
| Wallet2CallbackImpl | Electroneum::WalletImpl | friend |
| WalletImpl(bool testnet=false) | Electroneum::WalletImpl | |
| watchOnly() const | Electroneum::WalletImpl | virtual |
| ~Wallet()=0 | Electroneum::Wallet | pure virtual |
| ~WalletImpl() | Electroneum::WalletImpl | |