UNPKG

aladinnetwork-blockstack

Version:

The Aladin Javascript library for authentication, identity, and storage.

17 lines (16 loc) 355 B
/** * @ignore */ export declare function makeDIDFromAddress(address: string): string; /** * @ignore */ export declare function makeDIDFromPublicKey(publicKey: string): string; /** * @ignore */ export declare function getDIDType(decentralizedID: string): string; /** * @ignore */ export declare function getAddressFromDID(decentralizedID: string): string;