Local Commit Published
data class LocalCommitPublished(commitTx: Transaction, claimMainDelayedOutputTx: Transactions.TransactionWithInputInfo.ClaimLocalDelayedOutputTx?, htlcTxs: Map<OutPoint, Transactions.TransactionWithInputInfo.HtlcTx?>, claimHtlcDelayedTxs: List<Transactions.TransactionWithInputInfo.ClaimLocalDelayedOutputTx>, claimAnchorTxs: List<Transactions.TransactionWithInputInfo.ClaimAnchorOutputTx>, irrevocablySpent: Map<OutPoint, Transaction>)
Content copied to clipboard
Constructors
LocalCommitPublished
Link copied to clipboard
Functions
export
Link copied to clipboard
Properties
claimAnchorTxs
Link copied to clipboard
val claimAnchorTxs: List<Transactions.TransactionWithInputInfo.ClaimAnchorOutputTx>
Content copied to clipboard
claimHtlcDelayedTxs
Link copied to clipboard
val claimHtlcDelayedTxs: List<Transactions.TransactionWithInputInfo.ClaimLocalDelayedOutputTx>
Content copied to clipboard
claimMainDelayedOutputTx
Link copied to clipboard
val claimMainDelayedOutputTx: Transactions.TransactionWithInputInfo.ClaimLocalDelayedOutputTx? = null
Content copied to clipboard
htlcTxs
Link copied to clipboard
val htlcTxs: Map<OutPoint, Transactions.TransactionWithInputInfo.HtlcTx?>
Content copied to clipboard
irrevocablySpent
Link copied to clipboard