UNPKG

burst-whale-watch

Version:

An account watcher for Burstcoin

5 lines (4 loc) 99 B
export interface View { readonly element: View; update(state: any, ...props: any): void; }