UNPKG

@etherna/sdk-js

Version:

Etherna SDKs for operations on the network

3 lines 190 B
export declare function encryptData(data: string, password: string): string; export declare function decryptData(data: string, password: string): string; //# sourceMappingURL=crypto.d.ts.map