pub fn get_block_locators<N: Network, C: ConsensusStorage<N>>(
    ledger: &Ledger<N, C>
) -> Result<BlockLocators<N>>
Expand description

Returns the block locators for the given ledger.