Packages

c

org.bitcoins.core.protocol.dlc.models.DLCStatus

AcceptedComputingAdaptorSigs

case class AcceptedComputingAdaptorSigs(dlcId: Sha256Digest, isInitiator: Boolean, lastUpdated: Instant, tempContractId: Sha256Digest, contractId: ByteVector, contractInfo: ContractInfo, timeouts: DLCTimeouts, feeRate: FeeUnit, totalCollateral: CurrencyUnit, localCollateral: CurrencyUnit, payoutAddress: Option[PayoutAddress], peer: Option[String]) extends AcceptedDLCStatus with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AcceptedComputingAdaptorSigs
  2. Serializable
  3. Product
  4. Equals
  5. AcceptedDLCStatus
  6. DLCStatus
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AcceptedComputingAdaptorSigs(dlcId: Sha256Digest, isInitiator: Boolean, lastUpdated: Instant, tempContractId: Sha256Digest, contractId: ByteVector, contractInfo: ContractInfo, timeouts: DLCTimeouts, feeRate: FeeUnit, totalCollateral: CurrencyUnit, localCollateral: CurrencyUnit, payoutAddress: Option[PayoutAddress], peer: Option[String])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. lazy val announcements: Vector[OracleAnnouncementTLV]
    Definition Classes
    DLCStatus
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. val contractId: ByteVector
  8. val contractInfo: ContractInfo
  9. val dlcId: Sha256Digest

    The flipped sha256 hash of oracleInfo ++ contractInfo ++ timeoutes

    The flipped sha256 hash of oracleInfo ++ contractInfo ++ timeoutes

    Definition Classes
    AcceptedComputingAdaptorSigsDLCStatus
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. lazy val eventIds: Vector[String]
    Definition Classes
    DLCStatus
  12. val feeRate: FeeUnit
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val isInitiator: Boolean
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val lastUpdated: Instant
  18. val localCollateral: CurrencyUnit
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def oracleInfos: Vector[OracleInfo]
    Definition Classes
    DLCStatus
  23. val payoutAddress: Option[PayoutAddress]
  24. val peer: Option[String]
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. def remoteCollateral: CurrencyUnit
    Definition Classes
    DLCStatus
  27. val state: AcceptComputingAdaptorSigs.type
  28. lazy val statusString: String
    Definition Classes
    DLCStatus
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. val tempContractId: Sha256Digest
  31. val timeouts: DLCTimeouts
  32. val totalCollateral: CurrencyUnit
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AcceptedDLCStatus

Inherited from DLCStatus

Inherited from AnyRef

Inherited from Any

Ungrouped