UNPKG

pawtils

Version:

This repository contains several utils to work with the cryptocurrency [Paw](https://paw.digital/) inside the browser.

7 lines 309 B
/** * Calculates work on the CPU for the provided hash * @param hash - The hash to calculate work for * @param difficulty - The difficulty of the work to calculate */ export declare function getWorkCPU(hash: Uint8Array, difficulty: number): Promise<Uint8Array>; //# sourceMappingURL=pow-cpu.d.ts.map