UNPKG

aladinnetwork-blockstack

Version:

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

10 lines (9 loc) 293 B
import { Profile } from '../profile'; /** * @ignore */ export declare class Organization extends Profile { constructor(profile?: {}); static validateSchema(profile: any, strict?: boolean): any; static fromToken(token: string, publicKeyOrAddress?: string | null): Organization; }