@stacks/auth
Version:
Authentication for Stacks apps.
5 lines (4 loc) • 300 B
TypeScript
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 | undefined;