ledger-core
|
This is the complete list of members for ledger::core::api::Wallet, including all inherited members.
asBitcoinLikeWallet()=0 | ledger::core::api::Wallet | pure virtual |
eraseDataSince(const std::chrono::system_clock::time_point &date, const std::shared_ptr< ErrorCodeCallback > &callback)=0 | ledger::core::api::Wallet | pure virtual |
getAccount(int32_t index, const std::shared_ptr< AccountCallback > &callback)=0 | ledger::core::api::Wallet | pure virtual |
getAccountCount(const std::shared_ptr< I32Callback > &callback)=0 | ledger::core::api::Wallet | pure virtual |
getAccountCreationInfo(int32_t accountIndex, const std::shared_ptr< AccountCreationInfoCallback > &callback)=0 | ledger::core::api::Wallet | pure virtual |
getAccountPreferences(int32_t index)=0 | ledger::core::api::Wallet | pure virtual |
getAccounts(int32_t offset, int32_t count, const std::shared_ptr< AccountListCallback > &callback)=0 | ledger::core::api::Wallet | pure virtual |
getConfiguration()=0 | ledger::core::api::Wallet | pure virtual |
getCurrency()=0 | ledger::core::api::Wallet | pure virtual |
getEventBus()=0 | ledger::core::api::Wallet | pure virtual |
getExtendedKeyAccountCreationInfo(int32_t accountIndex, const std::shared_ptr< ExtendedKeyAccountCreationInfoCallback > &callback)=0 | ledger::core::api::Wallet | pure virtual |
getLastBlock(const std::shared_ptr< BlockCallback > &callback)=0 | ledger::core::api::Wallet | pure virtual |
getLogger()=0 | ledger::core::api::Wallet | pure virtual |
getName()=0 | ledger::core::api::Wallet | pure virtual |
getNextAccountCreationInfo(const std::shared_ptr< AccountCreationInfoCallback > &callback)=0 | ledger::core::api::Wallet | pure virtual |
getNextAccountIndex(const std::shared_ptr< I32Callback > &callback)=0 | ledger::core::api::Wallet | pure virtual |
getNextExtendedKeyAccountCreationInfo(const std::shared_ptr< ExtendedKeyAccountCreationInfoCallback > &callback)=0 | ledger::core::api::Wallet | pure virtual |
getPreferences()=0 | ledger::core::api::Wallet | pure virtual |
getWalletType()=0 | ledger::core::api::Wallet | pure virtual |
isInstanceOfBitcoinLikeWallet()=0 | ledger::core::api::Wallet | pure virtual |
isInstanceOfEthereumLikeWallet()=0 | ledger::core::api::Wallet | pure virtual |
isInstanceOfRippleLikeWallet()=0 | ledger::core::api::Wallet | pure virtual |
isSynchronizing()=0 | ledger::core::api::Wallet | pure virtual |
newAccountWithExtendedKeyInfo(const ExtendedKeyAccountCreationInfo &extendedKeyAccountCreationInfo, const std::shared_ptr< AccountCallback > &callback)=0 | ledger::core::api::Wallet | pure virtual |
newAccountWithInfo(const AccountCreationInfo &accountCreationInfo, const std::shared_ptr< AccountCallback > &callback)=0 | ledger::core::api::Wallet | pure virtual |
synchronize()=0 | ledger::core::api::Wallet | pure virtual |
~Wallet() (defined in ledger::core::api::Wallet) | ledger::core::api::Wallet | inlinevirtual |