object Types
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Types
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait ESCollection extends ESProduct with Parametrized
- case class ESDict(keyT: ESType, valT: ESType) extends ESType with ESCollection with Product with Serializable
- case class ESFunc(args: List[(String, ESType)], retT: ESType) extends ESType with Product with Serializable
- case class ESList(valT: ESType) extends ESType with ESCollection with Product with Serializable
- case class ESOption(inT: ESType) extends ESType with ESProduct with Parametrized with Product with Serializable
- sealed trait ESPrimitive extends ESType
- sealed trait ESProduct extends ESType
- sealed trait ESType extends AnyRef
- sealed trait Parametrized extends AnyRef
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
- lazy val allTypes: Seq[ESType]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- lazy val collTypes: Seq[ESCollection]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def liftType(d: Any): ESType
-
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()
- lazy val numericTypes: Seq[ESType]
- lazy val primitiveTypes: Seq[ESPrimitive]
- lazy val productTypes: Seq[ESProduct]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def typeByIdent(id: String): Option[ESType]
- lazy val typesMap: Map[String, ESType]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object AccountProposition extends ESType with ESProduct with Product with Serializable
- object AssetBox extends ESType with ESProduct with Product with Serializable
- object DOUBLE extends ESType with ESPrimitive with Product with Serializable
- object ESAny extends ESType with ESPrimitive with Product with Serializable
- object ESBoolean extends ESType with ESPrimitive with Product with Serializable
- object ESBox extends ESType with ESProduct with Product with Serializable
- object ESByteVector extends ESType with ESPrimitive with Product with Serializable
- object ESContext extends ESType with ESProduct with Product with Serializable
- object ESInt extends ESType with ESPrimitive with Product with Serializable
- object ESLong extends ESType with ESPrimitive with Product with Serializable
- object ESOption extends Serializable
- object ESProof extends ESType with ESProduct with Product with Serializable
- object ESProposition extends ESType with ESProduct with Product with Serializable
- object ESState extends ESType with ESProduct with Product with Serializable
- object ESString extends ESType with ESPrimitive with Product with Serializable
- object ESTransaction extends ESType with ESProduct with Product with Serializable
- object ESUnit extends ESType with ESPrimitive with Product with Serializable
- object ESUnlocker extends ESType with ESProduct with Product with Serializable
- object FLOAT extends ESType with ESPrimitive with Product with Serializable
- object NIType extends ESType with Product with Serializable
- object Signature25519 extends ESType with ESProduct with Product with Serializable