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 CompletionDetails(completionStreamResponse: CompletionStreamResponse, submitters: Set[String]) extends Product with Serializable
The transaction's completion details.
The transaction's completion details.
- completionStreamResponse
The completion details
- submitters
The original command submitters
- final case class CreatedEvent(eventOffset: Offset, transactionId: String, nodeIndex: Int, eventSequentialId: Long, eventId: EventId, contractId: ContractId, ledgerEffectiveTime: Timestamp, templateId: Identifier, packageName: Option[PackageName], 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], createAgreementText: Option[String], createKeyHash: Option[daml.lf.crypto.Hash], createKey: Option[GlobalKey], createKeyMaintainers: Option[Set[daml.lf.data.Ref.Party]], driverMetadata: Option[Bytes]) extends Event with Product with Serializable
- sealed trait Event extends Product with Serializable
- final case class ExercisedEvent(eventOffset: Offset, transactionId: String, nodeIndex: Int, eventSequentialId: Long, eventId: EventId, contractId: ContractId, ledgerEffectiveTime: Timestamp, templateId: Identifier, packageName: Option[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], children: Seq[String], exerciseArgument: VersionedValue, exerciseResult: Option[VersionedValue], consuming: Boolean, choicePackageId: daml.lf.data.Ref.PackageId) extends Event with Product with Serializable
- final case class ReassignmentAccepted(updateId: String, commandId: String, workflowId: String, offset: Offset, completionDetails: Option[CompletionDetails], reassignmentInfo: ReassignmentInfo, reassignment: Reassignment) extends TransactionLogUpdate with Product with Serializable
- final case class TransactionAccepted(transactionId: String, commandId: String, workflowId: String, effectiveAt: Timestamp, offset: Offset, events: Vector[Event], completionDetails: Option[CompletionDetails], domainId: Option[String]) extends TransactionLogUpdate with Product with Serializable
Complete view of a ledger transaction.
Complete view of a ledger transaction.
- transactionId
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.
- completionDetails
The successful submission's completion details.
- final case class TransactionRejected(offset: Offset, completionDetails: CompletionDetails) 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.
- completionDetails
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]) @native() @IntrinsicCandidate()
- 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
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- 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
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- 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