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.

10 lines (9 loc) 306 B
export declare class WorkflowError extends Error { isProtocolError: boolean; constructor({ message, errorCause, isProtocolError, }: { message: string; errorCause: Error; isProtocolError?: boolean; }); } export declare function handleIfProtocolError(error: Error): void;