UNPKG

burst-whale-watch

Version:

An account watcher for Burstcoin

13 lines (12 loc) 344 B
import { View } from "./view"; export declare class HeaderView implements View { private readonly box; private readonly leftText; private readonly rightText; constructor(); readonly element: any; update(state: any): void; private static formatChangeText; updateRight(state: any): void; private updateLeft; }