UNPKG

burst-whale-watch

Version:

An account watcher for Burstcoin

10 lines (9 loc) 331 B
export declare class Config { peer: string; accounts: Array<string>; static load(): Promise<Config>; static addAccounts(accounts: Array<string>): Promise<Config>; static removeAccounts(accounts: Array<string>): Promise<Config>; static clearAccounts(): Promise<Config>; static delete(): Promise<void>; }