32 #ifndef LEDGER_CORE_RIPPLELIKETRANSACTIONDATABASEHELPER_H 33 #define LEDGER_CORE_RIPPLELIKETRANSACTIONDATABASEHELPER_H 38 #include <wallet/ripple/explorers/RippleLikeBlockchainExplorer.h> 44 static bool getTransactionByHash(soci::session &sql,
45 const std::string &hash,
48 static bool inflateTransaction(soci::session &sql,
52 static bool transactionExists(soci::session &sql,
53 const std::string &rippleTxUid);
55 static std::string createRippleTransactionUid(
const std::string &accountUid,
56 const std::string &txHash);
58 static std::string putTransaction(soci::session &sql,
59 const std::string &accountUid,
65 #endif //LEDGER_CORE_RIPPLELIKETRANSACTIONDATABASEHELPER_H Definition: RippleLikeBlockchainExplorer.h:55
Definition: RippleLikeTransactionDatabaseHelper.h:42
Definition: Account.cpp:8