UNPKG

blockstack

Version:

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

16 lines (15 loc) 334 B
export declare function getPersonFromLegacyFormat(profile: any): { ['@type']: string; account?: any[]; name?: string; description?: string; address?: { ['@type']: string; addressLocality: string; }; image?: any[]; website?: { ['@type']: string; url: string; }[]; };