radix-utils
Version:
Utility functions for Radix DLT blockchain development
8 lines • 357 B
TypeScript
/**
* Calculate estimated unlock date based on epoch information
* @param epochUnlocked - The epoch when the stake will be unlocked
* @param currentEpoch - The current epoch
* @returns Formatted date string
*/
export declare const calculateEstimatedUnlockDate: (epochUnlocked: number, currentEpoch: number) => string;
//# sourceMappingURL=date.d.ts.map