case class EnumOracleOutcome(oracles: Vector[EnumSingleOracleInfo], outcome: EnumOutcome) extends OracleOutcome with Product with Serializable
Corresponds to a CET in an Enumerated Outcome DLC where some set of
threshold
oracles have signed a given EnumOutcome.
- Alphabetic
- By Inheritance
- EnumOracleOutcome
- Serializable
- Product
- Equals
- OracleOutcome
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new EnumOracleOutcome(oracles: Vector[EnumSingleOracleInfo], outcome: EnumOutcome)
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
- lazy val aggregateNonce: SchnorrNonce
The sum of all oracle nonces used in execution with this OracleOutcome.
The sum of all oracle nonces used in execution with this OracleOutcome.
- Definition Classes
- EnumOracleOutcome → OracleOutcome
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def computeSigPoint: ECPublicKey
- Attributes
- protected
- Definition Classes
- EnumOracleOutcome → OracleOutcome
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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()
- 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 oracles: Vector[EnumSingleOracleInfo]
The oracles whose signatures are needed for execution with this outcome.
The oracles whose signatures are needed for execution with this outcome.
- Definition Classes
- EnumOracleOutcome → OracleOutcome
- val oraclesAndOutcomes: Vector[(EnumSingleOracleInfo, EnumOutcome)]
- Definition Classes
- EnumOracleOutcome → OracleOutcome
- val outcome: EnumOutcome
The DLCOutcomeType this OracleOutcome corresponds to (from a payout perspective).
The DLCOutcomeType this OracleOutcome corresponds to (from a payout perspective).
Note that for the case of multi-oracle numeric outcomes with bounded differences allowed between oracles, this corresponds to the primary oracle's outcome.
- Definition Classes
- EnumOracleOutcome → OracleOutcome
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- lazy val sigPoint: ECPublicKey
The adaptor point used to encrypt the signatures for this corresponding CET.
The adaptor point used to encrypt the signatures for this corresponding CET.
- Definition Classes
- OracleOutcome
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()