pub fn block_forest_and_its_keys(
    quorum_size: usize,
    depth: u32
) -> impl Strategy<Value = (Vec<Ed25519PrivateKey>, Vec<Block>)>
Expand description

This returns keys and a block forest created from them