UNPKG

@zombienet/orchestrator

Version:

ZombieNet aim to be a testing framework for substrate based blockchains, providing a simple cli tool that allow users to spawn and test ephemeral Substrate based networks

11 lines (10 loc) 277 B
export default class BaseError extends Error { causedByMessage: string; cause?: Error | undefined; constructor(...args: any); fullStack(): string | undefined; _parseArguments(args: any): { cause: Error | undefined; message: string; }; }