ledger-core
|
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 ðTxUid) |
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) |