Function zebra_state::service::read::find::block_locator_heights

source ·
pub fn block_locator_heights(tip_height: Height) -> Vec<Height>
Expand description

Get the heights of the blocks for constructing a block_locator list.

Zebra uses a decreasing list of block heights, starting at the tip, and skipping some heights. See block_locator() for details.