rippled
Public Attributes | List of all members
ripple::NegativeUNLVote::Candidates Struct Reference

UNLModify Tx candidates. More...

Collaboration diagram for ripple::NegativeUNLVote::Candidates:
Collaboration graph
[legend]

Public Attributes

std::vector< NodeIDtoDisableCandidates
 
std::vector< NodeIDtoReEnableCandidates
 

Detailed Description

UNLModify Tx candidates.

Definition at line 135 of file NegativeUNLVote.h.

Member Data Documentation

◆ toDisableCandidates

std::vector<NodeID> ripple::NegativeUNLVote::Candidates::toDisableCandidates

Definition at line 137 of file NegativeUNLVote.h.

◆ toReEnableCandidates

std::vector<NodeID> ripple::NegativeUNLVote::Candidates::toReEnableCandidates

Definition at line 138 of file NegativeUNLVote.h.