package data
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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.
- 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
- 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.
- final case class RepairContract(synchronizerId: SynchronizerId, contract: LfFatContractInst, reassignmentCounter: ReassignmentCounter, representativePackageId: LfPackageId) extends Product with Serializable
A contract to add/import with admin repairs.
- 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
- final case class UploadDarData(bytes: ByteString, description: Option[String], expectedMainPackageId: Option[LfPackageId]) extends Product with Serializable
Value Members
- object ActiveContract extends VersioningCompanion[ActiveContract] with Serializable
- object ContractImportMode extends Serializable
- object RepairContract extends Serializable
- object RepresentativePackageIdOverride extends Serializable