22#include "etlng/Models.hpp"
This namespace implements the data access layer and related components.
Definition AmendmentCenter.cpp:70
The interface for a registry that can dispatch transactions and objects to extensions.
Definition RegistryInterface.hpp:72
virtual void dispatch(model::LedgerData const &data)=0
Dispatch an entire ledger diff.
virtual void dispatchInitialData(model::LedgerData const &data)=0
Dispatch initial ledger data.
virtual void dispatchInitialObjects(uint32_t seq, std::vector< model::Object > const &data, std::string lastKey)=0
Dispatch initial objects.
Represents an entire ledger diff worth of transactions and objects.
Definition Models.hpp:143