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