{ "opencollection": "1.0.0", "info": { "name": "Sui JSON-RPC Coin Query API Move Utils API", "version": "1.74.0" }, "items": [ { "info": { "name": "Move Utils", "type": "folder" }, "items": [ { "info": { "name": "sui_getMoveFunctionArgTypes", "type": "http" }, "http": { "method": "POST", "url": "https://fullnode.mainnet.sui.io:443/#sui_getMoveFunctionArgTypes", "body": { "type": "json", "data": "{}" } }, "docs": "Return the argument types of a Move function, based on normalized Type." }, { "info": { "name": "sui_getNormalizedMoveFunction", "type": "http" }, "http": { "method": "POST", "url": "https://fullnode.mainnet.sui.io:443/#sui_getNormalizedMoveFunction", "body": { "type": "json", "data": "{}" } }, "docs": "Return a structured representation of Move function" }, { "info": { "name": "sui_getNormalizedMoveModule", "type": "http" }, "http": { "method": "POST", "url": "https://fullnode.mainnet.sui.io:443/#sui_getNormalizedMoveModule", "body": { "type": "json", "data": "{}" } }, "docs": "Return a structured representation of Move module" }, { "info": { "name": "sui_getNormalizedMoveModulesByPackage", "type": "http" }, "http": { "method": "POST", "url": "https://fullnode.mainnet.sui.io:443/#sui_getNormalizedMoveModulesByPackage", "body": { "type": "json", "data": "{}" } }, "docs": "Return structured representations of all modules in the given package" }, { "info": { "name": "sui_getNormalizedMoveStruct", "type": "http" }, "http": { "method": "POST", "url": "https://fullnode.mainnet.sui.io:443/#sui_getNormalizedMoveStruct", "body": { "type": "json", "data": "{}" } }, "docs": "Return a structured representation of Move struct" } ] } ], "bundled": true }