UNPKG

beeline-cli

Version:

A terminal wallet for the Hive blockchain - type, sign, rule the chain

20 lines 836 B
import { Command } from '@oclif/core'; export default class Accounts extends Command { static description: string; static examples: string[]; static flags: { format: import("@oclif/core/lib/interfaces/parser.js").OptionFlag<string, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>; force: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag<boolean>; }; static args: { action: import("@oclif/core/lib/interfaces/parser.js").Arg<string, Record<string, unknown>>; account: import("@oclif/core/lib/interfaces/parser.js").Arg<string, Record<string, unknown>>; }; run(): Promise<void>; private listAccounts; private switchAccount; private showAccountInfo; private removeAccount; private getRoleColor; } //# sourceMappingURL=accounts.d.ts.map