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) 328 B
import { PodSpec } from "./types"; export declare class IntrospectorResource { private readonly namespace; private readonly wsUri; constructor(namespace: string, wsUri: string); generateSpec(): Promise<PodSpec>; private generateContainersPorts; private generateContainers; private generatePodSpec; }