object DLCTestUtil
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DLCTestUtil
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- val acceptHex: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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
- val expectedAccept: Value
- val expectedAcceptJsonString: String
- val expectedSign: Value
- val expectedSignJsonString: String
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def genContractDescriptors(outcomes: Vector[String], totalInput: CurrencyUnit): (EnumContractDescriptor, EnumContractDescriptor)
- def genMultiDigitContractInfo(numDigits: Int, totalCollateral: CurrencyUnit, roundingIntervals: RoundingIntervals = RoundingIntervals.noRounding, numRounds: Int = 0): (NumericContractDescriptor, NumericContractDescriptor)
Generates a collared forward contract.
Generates a collared forward contract.
If roundingIntervals is noRounding and numRounds > 0, then roundingIntervals is ignored and instead the contract is rounded in numRounds different ways in between the collars. Otherwise roundingIntervals is used.
- def genOutcomes(size: Int): Vector[String]
- def genValues(size: Int, totalAmount: CurrencyUnit): Vector[Satoshis]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
- val signHex: String
- 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()