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

Static Public Member Functions

static bool getTransactionByHash (soci::session &sql, const std::string &hash, EthereumLikeBlockchainExplorerTransaction &tx)
 
static bool inflateTransaction (soci::session &sql, const soci::row &row, EthereumLikeBlockchainExplorerTransaction &tx)
 
static bool transactionExists (soci::session &sql, const std::string &ethTxUid)
 
static std::string createEthereumTransactionUid (const std::string &accountUid, const std::string &txHash)
 
static std::string putTransaction (soci::session &sql, const std::string &accountUid, const EthereumLikeBlockchainExplorerTransaction &tx)
 

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