PrevUpHomeNext

RCLConsensus

RCLConsensus::RCLConsensus
RCLConsensus::adaptor_
RCLConsensus::consensus_
RCLConsensus::getJson
RCLConsensus::gotTxSet
RCLConsensus::j_
RCLConsensus::mode
RCLConsensus::mutex_
RCLConsensus::operator=
RCLConsensus::parms
RCLConsensus::peerProposal
RCLConsensus::prevLedgerID
RCLConsensus::prevProposers
RCLConsensus::prevRoundTime
RCLConsensus::simulate
RCLConsensus::startRound
RCLConsensus::timerEntry
RCLConsensus::validating

Manages the generic consensus algorithm for use by the RCL.

Synopsis
class RCLConsensus
Member Functions

Name

Description

RCLConsensus

Constructor.

getJson

gotTxSet

mode

operator=

parms

peerProposal

prevLedgerID

prevProposers

Get the number of proposing peers that participated in the previous round.

prevRoundTime

Get duration of the previous round.

simulate

startRound

timerEntry

validating

Whether we are validating consensus ledgers.

Description
Header

#include <ripple/app/consensus/RCLConsensus.h>


PrevUpHomeNext