rippled
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
xrpl::TrustChanges Struct Reference

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

#include <ValidatorList.h>

Collaboration diagram for xrpl::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 87 of file ValidatorList.h.

Constructor & Destructor Documentation

◆ TrustChanges()

xrpl::TrustChanges::TrustChanges ( )
explicitdefault

Member Data Documentation

◆ added

hash_set<NodeID> xrpl::TrustChanges::added

Definition at line 91 of file ValidatorList.h.

◆ removed

hash_set<NodeID> xrpl::TrustChanges::removed

Definition at line 92 of file ValidatorList.h.