|
Clio
develop
The XRP Ledger API server.
|
An interface for a ETL Loader. More...
#include <LoaderInterface.hpp>

Public Member Functions | |
| virtual std::expected< void, LoaderError > | load (model::LedgerData const &data)=0 |
| Load ledger data. | |
| virtual std::optional< ripple::LedgerHeader > | loadInitialLedger (model::LedgerData const &data)=0 |
| Load the initial ledger. | |
An interface for a ETL Loader.
|
nodiscardpure virtual |
Load ledger data.
| data | The data to load |
Implemented in etlng::impl::Loader.
|
nodiscardpure virtual |
Load the initial ledger.
| data | The data to load |
Implemented in etlng::impl::Loader.