xrpld
Loading...
Searching...
No Matches
xrpl::test::csf::StartRound Struct Reference

Peer starts a new consensus round. More...

#include <events.h>

Collaboration diagram for xrpl::test::csf::StartRound:

Public Attributes

Ledger::ID bestLedger {}
 The preferred ledger for the start of consensus.
Ledger prevLedger
 The prior ledger on hand.

Detailed Description

Peer starts a new consensus round.

Definition at line 92 of file events.h.

Member Data Documentation

◆ bestLedger

Ledger::ID xrpl::test::csf::StartRound::bestLedger {}

The preferred ledger for the start of consensus.

Definition at line 97 of file events.h.

◆ prevLedger

Ledger xrpl::test::csf::StartRound::prevLedger

The prior ledger on hand.

Definition at line 102 of file events.h.