Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class DAMLe extends NamedLogging with HasReinterpret

    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 extends PrettyPrinting with Product with Serializable

    The time when a request or a repair has changed the state at a specific participant within a synchronizer.

    The time when a request or a repair has changed the state at a specific participant within a synchronizer. The TimeOfChange augments a sequencer request timestamp with an optional repair counter lexicographically relative to the timestamp.

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

    The time when a request has made a change of state.

    The time when a request has made a change of state.

    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 JavaCodegenUtil
  3. object StateChange extends Serializable
  4. object TimeOfChange extends Serializable
  5. object TimeOfRequest extends Serializable

Ungrouped