#include "data/DBHelpers.hpp"
#include <ripple/protocol/STTx.h>
#include <ripple/protocol/TxMeta.h>
Go to the source code of this file.
◆ getMPTHolderFromObj()
| std::optional< MPTHolderData > etl::getMPTHolderFromObj |
( |
std::string const & | key, |
|
|
std::string const & | blob ) |
Pull MPT data from ledger object via loadInitialLedger.
- Parameters
-
| key | The owner key |
| blob | Object data as blob |
- Returns
- The MPTIssuanceID and holder pair as a optional
◆ getMPTHolderFromTx()
| std::optional< MPTHolderData > etl::getMPTHolderFromTx |
( |
ripple::TxMeta const & | txMeta, |
|
|
ripple::STTx const & | sttx ) |
Pull MPT data from TX via ETLService.
- Parameters
-
| txMeta | Transaction metadata |
| sttx | The transaction |
- Returns
- The MPTIssuanceID and holder pair as a optional