getMoveFunctionArgTypes

Get the argument types of a Move function, based on normalized Type.

It takes in a String ID in the format of package_id::module::function

Return

An Option of nullable MoveFunctionArgTypes

Parameters

id

The ID of the Move function to get the argument types for