22#include "etlng/Models.hpp"
24#include <xrpl/protocol/LedgerHeader.h>
49 std::vector<model::Object>
const&
data,
50 std::optional<std::string> lastKey = std::nullopt
This namespace implements the data access layer and related components.
Definition AmendmentCenter.cpp:70
The interface for observing the initial ledger load.
Definition InitialLoadObserverInterface.hpp:36
virtual void onInitialLoadGotMoreObjects(uint32_t seq, std::vector< model::Object > const &data, std::optional< std::string > lastKey=std::nullopt)=0
Callback for each incoming batch of objects during initial ledger load.