claim Current Local Commit Tx Outputs
fun claimCurrentLocalCommitTxOutputs(keyManager: KeyManager, commitments: Commitments, tx: Transaction, feerates: OnChainFeerates): LocalCommitPublished
Content copied to clipboard
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.