Packages

p

com.digitalasset.canton

fetchcontracts

package fetchcontracts

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

Package Members

  1. package util

Type Members

  1. final case class ActiveContract[+CtTyId, +LfV](contractId: ContractId, templateId: CtTyId, key: Option[LfV], payload: LfV, signatories: Seq[Party], observers: Seq[Party]) 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 ErrorOps[A] extends AnyVal

Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped