HtlcTx

sealed class HtlcTx : Transactions.TransactionWithInputInfo

Types

HtlcSuccessTx
Link copied to clipboard
common
data class HtlcSuccessTx(input: Transactions.InputInfo, tx: Transaction, paymentHash: ByteVector32, htlcId: Long) : Transactions.TransactionWithInputInfo.HtlcTx
HtlcTimeoutTx
Link copied to clipboard
common
data class HtlcTimeoutTx(input: Transactions.InputInfo, tx: Transaction, htlcId: Long) : Transactions.TransactionWithInputInfo.HtlcTx

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