rippled
Loading...
Searching...
No Matches
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...

#include <TrustGraph.h>

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 92 of file TrustGraph.h.

Member Data Documentation

◆ unlA

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

Definition at line 94 of file TrustGraph.h.

◆ unlB

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

Definition at line 95 of file TrustGraph.h.

◆ overlap

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

Definition at line 96 of file TrustGraph.h.

◆ required

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

Definition at line 97 of file TrustGraph.h.