[**brk-client**](../README.md) *** [brk-client](../globals.md) / HashrateSummary # Interface: HashrateSummary Defined in: [Developer/brk/modules/brk-client/index.js:303](https://github.com/bitcoinresearchkit/brk/blob/dc15cceb1ee5fd90210add64f487f8d2140ef45a/modules/brk-client/index.js#L303) ## Properties ### currentDifficulty > **currentDifficulty**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:307](https://github.com/bitcoinresearchkit/brk/blob/dc15cceb1ee5fd90210add64f487f8d2140ef45a/modules/brk-client/index.js#L307) Current network difficulty. *** ### currentHashrate > **currentHashrate**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:306](https://github.com/bitcoinresearchkit/brk/blob/dc15cceb1ee5fd90210add64f487f8d2140ef45a/modules/brk-client/index.js#L306) Current network hashrate (H/s). *** ### difficulty > **difficulty**: [`DifficultyEntry`](DifficultyEntry.md)[] Defined in: [Developer/brk/modules/brk-client/index.js:305](https://github.com/bitcoinresearchkit/brk/blob/dc15cceb1ee5fd90210add64f487f8d2140ef45a/modules/brk-client/index.js#L305) Historical difficulty adjustments. *** ### hashrates > **hashrates**: [`HashrateEntry`](HashrateEntry.md)[] Defined in: [Developer/brk/modules/brk-client/index.js:304](https://github.com/bitcoinresearchkit/brk/blob/dc15cceb1ee5fd90210add64f487f8d2140ef45a/modules/brk-client/index.js#L304) Historical hashrate data points.