UNPKG

flashbots-cli

Version:
16 lines (15 loc) 446 B
import { Command } from '@oclif/core'; export default class GetConflictingBundle extends Command { static description: string; static examples: string[]; static flags: { 'ignore-gas-pricing': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>; }; static args: { name: string; description: string; required: boolean; }[]; catch(e: any): Promise<void>; run(): Promise<void>; }