@web3auth/ws-embed
Version:
Embed script
5 lines (4 loc) • 416 B
TypeScript
export declare const handleEvent: (handle: EventTarget, eventName: string, handler: (...args: unknown[]) => void, ...handlerArgs: unknown[]) => void;
export declare const htmlToElement: <T extends Element>(html: string) => T;
export declare const isEvmAddress: (value: string | null | undefined) => value is `0x${string}`;
export declare const isSolanaAddress: (value: string | null | undefined) => value is string;