pub fn trusted_store_contains_block_at_target_height(
    light_store: &dyn LightStore,
    target_height: Height
) -> bool
Expand description

Whether or not the given light store contains a verified or trusted block at the given target height.