Documentation
    Preparing search index...

    Interface GetMoveFunctionArgTypesParams

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

    interface GetMoveFunctionArgTypesParams {
        function: string;
        module: string;
        package: string;
        signal?: AbortSignal;
    }
    Index

    Properties

    function: string
    module: string
    package: string
    signal?: AbortSignal