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.

3 lines (2 loc) 174 B
import { Address } from '../web3telegram/types.js'; export declare function resolveDappAddressFromCompass(compassUrl: string, chainId: number): Promise<Address | undefined>;