Packages

package api

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

Package Members

  1. package auth
  2. package benchtool
  3. package grpc
  4. package health
  5. package messages
  6. package refinements
  7. package services
  8. package util
  9. package validation

Type Members

  1. type CommandId = @@[daml.lf.data.Ref.CommandId, CommandIdTag]
  2. sealed trait CommandIdTag extends AnyRef
  3. final case class Commands(workflowId: Option[WorkflowId], userId: daml.lf.data.Ref.UserId, commandId: CommandId, submissionId: Option[SubmissionId], actAs: Set[Party], readAs: Set[Party], submittedAt: Timestamp, deduplicationPeriod: DeduplicationPeriod, commands: ApiCommands, disclosedContracts: ImmArray[DisclosedContract], synchronizerId: Option[SynchronizerId], packagePreferenceSet: Set[PackageId] = Set.empty, packageMap: Map[PackageId, (PackageName, PackageVersion)] = Map.empty, prefetchKeys: Seq[ApiContractKey]) extends PrettyPrinting with Product with Serializable
  4. final case class CumulativeFilter(templateFilters: Set[TemplateFilter], interfaceFilters: Set[InterfaceFilter], templateWildcardFilter: Option[TemplateWildcardFilter]) extends Product with Serializable
  5. final case class DisclosedContract(fatContractInstance: LfFatContractInst, synchronizerIdO: Option[SynchronizerId]) extends PrettyPrinting with Product with Serializable
  6. final case class EventFormat(filtersByParty: Map[Party, CumulativeFilter], filtersForAnyParty: Option[CumulativeFilter], verbose: Boolean) extends Product with Serializable
  7. sealed trait EventIdTag extends AnyRef
  8. sealed abstract class Feature extends Product with Serializable
  9. final case class IdentityProviderConfig(identityProviderId: Id, isDeactivated: Boolean = false, jwksUrl: JwksUrl, issuer: String, audience: Option[String]) extends Product with Serializable
  10. sealed trait IdentityProviderId extends AnyRef
  11. final case class InterfaceFilter(interfaceTypeRef: TypeConRef, includeView: Boolean, includeCreatedEventBlob: Boolean) extends Product with Serializable
  12. final case class ObjectMeta(resourceVersionO: Option[Long], annotations: Map[String, String]) extends Product with Serializable
  13. final case class PackageReference(pkgId: LfPackageId, version: LfPackageVersion, packageName: LfPackageName) extends PrettyPrinting with Product with Serializable
  14. final case class ParticipantAuthorizationFormat(parties: Option[Set[Party]]) extends Product with Serializable
  15. type ParticipantId = @@[daml.lf.data.Ref.ParticipantId, ParticipantIdTag]
  16. sealed trait ParticipantIdTag extends AnyRef
  17. final case class PartyDetails(party: Party, isLocal: Boolean, metadata: ObjectMeta, identityProviderId: IdentityProviderId) extends Product with Serializable
  18. trait ProxyCloseable extends AutoCloseable
  19. type SubmissionId = @@[daml.lf.data.Ref.SubmissionId, SubmissionIdTag]
  20. trait SubmissionIdGenerator extends AnyRef
  21. sealed trait SubmissionIdTag extends AnyRef
  22. final case class TemplateFilter(templateTypeRef: TypeConRef, includeCreatedEventBlob: Boolean) extends Product with Serializable
  23. final case class TemplateWildcardFilter(includeCreatedEventBlob: Boolean) extends Product with Serializable
  24. final case class TopologyFormat(participantAuthorizationFormat: Option[ParticipantAuthorizationFormat]) extends Product with Serializable
  25. final case class TransactionFormat(eventFormat: EventFormat, transactionShape: TransactionShape) extends Product with Serializable
  26. sealed trait TransactionShape extends AnyRef
  27. final case class UpdateFormat(includeTransactions: Option[TransactionFormat], includeReassignments: Option[EventFormat], includeTopologyEvents: Option[TopologyFormat]) extends Product with Serializable
  28. type UpdateId = @@[TransactionId, UpdateIdTag]
  29. sealed trait UpdateIdTag extends AnyRef
  30. final case class User(id: daml.lf.data.Ref.UserId, primaryParty: Option[Party], isDeactivated: Boolean = false, metadata: ObjectMeta = ObjectMeta.empty, identityProviderId: IdentityProviderId = IdentityProviderId.Default) extends Product with Serializable
  31. sealed abstract class UserRight extends Product with Serializable
  32. type Value = daml.lf.value.Value
  33. type WorkflowId = @@[daml.lf.data.Ref.WorkflowId, WorkflowIdTag]
  34. sealed trait WorkflowIdTag extends AnyRef

Value Members

  1. val CommandId: TagOf[CommandIdTag]
  2. val ParticipantId: TagOf[ParticipantIdTag]
  3. val SubmissionId: TagOf[SubmissionIdTag]
  4. val UpdateId: TagOf[UpdateIdTag]
  5. val WorkflowId: TagOf[WorkflowIdTag]
  6. object Commands extends Serializable
  7. object CumulativeFilter extends Serializable
  8. object Feature extends Serializable
  9. object IdentityProviderId
  10. object Logging
  11. object ObjectMeta extends Serializable
  12. object PackageReference extends Serializable
  13. object SubmissionIdGenerator
  14. object TraceIdentifiers

    Extracts identifiers from Protobuf messages to correlate traces.

  15. object TransactionShape
  16. object UserRight extends Serializable
  17. object ValidationLogger

Inherited from AnyRef

Inherited from Any

Ungrouped