Function hotshot_testing::test_builder::default_hotshot_config

source ยท
pub fn default_hotshot_config<TYPES: NodeType>(
    known_nodes_with_stake: Vec<PeerConfig<TYPES::SignatureKey>>,
    known_da_nodes: Vec<PeerConfig<TYPES::SignatureKey>>,
    num_bootstrap_nodes: usize,
    epoch_height: u64,
) -> HotShotConfig<TYPES::SignatureKey>