Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class DAMLe extends NamedLogging

    Represents a Daml runtime instance for interpreting commands.

    Represents a Daml runtime instance for interpreting commands. Provides an abstraction for the Daml engine handling requests for contract instance lookup as well as in resolving packages. The recommended execution context is to use a work stealing pool.

  2. final case class StateChange[+Status <: PrettyPrinting](status: Status, asOf: TimeOfChange) extends PrettyPrinting with Product with Serializable

    A status and when it became effective.

    A status and when it became effective.

    status

    The status

    asOf

    When the change became effective

  3. final case class TimeOfChange(rc: RequestCounter, timestamp: CantonTimestamp) extends PrettyPrinting with Product with Serializable

    The time when a change of state has happened.

    The time when a change of state has happened.

    rc

    The request counter on the request that triggered the change

    timestamp

    The timestamp when this change takes place.

Value Members

  1. object DAMLe
  2. object LedgerApiUtil
  3. object StateChange extends Serializable
  4. object TimeOfChange extends Serializable

Ungrouped