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.

12 lines (11 loc) 1.06 kB
import { IExec } from 'iexec'; export declare const isValidProvider: (iexec: IExec) => Promise<void>; export declare const throwIfMissing: () => never; export declare const isEnsTest: (value: string) => boolean; export declare const addressOrEnsSchema: () => import("yup").StringSchema<string, import("yup").AnyObject, undefined, "">; export declare const addressSchema: () => import("yup").StringSchema<string, import("yup").AnyObject, undefined, "">; export declare const telegramContentSchema: () => import("yup").StringSchema<string, import("yup").AnyObject, undefined, "">; export declare const senderNameSchema: () => import("yup").StringSchema<string, import("yup").AnyObject, undefined, "">; export declare const labelSchema: () => import("yup").StringSchema<string, import("yup").AnyObject, undefined, "">; export declare const positiveNumberSchema: () => import("yup").NumberSchema<number, import("yup").AnyObject, undefined, "">; export declare const booleanSchema: () => import("yup").BooleanSchema<boolean, import("yup").AnyObject, undefined, "">;