UNPKG

@bombearn/sdk

Version:

Interaction framework for the yearn protocol

9 lines (8 loc) 429 B
import { Milliseconds, Seconds, Weeks } from "../types"; export declare const DAY: Seconds; export declare const WEEK: Seconds; export declare const YEAR: Seconds; export declare function toMilliseconds(time: Seconds): Milliseconds; export declare function toSeconds(time: Milliseconds): Seconds; export declare function getTimeFromNow(weeks: Weeks): Seconds; export declare function roundToWeek(time: Seconds): Seconds;