|
rippled
|
The status of all amendments requested in a given window. More...

Public Member Functions | |
| AmendmentSet ()=default | |
| void | tally (std::set< uint256 > const &amendments) |
| int | votes (uint256 const &amendment) const |
Public Attributes | |
| int | mTrustedValidations = 0 |
| int | mThreshold = 0 |
Private Attributes | |
| hash_map< uint256, int > | votes_ |
The status of all amendments requested in a given window.
Definition at line 95 of file AmendmentTable.cpp.
|
default |
Definition at line 111 of file AmendmentTable.cpp.
| int ripple::AmendmentSet::votes | ( | uint256 const & | amendment | ) | const |
Definition at line 120 of file AmendmentTable.cpp.
Definition at line 99 of file AmendmentTable.cpp.
| int ripple::AmendmentSet::mTrustedValidations = 0 |
Definition at line 103 of file AmendmentTable.cpp.
| int ripple::AmendmentSet::mThreshold = 0 |
Definition at line 106 of file AmendmentTable.cpp.
1.8.17