UNPKG

@iexec/web3telegram

Version:

Enables secure, blockchain-based messaging by encrypting Telegram user IDs for privacy. It lets users message Ethereum account holders without knowing their Telegram details.

5 lines (4 loc) 339 B
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>;