sui_getNormalizedMoveModulesByPackage
Return structured representations of all modules in the given package
package
: <ObjectID>
-BTreeMap<String,SuiMoveNormalizedModule>
: <object>
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"
]
}'
Last modified 2mo ago