Remote Commit Published
data class RemoteCommitPublished(commitTx: Transaction, claimMainOutputTx: Transactions.TransactionWithInputInfo.ClaimRemoteCommitMainOutputTx?, claimHtlcTxs: Map<OutPoint, Transactions.TransactionWithInputInfo.ClaimHtlcTx?>, claimAnchorTxs: List<Transactions.TransactionWithInputInfo.ClaimAnchorOutputTx>, irrevocablySpent: Map<OutPoint, Transaction>)
Content copied to clipboard
Constructors
RemoteCommitPublished
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
claimHtlcTxs
Link copied to clipboard
val claimHtlcTxs: Map<OutPoint, Transactions.TransactionWithInputInfo.ClaimHtlcTx?>
Content copied to clipboard
claimMainOutputTx
Link copied to clipboard
val claimMainOutputTx: Transactions.TransactionWithInputInfo.ClaimRemoteCommitMainOutputTx? = null
Content copied to clipboard
irrevocablySpent
Link copied to clipboard