Packages

class SimplePackage extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimplePackage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimplePackage(testDar: TestDar)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val archives: Map[PackageId, Archive]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def createAndExerciseCmd(templateId: Identifier, templateArg: Value[ContractId], choiceName: ChoiceName): Command
  8. def createCmd(templateId: Identifier, templateArg: Value[ContractId]): Command
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def exerciseByKeyCmd(partyKey: Party, templateId: Identifier, choiceName: ChoiceName): Command
  12. def exerciseCmd(contractId: ContractId, templateId: Identifier, choiceName: ChoiceName): Command
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val mainArchive: Archive
  18. val mainPackageId: PackageId
  19. def mkSimpleHolderTemplateArg(owner: Party): Value[ContractId]
  20. def mkSimpleTemplateArg(owner: String, observer: String, additionalContractValue: Value[ContractId]): Value[ContractId]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val packages: Map[PackageId, Package]
  25. def simpleCreateAndExerciseArchiveCmd(templateArg: Value[ContractId]): Command
  26. def simpleCreateCmd(templateArg: Value[ContractId]): Command
  27. def simpleExerciseArchiveCmd(contractId: ContractId): Command
  28. def simpleExerciseReplaceByKeyCmd(partyKey: Party): Command
  29. def simpleHolderCreateCmd(arg: Value[ContractId]): Command
  30. def simpleHolderExerciseReplaceHeldByKeyCmd(contractId: ContractId): Command
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def typeConstructorId(typeConstructor: String): Identifier
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped