UNPKG

web3x

Version:

Typescript port of web3.js

3 lines (2 loc) 184 B
/// <reference types="node" /> export declare function scrypt(password: any, salt: any, N: any, r: any, p: any, dkLen: any, callback?: (progress: number) => boolean): Promise<Buffer>;