beeline-cli
Version:
A terminal wallet for the Hive blockchain - type, sign, rule the chain
11 lines • 355 B
TypeScript
import { Command } from '@oclif/core';
export default class PluginProxy extends Command {
static description: string;
static hidden: boolean;
static flags: {
help: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag<void>;
};
static strict: boolean;
run(): Promise<void>;
}
//# sourceMappingURL=plugin-proxy.d.ts.map