xrpld
Loading...
Searching...
No Matches
xrpl::AmendmentTable::FeatureInfo Struct Reference

#include <AmendmentTable.h>

Collaboration diagram for xrpl::AmendmentTable::FeatureInfo:

Public Member Functions

 FeatureInfo ()=delete
 FeatureInfo (std::string n, uint256 const &f, VoteBehavior v)

Public Attributes

std::string const name
uint256 const feature
VoteBehavior const vote

Detailed Description

Definition at line 24 of file AmendmentTable.h.

Constructor & Destructor Documentation

◆ FeatureInfo() [1/2]

xrpl::AmendmentTable::FeatureInfo::FeatureInfo ( )
delete

◆ FeatureInfo() [2/2]

xrpl::AmendmentTable::FeatureInfo::FeatureInfo ( std::string n,
uint256 const & f,
VoteBehavior v )

Definition at line 27 of file AmendmentTable.h.

Member Data Documentation

◆ name

std::string const xrpl::AmendmentTable::FeatureInfo::name

Definition at line 32 of file AmendmentTable.h.

◆ feature

uint256 const xrpl::AmendmentTable::FeatureInfo::feature

Definition at line 33 of file AmendmentTable.h.

◆ vote

VoteBehavior const xrpl::AmendmentTable::FeatureInfo::vote

Definition at line 34 of file AmendmentTable.h.