UNPKG

flashbots-cli

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