case class DLCTxBuilder(offer: DLCOffer, accept: DLCAcceptWithoutSigs) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DLCTxBuilder
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DLCTxBuilder(offer: DLCOffer, accept: DLCAcceptWithoutSigs)
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 accept: DLCAcceptWithoutSigs
- val acceptChangeAddress: BitcoinAddress
- val acceptChangeSerialId: UInt64
- val acceptFinalAddress: BitcoinAddress
- val acceptFundingInputs: Vector[DLCFundingInput]
- val acceptFundingKey: ECPublicKey
- val acceptNegotiationFields: NegotiationFields
- val acceptPayoutSerialId: UInt64
- val acceptTotalCollateral: Satoshis
- val acceptTotalFunding: CurrencyUnit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildCET(adaptorPoint: ECPublicKey, index: Int): WitnessTransaction
- def buildCET(adaptorPoint: Indexed[ECPublicKey]): WitnessTransaction
Constructs the unsigned Contract Execution Transaction (CET) for a given outcome hash
- def buildCETs(adaptorPoints: Vector[Indexed[ECPublicKey]]): Vector[WitnessTransaction]
- def buildCETsMap(adaptorPoints: Vector[Indexed[ECPublicKey]]): Vector[AdaptorPointCETPair]
- lazy val buildFundingTx: Transaction
Constructs the unsigned funding transaction
- lazy val buildRefundTx: WitnessTransaction
Constructs the unsigned refund transaction
- lazy val calcContractId: ByteVector
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val contractInfo: ContractInfo
- val contractMaturity: BlockTimeStamp
- val contractTimeout: BlockTimeStamp
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val feeRate: SatoshisPerVirtualByte
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- lazy val fundOutputIndex: Int
- val fundOutputSerialId: UInt64
- val fundingInputs: Vector[DLCFundingInput]
- val fundingKeys: Vector[ECPublicKey]
- val fundingMultiSig: MultiSignatureScriptPubKey
The 2-of-2 MultiSignatureScriptPubKey to be wrapped in P2WSH and used as the funding output, and the funding output's P2WSH(MultiSig) ScriptPubKey
- val fundingSPK: P2WSHWitnessSPKV0
The 2-of-2 MultiSignatureScriptPubKey to be wrapped in P2WSH and used as the funding output, and the funding output's P2WSH(MultiSig) ScriptPubKey
- lazy val fundingTxFinalizer: DualFundingTxFinalizer
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getPayouts(oracleSigs: Vector[OracleSignatures]): (CurrencyUnit, CurrencyUnit)
Returns the payouts for the signature as (toOffer, toAccept)
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val network: BitcoinNetwork
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val offer: DLCOffer
- val offerChangeAddress: BitcoinAddress
- val offerChangeSerialId: UInt64
- val offerFinalAddress: BitcoinAddress
- val offerFundingInputs: Vector[DLCFundingInput]
- val offerFundingKey: ECPublicKey
- val offerPayoutSerialId: UInt64
- val offerTotalCollateral: Satoshis
- val offerTotalFunding: CurrencyUnit
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tempContractId: Sha256Digest
- val totalInput: CurrencyUnit
- 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()