UNPKG

iam-client-lib

Version:

Library for Decentralized Identity and Access Management

5 lines (4 loc) 272 B
export declare function decodeLabelhash(hash: string): string; export declare function isEncodedLabelhash(hash: string): boolean; export declare function namehash(inputName: string): string; export declare function labelhash(unnormalizedLabelOrLabelhash: string): string;