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

A value to be flooded to all other peers starting from this peer. More...

#include <events.h>

Public Attributes

val
 Event that is shared.

Detailed Description

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

A value to be flooded to all other peers starting from this peer.

Definition at line 38 of file events.h.

Member Data Documentation

◆ val

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

Event that is shared.

Definition at line 41 of file events.h.