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

  2. 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
  3. sealed trait Event extends Product with Serializable
  4. 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
  5. 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
  6. 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.

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

  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]) @native() @IntrinsicCandidate()
  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
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  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
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  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
    Deprecated

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped