object DLCStatus
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DLCStatus
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Accepted(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
- 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
- case class Broadcasted(dlcId: Sha256Digest, isInitiator: Boolean, lastUpdated: Instant, tempContractId: Sha256Digest, contractId: ByteVector, contractInfo: ContractInfo, timeouts: DLCTimeouts, feeRate: FeeUnit, totalCollateral: CurrencyUnit, localCollateral: CurrencyUnit, fundingTxId: DoubleSha256DigestBE, payoutAddress: Option[PayoutAddress], peer: Option[String]) extends SignedDLCStatus with Product with Serializable
- case class Claimed(dlcId: Sha256Digest, isInitiator: Boolean, lastUpdated: Instant, tempContractId: Sha256Digest, contractId: ByteVector, contractInfo: ContractInfo, timeouts: DLCTimeouts, feeRate: FeeUnit, totalCollateral: CurrencyUnit, localCollateral: CurrencyUnit, fundingTxId: DoubleSha256DigestBE, closingTxId: DoubleSha256DigestBE, oracleSigs: OrderedSchnorrSignatures, oracleOutcome: OracleOutcome, myPayout: CurrencyUnit, counterPartyPayout: CurrencyUnit, payoutAddress: Option[PayoutAddress], peer: Option[String]) extends ClaimedDLCStatus with Product with Serializable
- case class Confirmed(dlcId: Sha256Digest, isInitiator: Boolean, lastUpdated: Instant, tempContractId: Sha256Digest, contractId: ByteVector, contractInfo: ContractInfo, timeouts: DLCTimeouts, feeRate: FeeUnit, totalCollateral: CurrencyUnit, localCollateral: CurrencyUnit, fundingTxId: DoubleSha256DigestBE, payoutAddress: Option[PayoutAddress], peer: Option[String]) extends SignedDLCStatus with Product with Serializable
- case class Offered(dlcId: Sha256Digest, isInitiator: Boolean, lastUpdated: Instant, tempContractId: Sha256Digest, contractInfo: ContractInfo, timeouts: DLCTimeouts, feeRate: FeeUnit, totalCollateral: CurrencyUnit, localCollateral: CurrencyUnit, payoutAddress: Option[PayoutAddress], peer: Option[String]) extends DLCStatus with Product with Serializable
- case class Refunded(dlcId: Sha256Digest, isInitiator: Boolean, lastUpdated: Instant, tempContractId: Sha256Digest, contractId: ByteVector, contractInfo: ContractInfo, timeouts: DLCTimeouts, feeRate: FeeUnit, totalCollateral: CurrencyUnit, localCollateral: CurrencyUnit, fundingTxId: DoubleSha256DigestBE, closingTxId: DoubleSha256DigestBE, myPayout: CurrencyUnit, counterPartyPayout: CurrencyUnit, payoutAddress: Option[PayoutAddress], peer: Option[String]) extends ClosedDLCStatus with Product with Serializable
- case class RemoteClaimed(dlcId: Sha256Digest, isInitiator: Boolean, lastUpdated: Instant, tempContractId: Sha256Digest, contractId: ByteVector, contractInfo: ContractInfo, timeouts: DLCTimeouts, feeRate: FeeUnit, totalCollateral: CurrencyUnit, localCollateral: CurrencyUnit, fundingTxId: DoubleSha256DigestBE, closingTxId: DoubleSha256DigestBE, oracleSig: SchnorrDigitalSignature, oracleOutcome: OracleOutcome, myPayout: CurrencyUnit, counterPartyPayout: CurrencyUnit, payoutAddress: Option[PayoutAddress], peer: Option[String]) extends ClaimedDLCStatus with Product with Serializable
- case class Signed(dlcId: Sha256Digest, isInitiator: Boolean, lastUpdated: Instant, tempContractId: Sha256Digest, contractId: ByteVector, contractInfo: ContractInfo, timeouts: DLCTimeouts, feeRate: FeeUnit, totalCollateral: CurrencyUnit, localCollateral: CurrencyUnit, fundingTxId: DoubleSha256DigestBE, payoutAddress: Option[PayoutAddress], peer: Option[String]) extends SignedDLCStatus with Product with Serializable
- case class SignedComputingAdaptorSigs(dlcId: Sha256Digest, isInitiator: Boolean, lastUpdated: Instant, tempContractId: Sha256Digest, contractId: ByteVector, contractInfo: ContractInfo, timeouts: DLCTimeouts, feeRate: FeeUnit, totalCollateral: CurrencyUnit, localCollateral: CurrencyUnit, fundingTxId: DoubleSha256DigestBE, payoutAddress: Option[PayoutAddress], peer: Option[String]) extends SignedDLCStatus with Product with Serializable
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
- def calculateOutcomeAndSig(isInitiator: Boolean, offer: DLCOffer, accept: DLCAccept, sign: DLCSign, cet: WitnessTransaction): Option[(SchnorrDigitalSignature, OracleOutcome)]
Calculates the outcome and signature for the CET that was broadcast on chain.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getClosingTxId(status: DLCStatus): Option[DoubleSha256DigestBE]
- def getContractId(status: DLCStatus): Option[ByteVector]
- def getFundingTxId(status: DLCStatus): Option[DoubleSha256DigestBE]
- def getOracleSignatures(status: DLCStatus): Option[OrderedSchnorrSignatures]
- def hashCode(): Int
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()