zeus-time
Version:
A next-gen, deterministic timekeeping standard. UNIX is dead. ZEUS lives.
8 lines (7 loc) • 324 B
TypeScript
/**
* Validates whether a given timestamp matches a known ZEUS hash.
* @param timestamp The timestamp to verify.
* @param expectedHash The expected ZEUS hash.
* @returns Boolean indicating if the hash matches.
*/
export declare function validateZeusTimestamp(timestamp: string, expectedHash: string): Promise<boolean>;