UNPKG

@makerdao/dai

Version:

Library for interacting with the Dai Stablecoin System.

10 lines (9 loc) 346 B
export default class TimerService extends LocalService { constructor(name?: string); _timers: {}; createTimer(name: any, duration: any, repeating: any, callback: any): void; disposeTimer(name: any): void; disposeAllTimers(): void; listTimers(): string[]; } import { LocalService } from "@makerdao/services-core";