3#include "etl/Models.hpp"
5#include <xrpl/protocol/LedgerHeader.h>
30 std::vector<model::Object>
const&
data,
31 std::optional<std::string> lastKey = std::nullopt
This namespace implements the data access layer and related components.
Definition AmendmentCenter.cpp:56
The interface for observing the initial ledger load.
Definition InitialLoadObserverInterface.hpp:17
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.