UNPKG

287 BTypeScriptView Raw
1export declare function makeDIDFromAddress(address: string): string;
2export declare function makeDIDFromPublicKey(publicKey: string): string;
3export declare function getDIDType(decentralizedID: string): string;
4export declare function getAddressFromDID(decentralizedID: string): string;