@kamino-finance/klend-sdk
Version:
Typescript SDK for interacting with the Kamino Lending (klend) protocol
19 lines • 407 B
TypeScript
/**
* Convert slots to seconds
* @param slots
* @return seconds
*/
export declare function toSeconds(slots: number): number;
/**
* Convert slots to hours
* @param slots
* @return hours
*/
export declare function toHours(slots: number): number;
/**
* Convert slots to days
* @param slots
* @return days
*/
export declare function toDays(slots: number): number;
//# sourceMappingURL=slots.d.ts.map