pub fn sample_genesis_block_and_components_uncached(
rng: &mut TestRng,
) -> (Block<MainnetV0>, Transactions<MainnetV0>, PrivateKey<MainnetV0>)Expand description
Samples a random genesis block, the transactions from the genesis block, and the genesis private key.