CommitmentOutputLink

case class CommitmentOutputLink[T <: CommitmentOutput](output: TxOut, redeemScript: Seq[ScriptElt], commitmentOutput: T)

Represent a link between a commitment spec item (to-local, to-remote, anchors, htlc) and the actual output in the commit tx

Value parameters:
commitmentOutput

commitment spec item this output is built from

output

transaction output

redeemScript

redeem script that matches this output (most of them are p2wsh)

Companion:
object
Source:
Transactions.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product