UNPKG

aladinnetwork-blockstack

Version:

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

11 lines (10 loc) 258 B
/** * * @ignore */ export declare function containsValidProofStatement(searchText: string, name?: string | null): boolean; /** * * @ignore */ export declare function containsValidAddressProofStatement(proofStatement: string, address: string): boolean;