UNPKG

zksync-cli

Version:

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

11 lines (10 loc) 249 B
type TransactionInfoOptions = { chain?: string; rpc?: string; transaction?: string; full?: boolean; raw?: boolean; abi?: string; }; export declare const handler: (options: TransactionInfoOptions) => Promise<void>; export {};