package domain
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- domain
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- 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
- type ContractId = @@[String, ContractIdTag]
- final case class Error(id: Symbol, message: String) extends Product with Serializable
- type LfValue = Value
- type Offset = @@[String, OffsetTag]
- sealed trait OffsetTag extends AnyRef
- type Party = @@[String, PartyTag]
- type PartySet = NonEmpty[Set[Party]]
- implicit final class fc domain ErrorOps[A] extends AnyVal
Value Members
- val ContractId: TagOf[ContractIdTag]
- val Party: TagOf[PartyTag]
- object ActiveContract extends Serializable
- object Error extends Serializable
- object Offset