pub fn verify_state_freshness(
    state: &ConsensusState,
    identity: &Identity,
    runtime_id: &Namespace,
    version: &Version,
    host_node_id: &PublicKey
) -> Result<(), Error>
Expand description

Verify consensus layer state freshness based on our internal state.