UNPKG

@lighthouse-web3/sdk

Version:

NPM package and CLI tool to interact with lighthouse protocol

3 lines (2 loc) 176 B
export declare const encryptFile: (fileArrayBuffer: any, password: any) => Promise<Uint8Array>; export declare const decryptFile: (cipher: any, password: any) => Promise<any>;