ClaimHtlcTx

sealed class ClaimHtlcTx : Transactions.TransactionWithInputInfo

Types

ClaimHtlcSuccessTx
Link copied to clipboard
common
data class ClaimHtlcSuccessTx(input: Transactions.InputInfo, tx: Transaction, htlcId: Long) : Transactions.TransactionWithInputInfo.ClaimHtlcTx
ClaimHtlcTimeoutTx
Link copied to clipboard
common
data class ClaimHtlcTimeoutTx(input: Transactions.InputInfo, tx: Transaction, htlcId: Long) : Transactions.TransactionWithInputInfo.ClaimHtlcTx

Properties

fee
Link copied to clipboard
common
val fee: Satoshi
htlcId
Link copied to clipboard
common
abstract val htlcId: Long
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