aladinnetwork-blockstack
Version:
The Aladin Javascript library for authentication, identity, and storage.
17 lines (16 loc) • 362 B
TypeScript
import { Profile } from '../profile';
/**
* @ignore
*/
export declare class CreativeWork extends Profile {
constructor(profile?: {});
/**
*
* @ignore
*/
static validateSchema(profile: any, strict?: boolean): any;
/**
* @ignore
*/
static fromToken(token: string, publicKeyOrAddress?: string | null): CreativeWork;
}