32 #ifndef LEDGER_CORE_ETHEREUMLIKETRANSACTIONDATABASEHELPER_H 33 #define LEDGER_CORE_ETHEREUMLIKETRANSACTIONDATABASEHELPER_H 37 #include <wallet/ethereum/explorers/EthereumLikeBlockchainExplorer.h> 43 static bool getTransactionByHash(soci::session &sql,
44 const std::string &hash,
47 static bool inflateTransaction(soci::session &sql,
51 static bool transactionExists(soci::session &sql,
52 const std::string ðTxUid);
54 static std::string createEthereumTransactionUid(
const std::string& accountUid,
55 const std::string& txHash);
57 static std::string putTransaction(soci::session& sql,
58 const std::string &accountUid,
64 #endif //LEDGER_CORE_ETHEREUMLIKETRANSACTIONDATABASEHELPER_H Definition: EthereumLikeBlockchainExplorer.h:71
Definition: EthereumLikeTransactionDatabaseHelper.h:41
Definition: Account.cpp:8