package api
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- api
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Package Members
Type Members
- final case class BoundedPageToken(synchronizerBound: SynchronizerId, participantBound: topology.ParticipantId) extends PageToken with Product with Serializable
- type CommandId = @@[daml.lf.data.Ref.CommandId, CommandIdTag]
- sealed trait CommandIdTag extends AnyRef
- 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
- final case class CumulativeFilter(templateFilters: Set[TemplateFilter], interfaceFilters: Set[InterfaceFilter], templateWildcardFilter: Option[TemplateWildcardFilter]) extends Product with Serializable
- final case class DisclosedContract(fatContractInstance: LfFatContractInst, synchronizerIdO: Option[SynchronizerId]) extends PrettyPrinting with Product with Serializable
- final case class EnrichedVettedPackage(vetted: VettedPackage, name: Option[PackageName], version: Option[PackageVersion]) extends Product with Serializable
- final case class EnrichedVettedPackages(packages: Seq[EnrichedVettedPackage], participantId: topology.ParticipantId, synchronizerId: SynchronizerId, serial: PositiveInt) extends VettedPackages with Product with Serializable
- final case class EventFormat(filtersByParty: Map[Party, CumulativeFilter], filtersForAnyParty: Option[CumulativeFilter], verbose: Boolean) extends Product with Serializable
- sealed trait EventIdTag extends AnyRef
- sealed abstract class Feature extends Product with Serializable
- final case class IdentityProviderConfig(identityProviderId: Id, isDeactivated: Boolean = false, jwksUrl: JwksUrl, issuer: String, audience: Option[String]) extends Product with Serializable
- sealed trait IdentityProviderId extends AnyRef
- final case class InterfaceFilter(interfaceTypeRef: TypeConRef, includeView: Boolean, includeCreatedEventBlob: Boolean) extends Product with Serializable
- final case class ListVettedPackagesOpts(packageFilter: Option[PackageMetadataFilter], topologyStateFilter: Option[TopologyStateFilter], pageToken: PageToken, pageSize: PositiveInt) extends Product with Serializable
- final case class ObjectMeta(resourceVersionO: Option[Long], annotations: Map[String, String]) extends Product with Serializable
- final case class PackageMetadataFilter(packageIds: Seq[PackageId], packageNamePrefixes: Seq[String]) extends Product with Serializable
- final case class PackageReference(pkgId: LfPackageId, version: LfPackageVersion, packageName: LfPackageName) extends PrettyPrinting with Product with Serializable
- sealed trait PageToken extends AnyRef
- final case class ParticipantAuthorizationFormat(parties: Option[Set[Party]]) extends Product with Serializable
- type ParticipantId = @@[daml.lf.data.Ref.ParticipantId, ParticipantIdTag]
- sealed trait ParticipantIdTag extends AnyRef
- final case class ParticipantVettedPackages(packages: Seq[VettedPackage], participantId: topology.ParticipantId, synchronizerId: SynchronizerId, serial: PositiveInt) extends VettedPackages with Product with Serializable
- final case class PartyDetails(party: Party, isLocal: Boolean, metadata: ObjectMeta, identityProviderId: IdentityProviderId) extends Product with Serializable
- sealed trait PriorTopologySerial extends AnyRef
- final case class PriorTopologySerialExists(serial: PositiveInt) extends PriorTopologySerial with Product with Serializable
- trait ProxyCloseable extends AutoCloseable
- final case class SinglePackageTargetVetting[R](ref: R, bounds: Option[(Option[CantonTimestamp], Option[CantonTimestamp])]) extends Product with Serializable
- type SubmissionId = @@[daml.lf.data.Ref.SubmissionId, SubmissionIdTag]
- trait SubmissionIdGenerator extends AnyRef
- sealed trait SubmissionIdTag extends AnyRef
- final case class TemplateFilter(templateTypeRef: TypeConRef, includeCreatedEventBlob: Boolean) extends Product with Serializable
- final case class TemplateWildcardFilter(includeCreatedEventBlob: Boolean) extends Product with Serializable
- final case class TopologyFormat(participantAuthorizationFormat: Option[ParticipantAuthorizationFormat]) extends Product with Serializable
- final case class TopologyStateFilter(participantIds: Seq[topology.ParticipantId], synchronizerIds: Seq[SynchronizerId]) extends Product with Serializable
- final case class TransactionFormat(eventFormat: EventFormat, transactionShape: TransactionShape) extends Product with Serializable
- sealed trait TransactionShape extends AnyRef
- final case class UpdateFormat(includeTransactions: Option[TransactionFormat], includeReassignments: Option[EventFormat], includeTopologyEvents: Option[TopologyFormat]) extends Product with Serializable
- type UpdateId = @@[TransactionId, UpdateIdTag]
- sealed trait UpdateIdTag extends AnyRef
- final case class UpdateVettedPackagesForceFlags(forceVetIncompatibleUpgrade: Boolean = false, forceUnvettedDependencies: Boolean = false) extends Product with Serializable
- final case class UpdateVettedPackagesOpts(changes: Seq[VettedPackagesChange], dryRun: Boolean, synchronizerIdO: Option[SynchronizerId], expectedTopologySerial: Option[PriorTopologySerial], forceFlags: UpdateVettedPackagesForceFlags) extends Product with Serializable
- trait UploadDarVettingChange extends AnyRef
- 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
- sealed abstract class UserRight extends Product with Serializable
- sealed abstract class UserRightForParty extends UserRight
- type Value = daml.lf.value.Value
- sealed trait VettedPackages extends AnyRef
- sealed trait VettedPackagesChange extends AnyRef
- sealed trait VettedPackagesRef extends PrettyPrinting
- type WorkflowId = @@[daml.lf.data.Ref.WorkflowId, WorkflowIdTag]
- sealed trait WorkflowIdTag extends AnyRef
Value Members
- val CommandId: TagOf[CommandIdTag]
- val ParticipantId: TagOf[ParticipantIdTag]
- val SubmissionId: TagOf[SubmissionIdTag]
- val UpdateId: TagOf[UpdateIdTag]
- val WorkflowId: TagOf[WorkflowIdTag]
- object Commands extends Serializable
- object CumulativeFilter extends Serializable
- object DontVetAnyPackages extends UploadDarVettingChange
- object Feature extends Serializable
- object IdentityProviderId
- case object InitialPageToken extends PageToken with Product with Serializable
- object ListVettedPackagesOpts extends Serializable
- object Logging
- object ObjectMeta extends Serializable
- object PackageMetadataFilter extends Serializable
- object PackageReference extends Serializable
- object PageToken
- object PriorTopologySerial
- case object PriorTopologySerialNone extends PriorTopologySerial with Product with Serializable
- object SubmissionIdGenerator
- object TopologyStateFilter extends Serializable
- object TraceIdentifiers
Extracts identifiers from Protobuf messages to correlate traces.
- object TransactionShape
- object UpdateVettedPackagesForceFlags extends Serializable
- object UpdateVettedPackagesOpts extends Serializable
- object UploadDarVettingChange
- object UserRight extends Serializable
- object ValidationLogger
- object VetAllPackages extends UploadDarVettingChange
- object VettedPackagesChange
- object VettedPackagesRef