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. final case class BoundedPageToken(synchronizerBound: SynchronizerId, participantBound: topology.ParticipantId) extends PageToken with Product with Serializable
  2. type CommandId = @@[daml.lf.data.Ref.CommandId, CommandIdTag]
  3. sealed trait CommandIdTag extends AnyRef
  4. 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
  5. final case class CumulativeFilter(templateFilters: Set[TemplateFilter], interfaceFilters: Set[InterfaceFilter], templateWildcardFilter: Option[TemplateWildcardFilter]) extends Product with Serializable
  6. final case class DisclosedContract(fatContractInstance: LfFatContractInst, synchronizerIdO: Option[SynchronizerId]) extends PrettyPrinting with Product with Serializable
  7. final case class EnrichedVettedPackage(vetted: VettedPackage, name: Option[PackageName], version: Option[PackageVersion]) extends Product with Serializable
  8. final case class EnrichedVettedPackages(packages: Seq[EnrichedVettedPackage], participantId: topology.ParticipantId, synchronizerId: SynchronizerId, serial: PositiveInt) extends VettedPackages with Product with Serializable
  9. final case class EventFormat(filtersByParty: Map[Party, CumulativeFilter], filtersForAnyParty: Option[CumulativeFilter], verbose: Boolean) extends Product with Serializable
  10. sealed trait EventIdTag extends AnyRef
  11. sealed abstract class Feature extends Product with Serializable
  12. final case class IdentityProviderConfig(identityProviderId: Id, isDeactivated: Boolean = false, jwksUrl: JwksUrl, issuer: String, audience: Option[String]) extends Product with Serializable
  13. sealed trait IdentityProviderId extends AnyRef
  14. final case class InterfaceFilter(interfaceTypeRef: TypeConRef, includeView: Boolean, includeCreatedEventBlob: Boolean) extends Product with Serializable
  15. final case class ListVettedPackagesOpts(packageFilter: Option[PackageMetadataFilter], topologyStateFilter: Option[TopologyStateFilter], pageToken: PageToken, pageSize: PositiveInt) extends Product with Serializable
  16. final case class ObjectMeta(resourceVersionO: Option[Long], annotations: Map[String, String]) extends Product with Serializable
  17. final case class PackageMetadataFilter(packageIds: Seq[PackageId], packageNamePrefixes: Seq[String]) extends Product with Serializable
  18. final case class PackageReference(pkgId: LfPackageId, version: LfPackageVersion, packageName: LfPackageName) extends PrettyPrinting with Product with Serializable
  19. sealed trait PageToken extends AnyRef
  20. final case class ParticipantAuthorizationFormat(parties: Option[Set[Party]]) extends Product with Serializable
  21. type ParticipantId = @@[daml.lf.data.Ref.ParticipantId, ParticipantIdTag]
  22. sealed trait ParticipantIdTag extends AnyRef
  23. final case class ParticipantVettedPackages(packages: Seq[VettedPackage], participantId: topology.ParticipantId, synchronizerId: SynchronizerId, serial: PositiveInt) extends VettedPackages with Product with Serializable
  24. final case class PartyDetails(party: Party, isLocal: Boolean, metadata: ObjectMeta, identityProviderId: IdentityProviderId) extends Product with Serializable
  25. sealed trait PriorTopologySerial extends AnyRef
  26. final case class PriorTopologySerialExists(serial: PositiveInt) extends PriorTopologySerial with Product with Serializable
  27. trait ProxyCloseable extends AutoCloseable
  28. final case class SinglePackageTargetVetting[R](ref: R, bounds: Option[(Option[CantonTimestamp], Option[CantonTimestamp])]) extends Product with Serializable
  29. type SubmissionId = @@[daml.lf.data.Ref.SubmissionId, SubmissionIdTag]
  30. trait SubmissionIdGenerator extends AnyRef
  31. sealed trait SubmissionIdTag extends AnyRef
  32. final case class TemplateFilter(templateTypeRef: TypeConRef, includeCreatedEventBlob: Boolean) extends Product with Serializable
  33. final case class TemplateWildcardFilter(includeCreatedEventBlob: Boolean) extends Product with Serializable
  34. final case class TopologyFormat(participantAuthorizationFormat: Option[ParticipantAuthorizationFormat]) extends Product with Serializable
  35. final case class TopologyStateFilter(participantIds: Seq[topology.ParticipantId], synchronizerIds: Seq[SynchronizerId]) extends Product with Serializable
  36. final case class TransactionFormat(eventFormat: EventFormat, transactionShape: TransactionShape) extends Product with Serializable
  37. sealed trait TransactionShape extends AnyRef
  38. final case class UpdateFormat(includeTransactions: Option[TransactionFormat], includeReassignments: Option[EventFormat], includeTopologyEvents: Option[TopologyFormat]) extends Product with Serializable
  39. type UpdateId = @@[TransactionId, UpdateIdTag]
  40. sealed trait UpdateIdTag extends AnyRef
  41. final case class UpdateVettedPackagesForceFlags(forceVetIncompatibleUpgrade: Boolean = false, forceUnvettedDependencies: Boolean = false) extends Product with Serializable
  42. final case class UpdateVettedPackagesOpts(changes: Seq[VettedPackagesChange], dryRun: Boolean, synchronizerIdO: Option[SynchronizerId], expectedTopologySerial: Option[PriorTopologySerial], forceFlags: UpdateVettedPackagesForceFlags) extends Product with Serializable
  43. trait UploadDarVettingChange extends AnyRef
  44. 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
  45. sealed abstract class UserRight extends Product with Serializable
  46. sealed abstract class UserRightForParty extends UserRight
  47. type Value = daml.lf.value.Value
  48. sealed trait VettedPackages extends AnyRef
  49. sealed trait VettedPackagesChange extends AnyRef
  50. sealed trait VettedPackagesRef extends PrettyPrinting
  51. type WorkflowId = @@[daml.lf.data.Ref.WorkflowId, WorkflowIdTag]
  52. 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 DontVetAnyPackages extends UploadDarVettingChange
  9. object Feature extends Serializable
  10. object IdentityProviderId
  11. case object InitialPageToken extends PageToken with Product with Serializable
  12. object ListVettedPackagesOpts extends Serializable
  13. object Logging
  14. object ObjectMeta extends Serializable
  15. object PackageMetadataFilter extends Serializable
  16. object PackageReference extends Serializable
  17. object PageToken
  18. object PriorTopologySerial
  19. case object PriorTopologySerialNone extends PriorTopologySerial with Product with Serializable
  20. object SubmissionIdGenerator
  21. object TopologyStateFilter extends Serializable
  22. object TraceIdentifiers

    Extracts identifiers from Protobuf messages to correlate traces.

  23. object TransactionShape
  24. object UpdateVettedPackagesForceFlags extends Serializable
  25. object UpdateVettedPackagesOpts extends Serializable
  26. object UploadDarVettingChange
  27. object UserRight extends Serializable
  28. object ValidationLogger
  29. object VetAllPackages extends UploadDarVettingChange
  30. object VettedPackagesChange
  31. object VettedPackagesRef

Inherited from AnyRef

Inherited from Any

Ungrouped