Object

org.ergoplatform

SigmaConstants

Related Doc: package ergoplatform

Permalink

object SigmaConstants

Constants facade that provide access to the values used in sigma's logic and checks. All the constants are collected in a sequence. Each constant has id, value and description. The constant ids are stable and never change. Some constant values may be defined in terms of other more fundamental values. In the future versions of sigma, the values may change, but due to versioned execution, all versions of the values should be available simultaneously.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SigmaConstants
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object AutolykosPowSolutionNonceArraySize extends SizeConstant[Int]

    Permalink
  5. val ConstTable: Seq[SizeConstant[_]]

    Permalink
  6. object MaxBigIntSizeInBytes extends SizeConstant[Long]

    Permalink
  7. object MaxBoxSize extends SizeConstant[Int]

    Permalink
  8. object MaxBoxSizeWithoutRefs extends SizeConstant[Int]

    Permalink
  9. object MaxChildrenCountForAtLeastOp extends SizeConstant[Int]

    Permalink
  10. object MaxHeaders extends SizeConstant[Int]

    Permalink
  11. object MaxLoopLevelInCostFunction extends SizeConstant[Int]

    Permalink
  12. object MaxPropositionBytes extends SizeConstant[Int]

    Permalink
  13. object MaxRegisters extends SizeConstant[Int]

    Permalink
  14. object MaxSigmaPropSizeInBytes extends SizeConstant[Long]

    Permalink
  15. object MaxTokens extends SizeConstant[Int]

    Permalink
  16. object MaxTreeDepth extends SizeConstant[Int]

    Permalink
  17. object MaxTupleLength extends SizeConstant[Int]

    Permalink
  18. object ScriptCostLimit extends SizeConstant[Int]

    Permalink
  19. object VotesArraySize extends SizeConstant[Int]

    Permalink
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped