UNPKG

zksync-cli

Version:

CLI tool that simplifies the process of developing applications and interacting with the ZKsync network

8 lines (7 loc) 274 B
import type { L2Chain } from "../data/chains.js"; export declare const promptChain: <T extends Record<string, unknown> | undefined>(prompt: { message: string; name: string; }, chains?: { filter?: (chain: L2Chain) => boolean; }, options?: T) => Promise<L2Chain>;