32 #ifndef LEDGER_CORE_BITCOINLIKEUTXODATABASEHELPER_H 33 #define LEDGER_CORE_BITCOINLIKEUTXODATABASEHELPER_H 36 #include <wallet/bitcoin/explorers/BitcoinLikeBlockchainExplorer.hpp> 45 static std::size_t queryUTXO(soci::session &sql,
const std::string &accountUid,
48 std::vector<BitcoinLikeBlockchainExplorerOutput>& out,
49 std::function<
bool (
const std::string& address)> filter);
51 static std::size_t UTXOcount(soci::session& sql,
const std::string& accountUid,
52 std::function<
bool (
const std::string& address)> filter);
57 #endif //LEDGER_CORE_BITCOINLIKEUTXODATABASEHELPER_H Definition: BitcoinLikeUTXODatabaseHelper.h:39
Definition: Account.cpp:8