PrevUpHomeNext

Consensus::prevLedgerID

Get the previous ledger ID.

Synopsis
Ledger_t::ID
prevLedgerID() const;
Description

The previous ledger is the last ledger seen by the consensus code and should correspond to the most recent validated ledger seen by this peer.

Return Value

ID of previous ledger


PrevUpHomeNext