class SimplePackage extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimplePackage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SimplePackage(testDar: TestDar)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val archives: Map[PackageId, Archive]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def createAndExerciseCmd(templateId: Identifier, templateArg: Value[ContractId], choiceName: ChoiceName): Command
- def createCmd(templateId: Identifier, templateArg: Value[ContractId]): Command
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def exerciseByKeyCmd(partyKey: Party, templateId: Identifier, choiceName: ChoiceName): Command
- def exerciseCmd(contractId: ContractId, templateId: Identifier, choiceName: ChoiceName): Command
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mainArchive: Archive
- val mainPackageId: PackageId
- def mkSimpleHolderTemplateArg(owner: Party): Value[ContractId]
- def mkSimpleTemplateArg(owner: String, observer: String, additionalContractValue: Value[ContractId]): Value[ContractId]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val packages: Map[PackageId, Package]
- def simpleCreateAndExerciseArchiveCmd(templateArg: Value[ContractId]): Command
- def simpleCreateCmd(templateArg: Value[ContractId]): Command
- def simpleExerciseArchiveCmd(contractId: ContractId): Command
- def simpleExerciseReplaceByKeyCmd(partyKey: Party): Command
- def simpleHolderCreateCmd(arg: Value[ContractId]): Command
- def simpleHolderExerciseReplaceHeldByKeyCmd(contractId: ContractId): Command
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def typeConstructorId(typeConstructor: String): Identifier
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()