Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
MPTHelpers.hpp File Reference
#include "data/DBHelpers.hpp"
#include <ripple/protocol/STTx.h>
#include <ripple/protocol/TxMeta.h>
Include dependency graph for MPTHelpers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  etl
 This namespace contains everything to do with the ETL and ETL sources.
 

Functions

std::optional< MPTHolderDataetl::getMPTHolderFromTx (ripple::TxMeta const &txMeta, ripple::STTx const &sttx)
 Pull MPT data from TX via ETLService.
 
std::optional< MPTHolderDataetl::getMPTHolderFromObj (std::string const &key, std::string const &blob)
 Pull MPT data from ledger object via loadInitialLedger.