beeline-cli
Version:
A terminal wallet for the Hive blockchain - type, sign, rule the chain
24 lines • 1.09 kB
TypeScript
import { Command } from '@oclif/core';
export default class RC 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>;
watch: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag<boolean>;
threshold: import("@oclif/core/lib/interfaces/parser.js").OptionFlag<number, 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 checkRC;
private watchRC;
private getRCStatus;
private getRCStatusColor;
private createProgressBar;
private getRCAdvice;
private formatNumber;
private getTransactionEstimates;
}
//# sourceMappingURL=rc.d.ts.map