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

12 lines (11 loc) 294 B
import BaseError from "./baseError"; import { serialize } from "./serializer"; declare class orchestratorError extends BaseError { } declare const _default: { serialize: typeof serialize; errors: { orchestratorError: typeof orchestratorError; }; }; export default _default;