case class NumericOracleOutcome(oraclesAndOutcomes: Vector[(NumericSingleOracleInfo, UnsignedNumericOutcome)]) extends OracleOutcome with Product with Serializable
Corresponds to a CET in an Numeric Outcome DLC where some set of threshold
oracles have each signed some NumericOutcome.
- Alphabetic
- By Inheritance
- NumericOracleOutcome
- Serializable
- Product
- Equals
- OracleOutcome
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new NumericOracleOutcome(oraclesAndOutcomes: Vector[(NumericSingleOracleInfo, UnsignedNumericOutcome)])
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
- NumericOracleOutcome → 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
- NumericOracleOutcome → 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()
- def oracles: Vector[NumericSingleOracleInfo]
The oracles whose signatures are needed for execution with this outcome.
The oracles whose signatures are needed for execution with this outcome.
- Definition Classes
- NumericOracleOutcome → OracleOutcome
- val oraclesAndOutcomes: Vector[(NumericSingleOracleInfo, UnsignedNumericOutcome)]
- Definition Classes
- NumericOracleOutcome → OracleOutcome
- def outcome: UnsignedNumericOutcome
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
- NumericOracleOutcome → OracleOutcome
- def outcomes: Vector[UnsignedNumericOutcome]
- 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()