Packages

p

com.daml.lf

speedy

package speedy

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class ScenarioRunner(machine: Machine, partyNameMangler: (String) ⇒ String = identity) extends Product with Serializable

    Speedy scenario runner that uses the reference ledger.

    Speedy scenario runner that uses the reference ledger.

    partyNameMangler

    allows to amend party names defined in scenarios, before they are executed against a ledger. The function should be idempotent in the context of a single ScenarioRunner life-time, i.e. return the same result each time given the same argument. Should return values compatible with com.daml.lf.data.Ref.Party.

Value Members

  1. object ScenarioRunner extends Serializable

Ungrouped