o
com.digitalasset.canton.platform.store.interfaces
TransactionLogUpdate
Companion trait TransactionLogUpdate
object TransactionLogUpdate extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransactionLogUpdate
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class CreatedEvent(eventOffset: Offset, updateId: String, nodeId: Int, eventSequentialId: Long, contractId: ContractId, ledgerEffectiveTime: Timestamp, templateId: Identifier, packageName: daml.lf.data.Ref.PackageName, packageVersion: Option[PackageVersion], commandId: String, workflowId: String, contractKey: Option[VersionedValue], treeEventWitnesses: Set[daml.lf.data.Ref.Party], flatEventWitnesses: Set[daml.lf.data.Ref.Party], submitters: Set[daml.lf.data.Ref.Party], createArgument: VersionedValue, createSignatories: Set[daml.lf.data.Ref.Party], createObservers: Set[daml.lf.data.Ref.Party], createKeyHash: Option[daml.lf.crypto.Hash], createKey: Option[GlobalKey], createKeyMaintainers: Option[Set[daml.lf.data.Ref.Party]], driverMetadata: Bytes) extends Event with Product with Serializable
- sealed trait Event extends Product with Serializable
- final case class ExercisedEvent(eventOffset: Offset, updateId: String, nodeId: Int, eventSequentialId: Long, contractId: ContractId, ledgerEffectiveTime: Timestamp, templateId: Identifier, packageName: daml.lf.data.Ref.PackageName, interfaceId: Option[Identifier], commandId: String, workflowId: String, contractKey: Option[VersionedValue], treeEventWitnesses: Set[daml.lf.data.Ref.Party], flatEventWitnesses: Set[daml.lf.data.Ref.Party], submitters: Set[daml.lf.data.Ref.Party], choice: String, actingParties: Set[daml.lf.data.Ref.Party], lastDescendantNodeId: Int, exerciseArgument: VersionedValue, exerciseResult: Option[VersionedValue], consuming: Boolean) extends Event with Product with Serializable
- final case class PartyToParticipantAuthorization(party: daml.lf.data.Ref.Party, participant: daml.lf.data.Ref.ParticipantId, authorizationEvent: AuthorizationEvent) extends Product with Serializable
- final case class ReassignmentAccepted(updateId: String, commandId: String, workflowId: String, offset: Offset, recordTime: Timestamp, completionStreamResponse: Option[CompletionStreamResponse], reassignmentInfo: ReassignmentInfo, reassignment: Reassignment)(implicit traceContext: TraceContext) extends TransactionLogUpdate with Product with Serializable
- final case class TopologyTransactionEffective(updateId: String, offset: Offset, effectiveTime: Timestamp, synchronizerId: String, events: Vector[PartyToParticipantAuthorization])(implicit traceContext: TraceContext) extends TransactionLogUpdate with Product with Serializable
- final case class TransactionAccepted(updateId: String, commandId: String, workflowId: String, effectiveAt: Timestamp, offset: Offset, events: Vector[Event], completionStreamResponse: Option[CompletionStreamResponse], synchronizerId: String, recordTime: Timestamp)(implicit traceContext: TraceContext) extends TransactionLogUpdate with Product with Serializable
Complete view of a ledger transaction.
Complete view of a ledger transaction.
- updateId
The transaction it.
- workflowId
The workflow id.
- effectiveAt
The transaction ledger time.
- offset
The transaction's offset in the ledger.
- events
The transaction events, in execution order.
- completionStreamResponse
The successful submission's completion details.
- recordTime
The time at which the transaction was recorded.
- final case class TransactionRejected(offset: Offset, completionStreamResponse: CompletionStreamResponse)(implicit traceContext: TraceContext) extends TransactionLogUpdate with Product with Serializable
A rejected submission.
A rejected submission.
- offset
The offset at which the rejection has been enqueued in the ledger.
- completionStreamResponse
The rejected submission's completion details.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object ReassignmentAccepted extends Serializable