ledger-core
|
This is the complete list of members for ledger::core::AccountDatabaseHelper, including all inherited members.
accountExists(soci::session &sql, const std::string &walletUid, int32_t index) (defined in ledger::core::AccountDatabaseHelper) | ledger::core::AccountDatabaseHelper | static |
computeNextAccountIndex(soci::session &sql, const std::string &walletUid) (defined in ledger::core::AccountDatabaseHelper) | ledger::core::AccountDatabaseHelper | static |
createAccount(soci::session &sql, const std::string &walletUid, int32_t index) (defined in ledger::core::AccountDatabaseHelper) | ledger::core::AccountDatabaseHelper | static |
createAccountUid(const std::string &walletUid, int32_t accountIndex) (defined in ledger::core::AccountDatabaseHelper) | ledger::core::AccountDatabaseHelper | static |
createERC20AccountUid(const std::string ðAccountUid, const std::string &contractAddress) (defined in ledger::core::AccountDatabaseHelper) | ledger::core::AccountDatabaseHelper | static |
getAccountsCount(soci::session &sql, const std::string &walletUid) (defined in ledger::core::AccountDatabaseHelper) | ledger::core::AccountDatabaseHelper | static |
getAccountsIndexes(soci::session &sql, const std::string &walletUid, int32_t from, int32_t count, std::list< int32_t > &out) (defined in ledger::core::AccountDatabaseHelper) | ledger::core::AccountDatabaseHelper | static |
getLastBlockWithOperations(soci::session &sql, const std::string &accountUid) (defined in ledger::core::AccountDatabaseHelper) | ledger::core::AccountDatabaseHelper | static |
removeAccount(soci::session &sql, const std::string &walletUid, int32_t index) (defined in ledger::core::AccountDatabaseHelper) | ledger::core::AccountDatabaseHelper | static |