[][src]Function tendermint_light_client::contracts::light_store_contains_block_within_trusting_period

pub fn light_store_contains_block_within_trusting_period(
    light_store: &dyn LightStore,
    trusting_period: Duration,
    now: Time
) -> bool

Whether or not the given light store contains a trusted block within the trusting period.

See is_within_trust_period.