Object

sigmastate.utxo.CostTable

Cost

Related Doc: package CostTable

Permalink

object Cost

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Cost
  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. val AndDeclaration: Int

    Permalink
  5. val AndPerChild: Int

    Permalink
  6. val AtLeastDeclaration: Int

    Permalink

    PropLeaf declaration cost, wrapped script cost to be added as well.

  7. val AtLeastPerChild: Int

    Permalink
  8. val AvlTreeConstantDeclaration: Int

    Permalink
  9. val BigIntConstantDeclaration: Int

    Permalink
  10. val BinAndDeclaration: Int

    Permalink
  11. val BinOrDeclaration: Int

    Permalink
  12. val BinXorDeclaration: Int

    Permalink
  13. val Blake256bDeclaration: Int

    Permalink

    Cost of Blake256 declaration

  14. val BooleanConstantDeclaration: Int

    Permalink
  15. val BoxConstantDeclaration: Int

    Permalink
  16. val BoxPerKilobyte: Int

    Permalink
  17. val ByIndexDeclaration: Int

    Permalink
  18. val ByteArrayDeclaration: Int

    Permalink

    The cost for CustomByteArray declaration.

    The cost for CustomByteArray declaration. Additional cost to be calculated when data is known (and CustomByteArray being converted to ByteArrayLeaf)

  19. val ByteArrayPerKilobyte: Int

    Permalink
  20. val ByteConstantDeclaration: Int

    Permalink
  21. val ConcreteCollectionDeclaration: Int

    Permalink
  22. val ConstantNode: Int

    Permalink
  23. val DlogDeclaration: Int

    Permalink
  24. val ExistsDeclaration: Int

    Permalink
  25. val Exponentiate: Int

    Permalink
  26. val ExtractAmount: Int

    Permalink
  27. val ExtractRegister: Int

    Permalink
  28. val ExtractScriptBytes: Int

    Permalink
  29. val FilterDeclaration: Int

    Permalink
  30. val FoldDeclaration: Int

    Permalink
  31. val ForAllDeclaration: Int

    Permalink
  32. val GroupElementConstantDeclaration: Int

    Permalink
  33. val HeightAccess: Int

    Permalink
  34. val IfDeclaration: Int

    Permalink
  35. val InputsAccess: Int

    Permalink
  36. val IntConstantDeclaration: Int

    Permalink
  37. val LambdaDeclaration: Int

    Permalink
  38. val LongConstantDeclaration: Int

    Permalink
  39. val MapDeclaration: Int

    Permalink
  40. val MultiplyGroup: Int

    Permalink
  41. val OptionGet: Int

    Permalink
  42. val OptionGetOrElse: Int

    Permalink
  43. val OptionIsDefined: Int

    Permalink
  44. val OrDeclaration: Int

    Permalink
  45. val OrPerChild: Int

    Permalink
  46. val OutputsAccess: Int

    Permalink
  47. val PropLeafDeclaration: Int

    Permalink
  48. val QuadrupleDeclaration: Int

    Permalink
  49. val SelectFieldDeclaration: Int

    Permalink
  50. val SelfAccess: Int

    Permalink
  51. val ShortConstantDeclaration: Int

    Permalink
  52. val SigmaPropBytesDeclaration: Int

    Permalink
  53. val SigmaPropConstantDeclaration: Int

    Permalink
  54. val SigmaPropIsProvenDeclaration: Int

    Permalink
  55. val SizeOfDeclaration: Int

    Permalink
  56. val StringConstantDeclaration: Int

    Permalink
  57. val TripleDeclaration: Int

    Permalink
  58. val TupleDeclaration: Int

    Permalink
  59. val TxHasOutputDeclaration: Int

    Permalink
  60. val TxOutputDeclaration: Int

    Permalink
  61. val VariableAccess: Int

    Permalink
  62. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped