pub fn create_chan_between_nodes_with_value_confirm<'a, 'b, 'c, 'd>(
    node_a: &'a Node<'b, 'c, 'd>,
    node_b: &'a Node<'b, 'c, 'd>,
    tx: &Transaction,
) -> ((ChannelReady, AnnouncementSignatures), ChannelId)
where 'c: 'd,