Skip to main content

⚠️ This is the alpha version. The operation or type does not exist in the beta version.

Linkage

Information used by a package to link to a specific version of its dependency.

type Linkage {
originalId: SuiAddress!
upgradedId: SuiAddress!
version: UInt53!
}

Fields

Linkage.originalId ● SuiAddress! non-null scalar

The ID on-chain of the first version of the dependency.

Linkage.upgradedId ● SuiAddress! non-null scalar

The ID on-chain of the version of the dependency that this package depends on.

Linkage.version ● UInt53! non-null scalar

The version of the dependency that this package depends on.

Member Of

MovePackage object