[][src]Function exonum_btc_anchoring::gen_anchoring_testnet_config

pub fn gen_anchoring_testnet_config(
    client: &dyn BitcoinRelay,
    network: Network,
    count: u8,
    total_funds: u64
) -> (AnchoringConfig, Vec<AnchoringNodeConfig>)

Same as gen_anchoring_testnet_config_with_rng but it uses default random number generator.