Interface GetNormalizedMoveFunctionParams

Return a structured representation of Move function

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

Properties

function: string
module: string
package: string