rippled
Public Attributes | List of all members
ripple::test::csf::TrustGraph< Peer >::ForkInfo Struct Reference

An example of nodes that fail the whitepaper no-forking condition. More...

Collaboration diagram for ripple::test::csf::TrustGraph< Peer >::ForkInfo:
Collaboration graph
[legend]

Public Attributes

std::set< PeerunlA
 
std::set< PeerunlB
 
int overlap
 
double required
 

Detailed Description

template<class Peer>
struct ripple::test::csf::TrustGraph< Peer >::ForkInfo

An example of nodes that fail the whitepaper no-forking condition.

Definition at line 110 of file TrustGraph.h.

Member Data Documentation

◆ unlA

template<class Peer >
std::set<Peer> ripple::test::csf::TrustGraph< Peer >::ForkInfo::unlA

Definition at line 112 of file TrustGraph.h.

◆ unlB

template<class Peer >
std::set<Peer> ripple::test::csf::TrustGraph< Peer >::ForkInfo::unlB

Definition at line 113 of file TrustGraph.h.

◆ overlap

template<class Peer >
int ripple::test::csf::TrustGraph< Peer >::ForkInfo::overlap

Definition at line 114 of file TrustGraph.h.

◆ required

template<class Peer >
double ripple::test::csf::TrustGraph< Peer >::ForkInfo::required

Definition at line 115 of file TrustGraph.h.