rippled
Loading...
Searching...
No Matches
Public Attributes | List of all members
ripple::test::csf::StartRound Struct Reference

Peer starts a new consensus round. More...

#include <events.h>

Collaboration diagram for ripple::test::csf::StartRound:
Collaboration graph
[legend]

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 80 of file events.h.

Member Data Documentation

◆ bestLedger

Ledger::ID ripple::test::csf::StartRound::bestLedger

The preferred ledger for the start of consensus.

Definition at line 83 of file events.h.

◆ prevLedger

Ledger ripple::test::csf::StartRound::prevLedger

The prior ledger on hand.

Definition at line 86 of file events.h.