rippled
Loading...
Searching...
No Matches
AmendmentTableImpl.h
1#pragma once
2
3#include <xrpl/ledger/AmendmentTable.h>
4
5#include <optional>
6
7namespace xrpl {
8
11 ServiceRegistry& registry,
12 std::chrono::seconds majorityTime,
14 Section const& enabled,
15 Section const& vetoed,
16 beast::Journal journal);
17
18} // namespace xrpl
A generic endpoint for log messages.
Definition Journal.h:40
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
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)