32 #ifndef LEDGER_CORE_TEZOSLIKETRANSACTIONDATABASEHELPER_H 33 #define LEDGER_CORE_TEZOSLIKETRANSACTIONDATABASEHELPER_H 37 #include <wallet/tezos/explorers/TezosLikeBlockchainExplorer.h> 38 #include <api/TezosOperationTag.hpp> 39 #include <api/OperationType.hpp> 45 static bool getTransactionByHash(soci::session &sql,
46 const std::string &hash,
47 const std::string &operationUid,
50 static bool inflateTransaction(soci::session &sql,
54 static bool transactionExists(soci::session &sql,
55 const std::string &tezosTxUid);
57 static std::string createTezosTransactionUid(
const std::string &accountUid,
58 const std::string &txHash,
59 api::TezosOperationTag type);
61 static std::string putTransaction(soci::session &sql,
62 const std::string &accountUid,
67 #endif //LEDGER_CORE_TEZOSLIKETRANSACTIONDATABASEHELPER_H Definition: TezosLikeBlockchainExplorer.h:68
Definition: Account.cpp:8
Definition: TezosLikeTransactionDatabaseHelper.h:43