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

interface GetMoveFunctionArgTypesParams {
    function: string;
    module: string;
    package: string;
}

Properties

function: string
module: string
package: string