ledger-core
|
This is the complete list of members for ledger::core::TezosLikeAccountDatabaseHelper, including all inherited members.
addOriginatedAccountOperation(soci::session &sql, const std::string &opUid, const std::string &tezosTxUid, const std::string &originatedAccountUid) (defined in ledger::core::TezosLikeAccountDatabaseHelper) | ledger::core::TezosLikeAccountDatabaseHelper | static |
createAccount(soci::session &sql, const std::string walletUid, int32_t index, const std::string &publicKey) (defined in ledger::core::TezosLikeAccountDatabaseHelper) | ledger::core::TezosLikeAccountDatabaseHelper | static |
createOriginatedAccountUid(const std::string &xtzAccountUid, const std::string &originatedAddress) (defined in ledger::core::TezosLikeAccountDatabaseHelper) | ledger::core::TezosLikeAccountDatabaseHelper | static |
queryAccount(soci::session &sql, const std::string &accountUid, TezosLikeAccountDatabaseEntry &entry) (defined in ledger::core::TezosLikeAccountDatabaseHelper) | ledger::core::TezosLikeAccountDatabaseHelper | static |
queryOperations(soci::session &sql, const std::string &accountUid, std::vector< Operation > &operations, std::function< bool(const std::string &address)> filter) (defined in ledger::core::TezosLikeAccountDatabaseHelper) | ledger::core::TezosLikeAccountDatabaseHelper | static |
updatePubKeyField(soci::session &sql, const std::string &accountUid, const std::string &pubKey) (defined in ledger::core::TezosLikeAccountDatabaseHelper) | ledger::core::TezosLikeAccountDatabaseHelper | static |