Skip to main content
⚠️ This is the beta version of the Sui GraphQL schema. The beta schema will replace the alpha GraphQL schema upon its official release.

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 scalar

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

Linkage.upgradedId ● SuiAddress scalar

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

Linkage.version ● UInt53 scalar

The version of the dependency that this package depends on.

Member Of

MovePackage object