Packages

object packages extends Helpful

Annotations
@Summary(s = "Manage packages", flag = FeatureFlag.Testing) @Group(name = "Package Management")
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. packages
  2. Helpful
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def check_upgrade_validity(): Unit
    Annotations
    @Summary(s = "Check a participant's Daml packages for upgrade validity", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Checks the upgradable Daml packages (compiled with LF 1.17) persisted on the participant for upgrade validity.
    |It is recommended to run this check for all participants upgrading from Canton 2.10.0, before the upgrade procedure is started.
    |If you are upgrading from older Canton versions (2.9.x and older) to Canton 2.10.1+, this check is not necessary.
    |This command will fail if some packages in the participant's package store are not upgrade-compatible.
    |Note: This command does not upload or modify any packages on the participant."""
    )
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. 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"))
  12. def help()(implicit consoleEnvironment: ConsoleEnvironment): Unit
    Definition Classes
    Helpful
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def list(limit: PositiveInt = defaultLimit): Seq[PackageDetails]
    Annotations
    @Summary(s = "List Daml Packages", flag = FeatureFlag.Testing)
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. 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."""
    )
  21. 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."""
    )
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from Helpful

Inherited from AnyRef

Inherited from Any

Ungrouped