claimCurrentLocalCommitTxOutputs

fun claimCurrentLocalCommitTxOutputs(keyManager: KeyManager, commitments: Commitments, tx: Transaction, feerates: OnChainFeerates): LocalCommitPublished

Claim all the outputs that we've received from our current commit tx. This will be done using 2nd stage HTLC transactions.

Return

a list of transactions (one per output that we can claim).

Parameters

commitments

our commitment data, which include payment preimages.