Function lightning_signer::util::functional_test_utils::create_network[][src]

pub fn create_network<'a, 'b: 'a, 'c: 'b>(
    node_count: usize,
    cfgs: &'b Vec<NodeCfg<'c>>,
    chan_mgrs: &'a Vec<ChannelManager<LoopbackChannelSigner, &'b TestChainMonitor<'c>, &'c TestBroadcaster, &'b LoopbackSignerKeysInterface, &'c TestFeeEstimator, &'c TestLogger>>
) -> Vec<Node<'a, 'b, 'c>>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator