getNormalizedMoveModule

open suspend override fun getNormalizedMoveModule(packageId: String, module: String): Result<GetNormalizedMoveModuleQuery.Data?, SuiError>

Fetches the normalized representation of a specific module within a package.

Return

A Result which is either:

Parameters

packageId

The ID of the package containing the module.

module

The name of the module.