sui_getMoveFunctionArgTypes
Return the argument types of a Move function, based on normalized Type.
Parameters:
package< ObjectID >
module< string >
function< string >
Returns:
Vec<[ MoveFunctionArgType ]>
Example:
Last updated