Function extract_srvs

Source
fn extract_srvs(
    consensus: &MdConsensus,
) -> Vec<(SharedRandVal, Range<SystemTime>)>
Available on crate feature hs-common only.
Expand description

Return every SRV from a consensus, along with a duration over which it is most recent SRV.