Skip to main content

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

packageByName

Fetch a package by its name (using dot move service)

packageByName(
name: String!
): MovePackage

Arguments

packageByName.name ● String! non-null scalar

Type

MovePackage object

A MovePackage is a kind of Move object that represents code that has been published on chain. It exposes information about its modules, type definitions, functions, and dependencies.