@hashgraph/solo
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    logger?: SoloLogger

    Methods

    • Check if the required dependency is installed or not

      Parameters

      • dep: string

        is the name of the program

      • OptionalshouldInstall: boolean = true

        Whether or not install the dependency if not installed

      Returns Promise<boolean>

    • Returns a promise that invokes the shell command

      Parameters

      • cmd: string
      • verbose: boolean = false

      Returns Promise<string[]>