Packages

implicit final class TestRun syntax[+ ExOn] extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestRun syntax
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TestRun syntax(id: ExOn)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def exerciseAddParticipant(actor: Party, party: Party, role: Role)(implicit exOn: ExerciseOn[ ExOn, TestRun]): Update[Tuple2[daml.ledger.client.binding.Primitive.ContractId[TestRun], daml.ledger.client.binding.Primitive.ContractId[TestParticipant]]]
  6. def exerciseAddParticipant(actor: Party, choiceArgument: AddParticipant)(implicit exOn: ExerciseOn[ ExOn, TestRun]): Update[Tuple2[daml.ledger.client.binding.Primitive.ContractId[TestRun], daml.ledger.client.binding.Primitive.ContractId[TestParticipant]]]
  7. def exerciseArchive(actor: Party)(implicit exOn: ExerciseOn[ ExOn, TestRun]): Update[Unit]
  8. def exerciseArchive(actor: Party, choiceArgument: Archive)(implicit exOn: ExerciseOn[ ExOn, TestRun]): Update[Unit]
  9. def exerciseRemoveParticipant(actor: Party, party: Party)(implicit exOn: ExerciseOn[ ExOn, TestRun]): Update[daml.ledger.client.binding.Primitive.ContractId[TestRun]]
  10. def exerciseRemoveParticipant(actor: Party, choiceArgument: RemoveParticipant)(implicit exOn: ExerciseOn[ ExOn, TestRun]): Update[daml.ledger.client.binding.Primitive.ContractId[TestRun]]
  11. def exerciseToggleMode(actor: Party, newMode: Mode)(implicit exOn: ExerciseOn[ ExOn, TestRun]): Update[daml.ledger.client.binding.Primitive.ContractId[TestRun]]
  12. def exerciseToggleMode(actor: Party, choiceArgument: ToggleMode)(implicit exOn: ExerciseOn[ ExOn, TestRun]): Update[daml.ledger.client.binding.Primitive.ContractId[TestRun]]
  13. def exerciseToggleRunType(actor: Party, newType: RunType, newTotalCycles: Int64, newReportFrequency: Int64)(implicit exOn: ExerciseOn[ ExOn, TestRun]): Update[daml.ledger.client.binding.Primitive.ContractId[TestRun]]
  14. def exerciseToggleRunType(actor: Party, choiceArgument: ToggleRunType)(implicit exOn: ExerciseOn[ ExOn, TestRun]): Update[daml.ledger.client.binding.Primitive.ContractId[TestRun]]
  15. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped