ledger-core
ledger::core::api::WalletPool Member List

This is the complete list of members for ledger::core::api::WalletPool, including all inherited members.

changePassword(const std::string &oldPassword, const std::string &newPassword, const std::shared_ptr< ErrorCodeCallback > &callback)=0ledger::core::api::WalletPoolpure virtual
createWallet(const std::string &name, const Currency &currency, const std::shared_ptr< DynamicObject > &configuration, const std::shared_ptr< WalletCallback > &callback)=0ledger::core::api::WalletPoolpure virtual
eraseDataSince(const std::chrono::system_clock::time_point &date, const std::shared_ptr< ErrorCodeCallback > &callback)=0ledger::core::api::WalletPoolpure virtual
freshResetAll(const std::shared_ptr< ErrorCodeCallback > &callback)=0ledger::core::api::WalletPoolpure virtual
getCurrencies(const std::shared_ptr< CurrencyListCallback > &callback)=0ledger::core::api::WalletPoolpure virtual
getCurrency(const std::string &name, const std::shared_ptr< CurrencyCallback > &callback)=0ledger::core::api::WalletPoolpure virtual
getEventBus()=0ledger::core::api::WalletPoolpure virtual
getLastBlock(const std::string &currencyName, const std::shared_ptr< BlockCallback > &callback)=0ledger::core::api::WalletPoolpure virtual
getLogger()=0ledger::core::api::WalletPoolpure virtual
getName()=0ledger::core::api::WalletPoolpure virtual
getPreferences()=0ledger::core::api::WalletPoolpure virtual
getWallet(const std::string &name, const std::shared_ptr< WalletCallback > &callback)=0ledger::core::api::WalletPoolpure virtual
getWalletCount(const std::shared_ptr< I32Callback > &callback)=0ledger::core::api::WalletPoolpure virtual
getWallets(int32_t from, int32_t size, const std::shared_ptr< WalletListCallback > &callback)=0ledger::core::api::WalletPoolpure virtual
newInstance(const std::string &name, const std::string &password, const std::shared_ptr< HttpClient > &httpClient, const std::shared_ptr< WebSocketClient > &webSocketClient, const std::shared_ptr< PathResolver > &pathResolver, const std::shared_ptr< LogPrinter > &logPrinter, const std::shared_ptr< ThreadDispatcher > &dispatcher, const std::shared_ptr< RandomNumberGenerator > &rng, const std::shared_ptr< DatabaseBackend > &backend, const std::shared_ptr< DynamicObject > &configuration)ledger::core::api::WalletPoolstatic
updateWalletConfig(const std::string &name, const std::shared_ptr< DynamicObject > &configuration, const std::shared_ptr< ErrorCodeCallback > &callback)=0ledger::core::api::WalletPoolpure virtual
~WalletPool() (defined in ledger::core::api::WalletPool)ledger::core::api::WalletPoolinlinevirtual