UNPKG

burst-whale-watch

Version:

An account watcher for Burstcoin

14 lines (13 loc) 377 B
import { View } from "./view"; import { Config } from "../config"; export declare class AccountListView implements View { private config; private readonly box; private accountViews; private numberOfAccounts; constructor(config: Config); readonly element: any; private mapAccountViewData; private renderNavArrows; update(state: any): void; }