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

10 lines (9 loc) 291 B
import { Node } from "../sharedTypes"; export type GenesisNodeKey = [string, string, { [key: string]: string; }]; export declare function getNodeKey(node: Node, useStash?: boolean): GenesisNodeKey; declare const _default: { getNodeKey: typeof getNodeKey; }; export default _default;