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:799](https://github.com/bitcoinresearchkit/brk/blob/c4c0004c4a75c182b98b9e69b3c38d3fa6f96f0e/modules/brk-client/index.js#L799)
|
|
|
|
## Properties
|
|
|
|
### utxoCount
|
|
|
|
> **utxoCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:800](https://github.com/bitcoinresearchkit/brk/blob/c4c0004c4a75c182b98b9e69b3c38d3fa6f96f0e/modules/brk-client/index.js#L800)
|
|
|
|
Number of unspent transaction outputs
|
|
|
|
***
|
|
|
|
### value
|
|
|
|
> **value**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:801](https://github.com/bitcoinresearchkit/brk/blob/c4c0004c4a75c182b98b9e69b3c38d3fa6f96f0e/modules/brk-client/index.js#L801)
|
|
|
|
Total value in satoshis
|