ledger-core
Static Public Member Functions | List of all members
ledger::core::PoolDatabaseHelper Class Reference

Static Public Member Functions

static bool insertPool (soci::session &sql, const WalletPool &pool)
 
static void putWallet (soci::session &sql, const WalletDatabaseEntry &wallet)
 
static int64_t getWallets (soci::session &sql, const WalletPool &pool, int64_t offset, std::vector< WalletDatabaseEntry > &wallets)
 
static int64_t getWalletCount (soci::session &sql, const WalletPool &pool)
 
static bool getWallet (soci::session &sql, const WalletPool &pool, const std::string &walletName, WalletDatabaseEntry &entry)
 
static bool removeWallet (soci::session &sql, const WalletDatabaseEntry &entry)
 
static bool walletExists (soci::session &sql, const WalletDatabaseEntry &entry)
 

The documentation for this class was generated from the following files: