[**brk-client**](../README.md) *** [brk-client](../globals.md) / HashrateSummary # Interface: HashrateSummary Defined in: [Developer/brk/modules/brk-client/index.js:532](https://github.com/bitcoinresearchkit/brk/blob/c76b149ef9f4e0092fec3c6aef562bc4dddd8122/modules/brk-client/index.js#L532) ## Properties ### currentDifficulty > **currentDifficulty**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:536](https://github.com/bitcoinresearchkit/brk/blob/c76b149ef9f4e0092fec3c6aef562bc4dddd8122/modules/brk-client/index.js#L536) Current network difficulty *** ### currentHashrate > **currentHashrate**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:535](https://github.com/bitcoinresearchkit/brk/blob/c76b149ef9f4e0092fec3c6aef562bc4dddd8122/modules/brk-client/index.js#L535) Current network hashrate (H/s) *** ### difficulty > **difficulty**: [`DifficultyEntry`](DifficultyEntry.md)[] Defined in: [Developer/brk/modules/brk-client/index.js:534](https://github.com/bitcoinresearchkit/brk/blob/c76b149ef9f4e0092fec3c6aef562bc4dddd8122/modules/brk-client/index.js#L534) Historical difficulty adjustments *** ### hashrates > **hashrates**: [`HashrateEntry`](HashrateEntry.md)[] Defined in: [Developer/brk/modules/brk-client/index.js:533](https://github.com/bitcoinresearchkit/brk/blob/c76b149ef9f4e0092fec3c6aef562bc4dddd8122/modules/brk-client/index.js#L533) Historical hashrate data points