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. case class ESTypedObject(ident: String, fs: List[Field]) extends ESType with ESProduct with Product with Serializable

    Used to describe dynamic data structures

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

    TL schema object type tag

  49. object Signature25519 extends ESType with ESProduct with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped