PrevUpHomeNext

RCLConsensus::acquireLedger

Attempt to acquire a specific ledger.

Synopsis
boost::optional< RCLCxLedger >
acquireLedger(
    LedgerHash const& ledger);
Description

If not available, asynchronously acquires from the network.

Parameters

Name

Description

ledger

The ID/hash of the ledger acquire

Return Value

Optional ledger, will be seated if we locally had the ledger


PrevUpHomeNext