Macro get_local_commitment_txn
macro_rules! get_local_commitment_txn {
($node: expr, $channel_id: expr) => { ... };
}Expand description
Returns any local commitment transactions for the channel.
macro_rules! get_local_commitment_txn {
($node: expr, $channel_id: expr) => { ... };
}Returns any local commitment transactions for the channel.