@hashgraph/solo
    Preparing search index...
    Index

    Constructors

    Methods

    • Parameters

      • nodeAliasesProperty: string

      Returns { task: (context_: any, task: any) => SoloListr<any>; title: string }

    • Returns {
          skip: (context_: any) => boolean;
          task: (context_: any) => Promise<void>;
          title: string;
      }

    • Parameters

      • OptionalmaxAttempts: number

      Returns {
          task: (context_: any, task: any) => Listr<CheckedNodesContext, any, any>;
          title: string;
      }

    • Parameters

      • nodeAliasesProperty: string

      Returns { task: (context_: any, task: any) => any; title: string }

    • Returns { task: (context_: any) => Promise<void>; title: string }

    • Parameters

      • nodeAliasesProperty: string

      Returns { task: (context_: any, task: any) => any; title: string }

    • Parameters

      Returns {
          skip: boolean | SkipCheck;
          task: (context_: any) => Promise<void>;
          title: string;
      }