Documentation
    Preparing search index...

    Interface GetNormalizedMoveModuleParams

    Return a structured representation of Move module

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

    Properties

    module: string
    package: string
    signal?: AbortSignal