UNPKG

zksync-cli

Version:

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

8 lines (7 loc) 307 B
import { Option } from "commander"; export declare const contractOption: Option; export declare const methodOption: Option; export declare const argumentsOption: Option; export declare const dataOption: Option; export declare const abiOption: Option; export declare const showTransactionInfoOption: Option;