pub fn stable_quorum_filter(
seed: u64,
round: u64,
count: usize,
overlap: u64,
) -> BTreeSet<usize>
Expand description
Helper function to convert the arguments to a StableQuorumIterator into an ordered set of values.
§Panics
panics if the arguments are invalid for StableQuorumIterator::new