[][src]Function tendermint_light_client::contracts::is_within_trust_period

pub fn is_within_trust_period(
    light_block: &LightBlock,
    trusting_period: Duration,
    now: Time
) -> bool

Whether or not the given block is within the given trusting period, relative to the given time.