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

4 lines (3 loc) 208 B
import { NetworkNode } from "../networkNode"; import { Client } from "../providers/client"; export declare function spawnIntrospector(client: Client, node: NetworkNode, inCI?: boolean): Promise<NetworkNode>;