Upgrade

interface Upgrade

Command to upgrade an already published package.

Properties

Link copied to clipboard
abstract val dependencies: List<String>

Set of packages that the to-be published package depends on.

Link copied to clipboard
abstract val modules: List<<Error class: unknown class>>

The serialized Move modules.

Link copied to clipboard
abstract val package: String?

Package ID of the package to upgrade.

Link copied to clipboard

Returns the field-presence view for this Upgrade instance.

Link copied to clipboard
abstract val ticket: Argument

Ticket authorizing the upgrade.

Functions

Link copied to clipboard
Link copied to clipboard
fun Upgrade.copy(body: <Error class: unknown class>.() -> Unit = {}): Upgrade

Copies the original message, including unknown fields.