UNPKG

blockstack

Version:

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

5 lines (4 loc) 287 B
export declare function makeDIDFromAddress(address: string): string; export declare function makeDIDFromPublicKey(publicKey: string): string; export declare function getDIDType(decentralizedID: string): string; export declare function getAddressFromDID(decentralizedID: string): string;