UNPKG

@iexec/dataprotector

Version:

This product enables users to confidentially store data–such as mail address, documents, personal information ...

9 lines (8 loc) 272 B
export declare function storeKeyPair(publicKey: string, privateKey: CryptoKey): Promise<unknown>; export declare function getSavedKeyPair(): Promise<{ keyPairName: string; keyPair: { publicKey: string; privateKey: CryptoKey; }; } | undefined>;