UNPKG

zksync-cli

Version:

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

5 lines (4 loc) 204 B
import type { DefaultTransferOptions } from "../../common/options.js"; type TransferOptions = DefaultTransferOptions; export declare const handler: (options: TransferOptions) => Promise<void>; export {};