Packages

implicit final class KeyedHelper syntax[+ ExOn] extends AnyVal

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

Instance Constructors

  1. new KeyedHelper 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 exerciseArchive(actor: Party)(implicit exOn: ExerciseOn[ ExOn, KeyedHelper]): Update[Unit]
  6. def exerciseArchive(actor: Party, choiceArgument: Archive)(implicit exOn: ExerciseOn[ ExOn, KeyedHelper]): Update[Unit]
  7. def exerciseFetchByKey(actor: Party, keyP: Tuple2[Party, Int64])(implicit exOn: ExerciseOn[ ExOn, KeyedHelper]): Update[Tuple2[daml.ledger.client.binding.Primitive.ContractId[Keyed], Keyed]]
  8. def exerciseFetchByKey(actor: Party, choiceArgument: FetchByKey)(implicit exOn: ExerciseOn[ ExOn, KeyedHelper]): Update[Tuple2[daml.ledger.client.binding.Primitive.ContractId[Keyed], Keyed]]
  9. def exerciseLookupByKey(actor: Party, keyP: Tuple2[Party, Int64])(implicit exOn: ExerciseOn[ ExOn, KeyedHelper]): Update[Optional[daml.ledger.client.binding.Primitive.ContractId[Keyed]]]
  10. def exerciseLookupByKey(actor: Party, choiceArgument: LookupByKey)(implicit exOn: ExerciseOn[ ExOn, KeyedHelper]): Update[Optional[daml.ledger.client.binding.Primitive.ContractId[Keyed]]]
  11. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped