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: FatContractInstance, 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 JwksUrl(value: String) extends AnyVal with Product with Serializable
  13. final case class ObjectMeta(resourceVersionO: Option[Long], annotations: Map[String, String]) extends Product with Serializable
  14. final case class PackageReference(pkgId: LfPackageId, version: LfPackageVersion, packageName: LfPackageName) extends PrettyPrinting with Product with Serializable
  15. final case class ParticipantAuthorizationFormat(parties: Option[Set[Party]]) extends Product with Serializable
  16. type ParticipantId = @@[daml.lf.data.Ref.ParticipantId, ParticipantIdTag]
  17. sealed trait ParticipantIdTag extends AnyRef
  18. final case class PartyDetails(party: Party, isLocal: Boolean, metadata: ObjectMeta, identityProviderId: IdentityProviderId) extends Product with Serializable
  19. trait ProxyCloseable extends AutoCloseable
  20. type SubmissionId = @@[daml.lf.data.Ref.SubmissionId, SubmissionIdTag]
  21. trait SubmissionIdGenerator extends AnyRef
  22. sealed trait SubmissionIdTag extends AnyRef
  23. final case class TemplateFilter(templateTypeRef: TypeConRef, includeCreatedEventBlob: Boolean) extends Product with Serializable
  24. final case class TemplateWildcardFilter(includeCreatedEventBlob: Boolean) extends Product with Serializable
  25. final case class TopologyFormat(participantAuthorizationFormat: Option[ParticipantAuthorizationFormat]) extends Product with Serializable
  26. final case class TransactionFormat(eventFormat: EventFormat, transactionShape: TransactionShape) extends Product with Serializable
  27. sealed trait TransactionShape extends AnyRef
  28. final case class UpdateFormat(includeTransactions: Option[TransactionFormat], includeReassignments: Option[EventFormat], includeTopologyEvents: Option[TopologyFormat]) extends Product with Serializable
  29. type UpdateId = @@[TransactionId, UpdateIdTag]
  30. sealed trait UpdateIdTag extends AnyRef
  31. 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
  32. sealed abstract class UserRight extends Product with Serializable
  33. type Value = daml.lf.value.Value
  34. type WorkflowId = @@[daml.lf.data.Ref.WorkflowId, WorkflowIdTag]
  35. 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 JwksUrl extends Serializable
  11. object Logging
  12. object ObjectMeta extends Serializable
  13. object PackageReference extends Serializable
  14. object SubmissionIdGenerator
  15. object TemplateFilter extends Serializable
  16. object TraceIdentifiers

    Extracts identifiers from Protobuf messages to correlate traces.

  17. object TransactionShape
  18. object UserRight extends Serializable
  19. object ValidationLogger

Inherited from AnyRef

Inherited from Any

Ungrouped