pub fn create_batch_channel_funding<'a, 'b, 'c>(
    funding_node: &Node<'a, 'b, 'c>,
    params: &[(&Node<'a, 'b, 'c>, u64, u64, u128, Option<UserConfig>)],
) -> (Transaction, Vec<FundingCreated>)
Expand description

Initiates channel opening and creates a single batch funding transaction. This will go through the open_channel / accept_channel flow, and return the batch funding transaction with corresponding funding_created messages.