@iexec/web3mail
Version:
This product enables users to confidentially store data–such as mail address, documents, personal information ...
5 lines (4 loc) • 339 B
TypeScript
import { GraphQLClient } from 'graphql-request';
import { Contact } from '../index.js';
export declare const getValidContact: (graphQLClient: GraphQLClient, contacts: Omit<Contact, "name">[]) => Promise<Contact[]>;
export declare const checkProtectedDataValidity: (graphQLClient: GraphQLClient, protectedData: string) => Promise<boolean>;