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) 231 B
import { ApiPromise } from "@polkadot/api"; export declare function paraGetBlockHeight(api: ApiPromise, paraId: number): Promise<number>; export declare function paraIsRegistered(api: ApiPromise, paraId: number): Promise<boolean>;