UNPKG

@titan-suite/cli

Version:

The complete smart contract development tool

12 lines (11 loc) 377 B
import { Command, flags } from '@oclif/command'; export default class Console extends Command { static description: string; static examples: string[]; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag<void>; network: flags.IOptionFlag<string | undefined>; }; testWeb3(_provider: string): void; run(): Promise<void>; }