packageVersions
Paginate all versions of a package at address
, optionally bounding the versions exclusively from below with filter.afterVersion
or from above with filter.beforeVersion
.
Different versions of a package will have different object IDs, unless they are system packages, but will share the same original ID.
packageVersions(
first: Int
after: String
last: Int
before: String
address: SuiAddress!
filter: VersionFilter
): MovePackageConnection