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 ContractIdImportMode extends Product with Serializable with PrettyPrinting

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

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

    A contract to add/import with admin repairs.

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

Ungrouped