Files
rippled/src/xrpld/app/misc/AmendmentTableImpl.h
2026-02-17 18:10:07 +00:00

19 lines
386 B
C++

#pragma once
#include <xrpl/ledger/AmendmentTable.h>
#include <optional>
namespace xrpl {
std::unique_ptr<AmendmentTable>
make_AmendmentTable(
ServiceRegistry& registry,
std::chrono::seconds majorityTime,
std::vector<AmendmentTable::FeatureInfo> const& supported,
Section const& enabled,
Section const& vetoed,
beast::Journal journal);
} // namespace xrpl