package util
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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.
- 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
- 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
- object DAMLe
- object LedgerApiUtil
- object LoggingContextUtil
- object StateChange extends Serializable
- object TimeOfChange extends Serializable