xrpld
Loading...
Searching...
No Matches
xrpld
app
misc
AmendmentTableImpl.h
1
#pragma once
2
3
#include <xrpl/ledger/AmendmentTable.h>
4
5
#include <
optional
>
6
7
namespace
xrpl
{
8
9
std::unique_ptr<AmendmentTable>
10
make_AmendmentTable
(
11
ServiceRegistry
& registry,
12
std::chrono::seconds
majorityTime,
13
std::vector<AmendmentTable::FeatureInfo>
const
& supported,
14
Section
const
& enabled,
15
Section
const
& vetoed,
16
beast::Journal
journal);
17
18
}
// namespace xrpl
beast::Journal
A generic endpoint for log messages.
Definition
Journal.h:38
xrpl::Section
Holds a collection of configuration values.
Definition
BasicConfig.h:24
xrpl::ServiceRegistry
Service registry for dependency injection.
Definition
ServiceRegistry.h:92
std::chrono::seconds
xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:5
xrpl::make_AmendmentTable
std::unique_ptr< AmendmentTable > make_AmendmentTable(ServiceRegistry ®istry, std::chrono::seconds majorityTime, std::vector< AmendmentTable::FeatureInfo > const &supported, Section const &enabled, Section const &vetoed, beast::Journal journal)
optional
std::vector
Generated by
1.16.1