xrpld
Loading...
Searching...
No Matches
xrpl::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 xrpl::test::csf::TrustGraph< Peer >::ForkInfo:

Public Attributes

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

Detailed Description

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

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

Definition at line 90 of file TrustGraph.h.

Member Data Documentation

◆ unlA

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

Definition at line 92 of file TrustGraph.h.

◆ unlB

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

Definition at line 93 of file TrustGraph.h.

◆ overlap

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

Definition at line 94 of file TrustGraph.h.

◆ required

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

Definition at line 95 of file TrustGraph.h.