rippled
Public Attributes | List of all members
ripple::test::csf::StartRound Struct Reference

Peer starts a new consensus round. More...

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

Public Attributes

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

Detailed Description

Peer starts a new consensus round.

Definition at line 97 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 100 of file events.h.

◆ prevLedger

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

The prior ledger on hand.

Definition at line 103 of file events.h.