package api
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- api
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Package Members
Type Members
- 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: FatContractInstance, synchronizerIdO: Option[SynchronizerId]) extends PrettyPrinting 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 JwksUrl(value: String) extends AnyVal with Product with Serializable
- final case class ObjectMeta(resourceVersionO: Option[Long], annotations: Map[String, String]) extends Product with Serializable
- final case class PackageReference(pkgId: LfPackageId, version: LfPackageVersion, packageName: LfPackageName) extends PrettyPrinting with Product with Serializable
- 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 PartyDetails(party: Party, isLocal: Boolean, metadata: ObjectMeta, identityProviderId: IdentityProviderId) extends Product with Serializable
- trait ProxyCloseable extends AutoCloseable
- 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 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 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
- type Value = daml.lf.value.Value
- 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 Feature extends Serializable
- object IdentityProviderId
- object JwksUrl extends Serializable
- object Logging
- object ObjectMeta extends Serializable
- object PackageReference extends Serializable
- object SubmissionIdGenerator
- object TemplateFilter extends Serializable
- object TraceIdentifiers
Extracts identifiers from Protobuf messages to correlate traces.
- object TransactionShape
- object UserRight extends Serializable
- object ValidationLogger