[][src]Function exonum_btc_anchoring::test_helpers::testkit::gen_anchoring_config

pub fn gen_anchoring_config<R: Rng>(
    rpc: Option<&dyn BtcRelay>,
    network: Network,
    count: u16,
    total_funds: u64,
    anchoring_interval: u64,
    rng: &mut R
) -> (GlobalConfig, Vec<LocalConfig>)

Generates a complete anchoring configuration for the given arguments.