Revoked Commit Published
data class RevokedCommitPublished(commitTx: Transaction, remotePerCommitmentSecret: PrivateKey, claimMainOutputTx: Transactions.TransactionWithInputInfo.ClaimRemoteCommitMainOutputTx?, mainPenaltyTx: Transactions.TransactionWithInputInfo.MainPenaltyTx?, htlcPenaltyTxs: List<Transactions.TransactionWithInputInfo.HtlcPenaltyTx>, claimHtlcDelayedPenaltyTxs: List<Transactions.TransactionWithInputInfo.ClaimHtlcDelayedOutputPenaltyTx>, irrevocablySpent: Map<OutPoint, Transaction>)
Content copied to clipboard
Constructors
RevokedCommitPublished
Link copied to clipboard
Functions
export
Link copied to clipboard
Properties
claimHtlcDelayedPenaltyTxs
Link copied to clipboard
val claimHtlcDelayedPenaltyTxs: List<Transactions.TransactionWithInputInfo.ClaimHtlcDelayedOutputPenaltyTx>
Content copied to clipboard
claimMainOutputTx
Link copied to clipboard
val claimMainOutputTx: Transactions.TransactionWithInputInfo.ClaimRemoteCommitMainOutputTx? = null
Content copied to clipboard
htlcPenaltyTxs
Link copied to clipboard
val htlcPenaltyTxs: List<Transactions.TransactionWithInputInfo.HtlcPenaltyTx>
Content copied to clipboard
irrevocablySpent
Link copied to clipboard
mainPenaltyTx
Link copied to clipboard
val mainPenaltyTx: Transactions.TransactionWithInputInfo.MainPenaltyTx? = null
Content copied to clipboard
remotePerCommitmentSecret
Link copied to clipboard