Clio develop
The XRP Ledger API server.
|
An interface for a ETL Loader. More...
#include <LoaderInterface.hpp>
Public Member Functions | |
virtual void | 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.
|
pure virtual |
|
pure virtual |
Load the initial ledger.
data | The data to load |
Implemented in etlng::impl::Loader.