Packages

package event

Type Members

  1. final case class GetEventsByContractIdRequest(contractId: ContractId, eventFormat: EventFormat) extends Product with Serializable
  2. final case class GetEventsByContractKeyRequest(contractKey: daml.lf.value.Value, templateId: Identifier, requestingParties: Set[Party], endExclusiveSeqId: Option[Long]) extends Product with Serializable

Ungrouped