22#include "data/LedgerCacheInterface.hpp"
23#include "migration/MigrationManagerInterface.hpp"
24#include "util/newconfig/ConfigDefinition.hpp"
30namespace migration::impl {
40std::expected<std::shared_ptr<MigrationManagerInterface>, std::string>
Cache for an entire ledger.
Definition LedgerCacheInterface.hpp:38
All the config data will be stored and extracted from this class.
Definition ConfigDefinition.hpp:54