beeline-cli
Version:
A terminal wallet for the Hive blockchain - type, sign, rule the chain
15 lines • 703 B
TypeScript
import { Command } from '@oclif/core';
export default class PowerDownStatus extends Command {
static description: string;
static examples: string[];
static flags: {
node: import("@oclif/core/lib/interfaces/parser.js").OptionFlag<string, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
format: import("@oclif/core/lib/interfaces/parser.js").OptionFlag<string, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
};
static args: {
account: import("@oclif/core/lib/interfaces/parser.js").Arg<string, Record<string, unknown>>;
};
run(): Promise<void>;
private formatTimeUntil;
}
//# sourceMappingURL=powerdown-status.d.ts.map