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