case class DLCAccept(collateral: Satoshis, pubKeys: DLCPublicKeys, fundingInputs: Vector[DLCFundingInput], changeAddress: BitcoinAddress, payoutSerialId: UInt64, changeSerialId: UInt64, cetSigs: CETSignatures, refundSig: PartialSignature[ECDigitalSignature], negotiationFields: NegotiationFields, tempContractId: Sha256Digest, isExternalAddress: Boolean = false) extends DLCSetupMessage with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DLCAccept
- Serializable
- Product
- Equals
- DLCSetupMessage
- DLCMessage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DLCAccept(collateral: Satoshis, pubKeys: DLCPublicKeys, fundingInputs: Vector[DLCFundingInput], changeAddress: BitcoinAddress, payoutSerialId: UInt64, changeSerialId: UInt64, cetSigs: CETSignatures, refundSig: PartialSignature[ECDigitalSignature], negotiationFields: NegotiationFields, tempContractId: Sha256Digest, isExternalAddress: Boolean = false)
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cetSigs: CETSignatures
- val changeAddress: BitcoinAddress
- Definition Classes
- DLCAccept → DLCSetupMessage
- val changeSerialId: UInt64
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val collateral: Satoshis
The collateral that the offerer/acceptor is putting up on their side of the DLC
The collateral that the offerer/acceptor is putting up on their side of the DLC
- Definition Classes
- DLCAccept → DLCSetupMessage
- 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 fundingInputs: Vector[DLCFundingInput]
- Definition Classes
- DLCAccept → DLCSetupMessage
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val isExternalAddress: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val negotiationFields: NegotiationFields
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val payoutSerialId: UInt64
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val pubKeys: DLCPublicKeys
- Definition Classes
- DLCAccept → DLCSetupMessage
- val refundSig: PartialSignature[ECDigitalSignature]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tempContractId: Sha256Digest
- def toMessage: LnMessage[DLCAcceptTLV]
- def toTLV: DLCAcceptTLV
- 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()
- def withoutCetSigs: DLCAcceptWithoutCetSigs
- def withoutSigs: DLCAcceptWithoutSigs