Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters to get the argument types of a Move function.Positional parameters for
sui_getMoveFunctionArgTypes:params[0]: Object ID of the Move package.params[1]: Module name within the package.params[2]: Function name in the module.
Returns
List of normalized argument types for the specified Move function.