com.digitalasset.transcode.scala

Members list

Type members

Classlikes

abstract class Choice[T <: Template, R](val TemplateId: Identifier, val ChoiceName: ChoiceName)

Attributes

Supertypes
class Object
trait Matchable
class Any
case class ContractId[T](value: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait Generated[T] extends Codec[T], HasDescriptor

Attributes

Companion
object
Supertypes
trait HasDescriptor
trait Codec[T]
trait Decoder[T]
trait Encoder[T]
class Object
trait Matchable
class Any
Show all
object Generated

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Generated.type
case class Party(value: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
abstract class Template(val TemplateId: Identifier)

Attributes

Supertypes
class Object
trait Matchable
class Any

Types

type Bool = Boolean
type Date = LocalDate
type GenMap[K, V] = Map[K, V]
type Int64 = Long
type List[T] = List[T]
type Numeric = BigDecimal
type Optional[T] = Option[T]
type Text = String
type TextMap[T] = Map[String, T]
type Timestamp = Instant
type Unit = Unit