TransactionWithInputInfo

sealed class TransactionWithInputInfo

Types

ClaimAnchorOutputTx
Link copied to clipboard
common
sealed class ClaimAnchorOutputTx : Transactions.TransactionWithInputInfo
ClaimHtlcDelayedOutputPenaltyTx
Link copied to clipboard
common
data class ClaimHtlcDelayedOutputPenaltyTx(input: Transactions.InputInfo, tx: Transaction) : Transactions.TransactionWithInputInfo
ClaimHtlcTx
Link copied to clipboard
common
sealed class ClaimHtlcTx : Transactions.TransactionWithInputInfo
ClaimLocalDelayedOutputTx
Link copied to clipboard
common
data class ClaimLocalDelayedOutputTx(input: Transactions.InputInfo, tx: Transaction) : Transactions.TransactionWithInputInfo
ClaimRemoteCommitMainOutputTx
Link copied to clipboard
common
ClosingTx
Link copied to clipboard
common
data class ClosingTx(input: Transactions.InputInfo, tx: Transaction, toLocalIndex: Int?) : Transactions.TransactionWithInputInfo
CommitTx
Link copied to clipboard
common
data class CommitTx(input: Transactions.InputInfo, tx: Transaction) : Transactions.TransactionWithInputInfo
HtlcPenaltyTx
Link copied to clipboard
common
data class HtlcPenaltyTx(input: Transactions.InputInfo, tx: Transaction) : Transactions.TransactionWithInputInfo
HtlcTx
Link copied to clipboard
common
sealed class HtlcTx : Transactions.TransactionWithInputInfo
MainPenaltyTx
Link copied to clipboard
common
data class MainPenaltyTx(input: Transactions.InputInfo, tx: Transaction) : Transactions.TransactionWithInputInfo

Properties

fee
Link copied to clipboard
common
val fee: Satoshi
input
Link copied to clipboard
common
abstract val input: Transactions.InputInfo
minRelayFee
Link copied to clipboard
common
val minRelayFee: Satoshi
tx
Link copied to clipboard
common
abstract val tx: Transaction

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