Packages

package data

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class ActiveContract(contract: daml.ledger.api.v2.state_service.ActiveContract)(representativeProtocolVersion: RepresentativeProtocolVersion[ActiveContract.type]) extends HasProtocolVersionedWrapper[ActiveContract] with Product with Serializable

    Intended as small wrapper around a LAPI active contract, so that its use is versioned.

  2. final case class ActiveContractOld(synchronizerId: SynchronizerId, contract: SerializableContract, reassignmentCounter: ReassignmentCounter)(representativeProtocolVersion: RepresentativeProtocolVersion[ActiveContractOld.type]) extends HasProtocolVersionedWrapper[ActiveContractOld] with HasSynchronizerId with HasSerializableContract with Product with Serializable
  3. sealed trait ContractImportMode extends Product with Serializable with PrettyPrinting

    Represents the contract processing mode that should be applied on contracts found in an ACS import.

  4. final case class RepairContract(synchronizerId: SynchronizerId, contract: LfFatContractInst, reassignmentCounter: ReassignmentCounter, representativePackageId: LfPackageId) extends Product with Serializable

    A contract to add/import with admin repairs.

  5. final case class RepresentativePackageIdOverride(contractOverride: Map[ContractId, LfPackageId], packageIdOverride: Map[LfPackageId, LfPackageId], packageNameOverride: Map[LfPackageName, LfPackageId]) extends PrettyPrinting with Product with Serializable

    Defines override mappings for assigning representative package IDs to contracts upon ACS import.

    Defines override mappings for assigning representative package IDs to contracts upon ACS import. See com.digitalasset.canton.admin.participant.v30.RepresentativePackageIdOverride

  6. final case class UploadDarData(bytes: ByteString, description: Option[String], expectedMainPackageId: Option[LfPackageId]) extends Product with Serializable

Ungrouped