sui_getNormalizedMoveModulesByPackage
Return structured representations of all modules in the given package
Parameters:
package< ObjectID >
Returns:
BTreeMap<String,SuiMoveNormalizedModule>< SuiMoveNormalizedModule >
Example:
// Request
curl https://sui.blockpi.network/v1/rpc/your-rpc-key -X POST -H "Content-Type: application/json"
--data
'{
"jsonrpc": "2.0",
"id": 1,
"method": "sui_getNormalizedMoveModulesByPackage",
"params": [
"0xece356d10d89e75f565b0934851ba8d5bc59462a46078b90f1f508a1e4fd4eed"
]
}'
// Result
Last updated
Was this helpful?