Links

sui_getNormalizedMoveModulesByPackage

Return structured representations of all modules in the given package

Parameters

package : <ObjectID> -

Returns

BTreeMap<String,SuiMoveNormalizedModule> : <object>

Example Request and Result for sui_getNormalizedMoveModulesByPackage

Request
curl
--location --request POST 'https://sui-devnet.blastapi.io/<project_id>' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc": "2.0",
"id": 1,
"method": "sui_getNormalizedMoveModulesByPackage",
"params": [
"0xba483c73a9b79bcc592cc5f163465ff1bc5c5d2e"
]
}'