UNPKG

flashbots-cli

Version:
13 lines (12 loc) 322 B
import { Command } from '@oclif/core'; export default class GetUserStats extends Command { static description: string; static examples: string[]; static args: { name: string; description: string; required: boolean; }[]; catch(e: any): Promise<void>; run(): Promise<void>; }