Function reth_testing_utils::generators::generate_keys

source ยท
pub fn generate_keys<R: Rng>(rng: &mut R, count: usize) -> Vec<Keypair>
Expand description

Generates a set of [Keypair]s based on the desired count.