@hashgraph/solo
    Preparing search index...

    Type Alias ConfigBuilder

    ConfigBuilder: (
        argv: any,
        context_: any,
        task: any,
        configMaps?: any,
        shouldLoadNodeClient?: any,
    ) => Promise<any>

    Type declaration

      • (
            argv: any,
            context_: any,
            task: any,
            configMaps?: any,
            shouldLoadNodeClient?: any,
        ): Promise<any>
      • Parameters

        • argv: any
        • context_: any
        • task: any
        • OptionalconfigMaps: any
        • OptionalshouldLoadNodeClient: any

        Returns Promise<any>