Packages

package domain

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

Type Members

  1. final case class ActiveContract[+CtTyId, +LfV](contractId: ContractId, templateId: CtTyId, key: Option[LfV], payload: LfV, signatories: Seq[Party], observers: Seq[Party], agreementText: String) extends Product with Serializable
  2. type ContractId = @@[String, ContractIdTag]
  3. final case class Error(id: Symbol, message: String) extends Product with Serializable
  4. type LfValue = Value
  5. type Offset = @@[String, OffsetTag]
  6. sealed trait OffsetTag extends AnyRef
  7. type Party = @@[String, PartyTag]
  8. type PartySet = NonEmpty[Set[Party]]
  9. implicit final class fc domain ErrorOps[A] extends AnyVal

Value Members

  1. val ContractId: TagOf[ContractIdTag]
  2. val Party: TagOf[PartyTag]
  3. object ActiveContract extends Serializable
  4. object Error extends Serializable
  5. object Offset

Inherited from AnyRef

Inherited from Any

Ungrouped