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

3 lines (2 loc) 212 B
import { NodeMultiAddress } from "./types"; export declare function generateNodeMultiAddress(key: string, args: string[], ip: string, port: number, useWs?: boolean, certhash?: string): Promise<NodeMultiAddress>;