PrevUpHomeNext

RCLConsensus::proposersValidated

Number of proposers that have vallidated the given ledger.

Synopsis
std::size_t
proposersValidated(
    LedgerHash const& h) const;
Description
Parameters

Name

Description

h

The hash of the ledger of interest

Return Value

the number of proposers that validated a ledger


PrevUpHomeNext