object packages extends Helpful
- Annotations
- @Summary(s = "Manage packages", flag = FeatureFlag.Testing) @Group(name = "Package Management")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- packages
- Helpful
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def help(methodName: String)(implicit consoleEnvironment: ConsoleEnvironment): Unit
- Definition Classes
- Helpful
- Annotations
- @Summary(s = "Help for specific commands (use help() or help(\"method\") for more information)", flag = console.this.Help.Summary.<init>$default$2) @Topic(t = Seq("Top-level Commands"))
- def help()(implicit consoleEnvironment: ConsoleEnvironment): Unit
- Definition Classes
- Helpful
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def list(limit: PositiveInt = defaultLimit): Seq[PackageDetails]
- Annotations
- @Summary(s = "List Daml Packages", flag = FeatureFlag.Testing)
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def upload_dar(darPath: String): Unit
- Annotations
- @Summary(s = "Upload packages from Dar file", flag = FeatureFlag.Testing) @Description(s = """Uploading the Dar can be done either through the ledger Api server or through the Canton admin Api.
|The Ledger Api is the portable method across ledgers. The Canton admin Api is more powerful as it allows for
|controlling Canton specific behaviour.
|In particular, a Dar uploaded using the ledger Api will not be available in the Dar store and can not be downloaded again.
|Additionally, Dars uploaded using the ledger Api will be vetted, but the system will not wait
|for the Dars to be successfully registered with all connected domains. As such, if a Dar is uploaded and then
|used immediately thereafter, a command might bounce due to missing package vettings.""")
- def validate_dar(darPath: String): Unit
- Annotations
- @Summary(s = "Validate a DAR against the current participants' state", flag = FeatureFlag.Testing) @Description(s = """Performs the same DAR and Daml package validation checks that the upload call performs,
but with no effects on the target participants: the DAR is not persisted or vetted.""")
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])