ClaimHtlcTimeoutTx

case class ClaimHtlcTimeoutTx(input: InputInfo, tx: Transaction, htlcId: Long, confirmBefore: BlockHeight) extends ClaimHtlcTx
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def desc: String

Inherited methods

Inherited from:
Product
def sighash(txOwner: TxOwner, commitmentFormat: CommitmentFormat): Int

Sighash flags to use when signing the transaction.

Sighash flags to use when signing the transaction.

Inherited from:
TransactionWithInputInfo
Source:
Transactions.scala