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