burst-whale-watch
Version:
An account watcher for Burstcoin
12 lines (11 loc) • 345 B
TypeScript
import { Collector } from './collector';
import { Store } from '../../typings/stappo/store';
export declare class CmcCollector extends Collector {
private http;
private subscription;
constructor(store: Store);
private subscribeTicker;
private unsubscribeTicker;
protected onStart(): void;
protected onStop(): void;
}