[**brk-client**](../README.md) *** [brk-client](../globals.md) / HashrateSummary # Interface: HashrateSummary Defined in: [Developer/brk/modules/brk-client/index.js:573](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L573) ## Properties ### currentDifficulty > **currentDifficulty**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:577](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L577) Current network difficulty *** ### currentHashrate > **currentHashrate**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:576](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L576) Current network hashrate (H/s) *** ### difficulty > **difficulty**: [`DifficultyEntry`](DifficultyEntry.md)[] Defined in: [Developer/brk/modules/brk-client/index.js:575](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L575) Historical difficulty adjustments *** ### hashrates > **hashrates**: [`HashrateEntry`](HashrateEntry.md)[] Defined in: [Developer/brk/modules/brk-client/index.js:574](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L574) Historical hashrate data points