UNPKG

@lighthouse-web3/sdk

Version:

NPM package and CLI tool to interact with lighthouse protocol

4 lines (3 loc) 199 B
declare const encryptFile: (fileArrayBuffer: any, password: any) => Promise<Uint8Array>; declare const decryptFile: (cipher: any, password: any) => Promise<any>; export { encryptFile, decryptFile };