package util
- Alphabetic
- Public
- Protected
Type Members
- 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.
- 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
- 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.
- 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
- object DAMLe
- object JavaCodegenUtil
- object StateChange extends Serializable
- object TimeOfChange extends Serializable
- object TimeOfRequest extends Serializable