xrpld
Loading...
Searching...
No Matches
xrpl::test::csf::Relay< V > Struct Template Reference

A value relayed to another peer as part of flooding. More...

#include <events.h>

Collaboration diagram for xrpl::test::csf::Relay< V >:

Public Attributes

PeerID to
 Peer relaying to.
val
 The value to relay.

Detailed Description

template<class V>
struct xrpl::test::csf::Relay< V >

A value relayed to another peer as part of flooding.

Definition at line 47 of file events.h.

Member Data Documentation

◆ to

template<class V>
PeerID xrpl::test::csf::Relay< V >::to

Peer relaying to.

Definition at line 50 of file events.h.

◆ val

template<class V>
V xrpl::test::csf::Relay< V >::val

The value to relay.

Definition at line 53 of file events.h.