UNPKG

blockstack

Version:

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

4 lines (3 loc) 269 B
export declare function makeProfileZoneFile(origin: string, tokenFileUrl: string): any; export declare function getTokenFileUrl(zoneFileJson: any): string | null; export declare function resolveZoneFileToProfile(zoneFile: any, publicKeyOrAddress: string): Promise<{}>;