Packages

object TransactionLogUpdate extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TransactionLogUpdate
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. 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
  2. sealed trait Event extends Product with Serializable
  3. 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
  4. final case class PartyToParticipantAuthorization(party: daml.lf.data.Ref.Party, participant: daml.lf.data.Ref.ParticipantId, authorizationEvent: AuthorizationEvent) extends Product with Serializable
  5. 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
  6. final case class TopologyTransactionEffective(updateId: String, offset: Offset, effectiveTime: Timestamp, synchronizerId: String, events: Vector[PartyToParticipantAuthorization])(implicit traceContext: TraceContext) extends TransactionLogUpdate with Product with Serializable
  7. 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.

  8. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. object ReassignmentAccepted extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped