rippled
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:40
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)
Definition
AmendmentTable.cpp:988
optional
std::unique_ptr
std::vector
Generated by
1.9.8