5 lines
215 B
TypeScript
Raw Permalink Normal View History

2025-04-19 15:38:48 +08:00
import { Arrayish } from './bytes';
export declare function namehash(name: string): string;
export declare function id(text: string): string;
export declare function hashMessage(message: Arrayish | string): string;