rippled
Public Member Functions | Public Attributes | List of all members
ripple::TrustChanges Struct Reference

Changes in trusted nodes after updating validator list. More...

Collaboration diagram for ripple::TrustChanges:
Collaboration graph
[legend]

Public Member Functions

 TrustChanges ()=default
 

Public Attributes

hash_set< NodeIDadded
 
hash_set< NodeIDremoved
 

Detailed Description

Changes in trusted nodes after updating validator list.

Definition at line 107 of file ValidatorList.h.

Constructor & Destructor Documentation

◆ TrustChanges()

ripple::TrustChanges::TrustChanges ( )
explicitdefault

Member Data Documentation

◆ added

hash_set<NodeID> ripple::TrustChanges::added

Definition at line 111 of file ValidatorList.h.

◆ removed

hash_set<NodeID> ripple::TrustChanges::removed

Definition at line 112 of file ValidatorList.h.