Represents an amendment in the XRPL.
More...
#include <Types.hpp>
|
static ripple::uint256 | getAmendmentId (std::string_view const name) |
| Get the amendment Id from its name.
|
|
|
std::string | name |
|
ripple::uint256 | feature |
|
bool | isSupportedByXRPL = false |
|
bool | isSupportedByClio = false |
|
bool | isRetired = false |
|
Represents an amendment in the XRPL.
◆ getAmendmentId()
ripple::uint256 data::Amendment::getAmendmentId |
( |
std::string_view const | name | ) |
|
|
static |
Get the amendment Id from its name.
- Parameters
-
name | The name of the amendment |
- Returns
- The amendment Id as uint256
◆ operator==()
bool data::Amendment::operator== |
( |
Amendment const & | other | ) |
const |
|
inline |
Equality comparison operator.
- Parameters
-
other | The object to compare to |
- Returns
- Whether the objects are equal
The documentation for this struct was generated from the following files:
- /__w/clio/clio/src/data/Types.hpp
- /__w/clio/clio/src/data/AmendmentCenter.cpp