Clio develop
The XRP Ledger API server.
|
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< MPTHolderData > | etl::getMPTHolderFromTx (ripple::TxMeta const &txMeta, ripple::STTx const &sttx) |
Pull MPT data from TX via ETLService. | |
std::optional< MPTHolderData > | etl::getMPTHolderFromObj (std::string const &key, std::string const &blob) |
Pull MPT data from ledger object via loadInitialLedger. | |