31 #ifndef LEDGER_CORE_POOLDATABASEHELPER_HPP    32 #define LEDGER_CORE_POOLDATABASEHELPER_HPP    35 #include <wallet/pool/WalletPool.hpp>    36 #include "WalletDatabaseEntry.hpp"    42             static bool insertPool(soci::session& sql, 
const WalletPool& pool);
    44             static int64_t getWallets(soci::session& sql,
    46                                       std::vector<WalletDatabaseEntry>& wallets);
    47             static int64_t getWalletCount(soci::session& sql, 
const WalletPool& pool);
    60 #endif //LEDGER_CORE_POOLDATABASEHELPER_HPP Definition: PoolDatabaseHelper.hpp:40
Definition: WalletPool.hpp:63
Definition: WalletDatabaseEntry.hpp:39
Definition: Account.cpp:8