UNPKG

@chatereum/react-e2ee

Version:

A End-to-end encryption library for React and browser based JavaScript frameworks

6 lines (5 loc) 132 B
export interface IKeyset { public_key: string; private_key: string; } export type TGetKeysHandler = () => Promise<IKeyset>;