case class DLCCETBuilder(contractInfo: ContractInfo, offerFundingKey: ECPublicKey, offerFinalSPK: ScriptPubKey, offerSerialId: UInt64, acceptFundingKey: ECPublicKey, acceptFinalSPK: ScriptPubKey, acceptSerialId: UInt64, timeouts: DLCTimeouts, fundingOutputRef: OutputReference) extends Product with Serializable
Responsible for constructing unsigned Contract Execution Transactions (CETs)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DLCCETBuilder
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DLCCETBuilder(contractInfo: ContractInfo, offerFundingKey: ECPublicKey, offerFinalSPK: ScriptPubKey, offerSerialId: UInt64, acceptFundingKey: ECPublicKey, acceptFinalSPK: ScriptPubKey, acceptSerialId: UInt64, timeouts: DLCTimeouts, fundingOutputRef: OutputReference)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val acceptFinalSPK: ScriptPubKey
- val acceptFundingKey: ECPublicKey
- val acceptSerialId: UInt64
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildCET(outcome: OracleOutcome): WitnessTransaction
Constructs a Contract Execution Transaction (CET) for a given outcome
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val contractInfo: ContractInfo
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val fundingOutputRef: OutputReference
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val offerFinalSPK: ScriptPubKey
- val offerFundingKey: ECPublicKey
- val offerSerialId: UInt64
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timeouts: DLCTimeouts
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()