◆ extractLedgerOnly()
std::optional< model::LedgerData > etlng::impl::Extractor::extractLedgerOnly |
( |
uint32_t | seq | ) |
|
|
nodiscardoverridevirtual |
Extract data for a particular ledger.
- Parameters
-
seq | sequence of the ledger to extract |
- Returns
- Ledger header and transaction+metadata blobs if available
Implements etlng::ExtractorInterface.
◆ extractLedgerWithDiff()
std::optional< model::LedgerData > etlng::impl::Extractor::extractLedgerWithDiff |
( |
uint32_t | seq | ) |
|
|
nodiscardoverridevirtual |
Extract diff data for a particular ledger.
- Parameters
-
seq | sequence of the ledger to extract |
- Returns
- Ledger data diff between sequence and parent if available
Implements etlng::ExtractorInterface.
The documentation for this class was generated from the following files:
- /__w/clio/clio/src/etlng/impl/Extraction.hpp
- /__w/clio/clio/src/etlng/impl/Extraction.cpp