UNPKG

blockstack

Version:

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

7 lines (6 loc) 274 B
import { Profile } from '../profile'; export declare class CreativeWork extends Profile { constructor(profile?: {}); static validateSchema(profile: any, strict?: boolean): any; static fromToken(token: string, publicKeyOrAddress?: string | null): CreativeWork; }