UNPKG

355 BTypeScriptView Raw
1/**
2* @ignore
3*/
4export declare function makeDIDFromAddress(address: string): string;
5/**
6* @ignore
7*/
8export declare function makeDIDFromPublicKey(publicKey: string): string;
9/**
10* @ignore
11*/
12export declare function getDIDType(decentralizedID: string): string;
13/**
14* @ignore
15*/
16export declare function getAddressFromDID(decentralizedID: string): string;