UNPKG

aladinnetwork-blockstack

Version:

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

14 lines (13 loc) 470 B
import 'cross-fetch/polyfill'; /** * @ignore */ export declare class Service { static validateProof(proof: any, ownerAddress: string, name?: string): Promise<any>; static getBaseUrls(): string[]; static getProofIdentity(searchText: string): string; static getProofStatement(searchText: string): string; static shouldValidateIdentityInBody(): boolean; static prefixScheme(proofUrl: string): string; static getProofUrl(proof: any): string; }