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) 170 B
import { ApiPromise } from "@polkadot/api"; export declare function findPatternInSystemEventSubscription(api: ApiPromise, re: RegExp, timeout: number): Promise<boolean>;