mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
30 lines
814 B
Markdown
30 lines
814 B
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / SupplyState
|
|
|
|
# Interface: SupplyState
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:965](https://github.com/bitcoinresearchkit/brk/blob/8bc993ecebee68170d873d232b25f3b1f2d71378/modules/brk-client/index.js#L965)
|
|
|
|
## Properties
|
|
|
|
### utxoCount
|
|
|
|
> **utxoCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:966](https://github.com/bitcoinresearchkit/brk/blob/8bc993ecebee68170d873d232b25f3b1f2d71378/modules/brk-client/index.js#L966)
|
|
|
|
Number of unspent transaction outputs
|
|
|
|
***
|
|
|
|
### value
|
|
|
|
> **value**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:967](https://github.com/bitcoinresearchkit/brk/blob/8bc993ecebee68170d873d232b25f3b1f2d71378/modules/brk-client/index.js#L967)
|
|
|
|
Total value in satoshis
|