Packages

o

encrywm.lib

Types

object Types

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

Type Members

  1. sealed trait ESCollection extends ESProduct with Parametrized
  2. case class ESDict(keyT: ESType, valT: ESType) extends ESType with ESCollection with Product with Serializable
  3. case class ESFunc(args: List[(String, ESType)], retT: ESType) extends ESType with Product with Serializable
  4. case class ESList(valT: ESType) extends ESType with ESCollection with Product with Serializable
  5. case class ESOption(inT: ESType) extends ESType with ESProduct with Parametrized with Product with Serializable
  6. sealed trait ESPrimitive extends ESType
  7. sealed trait ESProduct extends ESType
  8. sealed trait ESType extends AnyRef
  9. sealed trait Parametrized extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. lazy val allTypes: Seq[ESType]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. lazy val collTypes: Seq[ESCollection]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def liftType(d: Any): ESType
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. lazy val numericTypes: Seq[ESType]
  19. lazy val primitiveTypes: Seq[ESPrimitive]
  20. lazy val productTypes: Seq[ESProduct]
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. def typeByIdent(id: String): Option[ESType]
  24. lazy val typesMap: Map[String, ESType]
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  28. object AccountProposition extends ESType with ESProduct with Product with Serializable
  29. object AssetBox extends ESType with ESProduct with Product with Serializable
  30. object DOUBLE extends ESType with ESPrimitive with Product with Serializable
  31. object ESAny extends ESType with ESPrimitive with Product with Serializable
  32. object ESBoolean extends ESType with ESPrimitive with Product with Serializable
  33. object ESBox extends ESType with ESProduct with Product with Serializable
  34. object ESByteVector extends ESType with ESPrimitive with Product with Serializable
  35. object ESContext extends ESType with ESProduct with Product with Serializable
  36. object ESInt extends ESType with ESPrimitive with Product with Serializable
  37. object ESLong extends ESType with ESPrimitive with Product with Serializable
  38. object ESOption extends Serializable
  39. object ESProof extends ESType with ESProduct with Product with Serializable
  40. object ESProposition extends ESType with ESProduct with Product with Serializable
  41. object ESState extends ESType with ESProduct with Product with Serializable
  42. object ESString extends ESType with ESPrimitive with Product with Serializable
  43. object ESTransaction extends ESType with ESProduct with Product with Serializable
  44. object ESUnit extends ESType with ESPrimitive with Product with Serializable
  45. object ESUnlocker extends ESType with ESProduct with Product with Serializable
  46. object FLOAT extends ESType with ESPrimitive with Product with Serializable
  47. object NIType extends ESType with Product with Serializable
  48. object Signature25519 extends ESType with ESProduct with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped