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

Static Public Member Functions

static bool getTransactionByHash (soci::session &sql, const std::string &hash, RippleLikeBlockchainExplorerTransaction &tx)
 
static bool inflateTransaction (soci::session &sql, const soci::row &row, RippleLikeBlockchainExplorerTransaction &tx)
 
static bool transactionExists (soci::session &sql, const std::string &rippleTxUid)
 
static std::string createRippleTransactionUid (const std::string &accountUid, const std::string &txHash)
 
static std::string putTransaction (soci::session &sql, const std::string &accountUid, const RippleLikeBlockchainExplorerTransaction &tx)
 

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