LocalCommitPublished

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>)

Constructors

LocalCommitPublished
Link copied to clipboard
common
fun LocalCommitPublished(from: LocalCommitPublished)

Functions

export
Link copied to clipboard
common
fun export(): LocalCommitPublished

Properties

claimAnchorTxs
Link copied to clipboard
claimHtlcDelayedTxs
Link copied to clipboard
claimMainDelayedOutputTx
Link copied to clipboard
commitTx
Link copied to clipboard
common
val commitTx: Transaction
htlcTxs
Link copied to clipboard
common
val htlcTxs: Map<OutPoint, Transactions.TransactionWithInputInfo.HtlcTx?>
irrevocablySpent
Link copied to clipboard
common
val irrevocablySpent: Map<OutPoint, Transaction>