sample_genesis_block_and_components_uncached

Function sample_genesis_block_and_components_uncached 

Source
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.