xrpld
Loading...
Searching...
No Matches
xrpl::test::reduce_relay_test::Event Struct Reference
Collaboration diagram for xrpl::test::reduce_relay_test::Event:

Public Attributes

State state = State::Off
std::uint32_t cnt = 0
std::uint32_t handledCnt = 0
bool isSelected = false
Peer::id_t peer {}
std::uint16_t validator {}
std::optional< PublicKeykey
time_point< ManualClocktime
bool handled = false

Detailed Description

Definition at line 922 of file reduce_relay_test.cpp.

Member Data Documentation

◆ state

State xrpl::test::reduce_relay_test::Event::state = State::Off

Definition at line 924 of file reduce_relay_test.cpp.

◆ cnt

std::uint32_t xrpl::test::reduce_relay_test::Event::cnt = 0

Definition at line 925 of file reduce_relay_test.cpp.

◆ handledCnt

std::uint32_t xrpl::test::reduce_relay_test::Event::handledCnt = 0

Definition at line 926 of file reduce_relay_test.cpp.

◆ isSelected

bool xrpl::test::reduce_relay_test::Event::isSelected = false

Definition at line 927 of file reduce_relay_test.cpp.

◆ peer

Peer::id_t xrpl::test::reduce_relay_test::Event::peer {}

Definition at line 928 of file reduce_relay_test.cpp.

◆ validator

std::uint16_t xrpl::test::reduce_relay_test::Event::validator {}

Definition at line 929 of file reduce_relay_test.cpp.

◆ key

std::optional<PublicKey> xrpl::test::reduce_relay_test::Event::key

Definition at line 930 of file reduce_relay_test.cpp.

◆ time

time_point<ManualClock> xrpl::test::reduce_relay_test::Event::time

Definition at line 931 of file reduce_relay_test.cpp.

◆ handled

bool xrpl::test::reduce_relay_test::Event::handled = false

Definition at line 932 of file reduce_relay_test.cpp.