Transaction With Input Info
sealed class TransactionWithInputInfo
Content copied to clipboard
Types
Claim Anchor Output Tx
Link copied to clipboard
Claim Htlc Delayed Output Penalty Tx
Link copied to clipboard
data class ClaimHtlcDelayedOutputPenaltyTx(input: Transactions.InputInfo, tx: Transaction) : Transactions.TransactionWithInputInfo
Content copied to clipboard
Claim Htlc Tx
Link copied to clipboard
Claim Local Delayed Output Tx
Link copied to clipboard
data class ClaimLocalDelayedOutputTx(input: Transactions.InputInfo, tx: Transaction) : Transactions.TransactionWithInputInfo
Content copied to clipboard
Claim Remote Commit Main Output Tx
Link copied to clipboard
sealed class ClaimRemoteCommitMainOutputTx : Transactions.TransactionWithInputInfo
Content copied to clipboard
Closing Tx
Link copied to clipboard
data class ClosingTx(input: Transactions.InputInfo, tx: Transaction, toLocalIndex: Int?) : Transactions.TransactionWithInputInfo
Content copied to clipboard
Commit Tx
Link copied to clipboard
data class CommitTx(input: Transactions.InputInfo, tx: Transaction) : Transactions.TransactionWithInputInfo
Content copied to clipboard
Htlc Penalty Tx
Link copied to clipboard
data class HtlcPenaltyTx(input: Transactions.InputInfo, tx: Transaction) : Transactions.TransactionWithInputInfo
Content copied to clipboard
Htlc Tx
Link copied to clipboard
Main Penalty Tx
Link copied to clipboard
data class MainPenaltyTx(input: Transactions.InputInfo, tx: Transaction) : Transactions.TransactionWithInputInfo
Content copied to clipboard
Properties
Inheritors
Transactions.TransactionWithInputInfo
Link copied to clipboard
Transactions.TransactionWithInputInfo
Link copied to clipboard
Transactions.TransactionWithInputInfo
Link copied to clipboard
Transactions.TransactionWithInputInfo
Link copied to clipboard
Transactions.TransactionWithInputInfo
Link copied to clipboard
Transactions.TransactionWithInputInfo
Link copied to clipboard
Transactions.TransactionWithInputInfo
Link copied to clipboard
Transactions.TransactionWithInputInfo
Link copied to clipboard
Transactions.TransactionWithInputInfo
Link copied to clipboard
Transactions.TransactionWithInputInfo
Link copied to clipboard