mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
40 lines
1.1 KiB
Markdown
40 lines
1.1 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / EmptyAddrData
|
|
|
|
# Interface: EmptyAddrData
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:341](https://github.com/bitcoinresearchkit/brk/blob/19d4a193ffb7d8bbcaf9d0ccaccf8e90edff9e28/modules/brk-client/index.js#L341)
|
|
|
|
## Properties
|
|
|
|
### fundedTxoCount
|
|
|
|
> **fundedTxoCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:343](https://github.com/bitcoinresearchkit/brk/blob/19d4a193ffb7d8bbcaf9d0ccaccf8e90edff9e28/modules/brk-client/index.js#L343)
|
|
|
|
Total funded/spent transaction output count (equal since address is empty)
|
|
|
|
***
|
|
|
|
### transfered
|
|
|
|
> **transfered**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:344](https://github.com/bitcoinresearchkit/brk/blob/19d4a193ffb7d8bbcaf9d0ccaccf8e90edff9e28/modules/brk-client/index.js#L344)
|
|
|
|
Total satoshis transferred
|
|
|
|
***
|
|
|
|
### txCount
|
|
|
|
> **txCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:342](https://github.com/bitcoinresearchkit/brk/blob/19d4a193ffb7d8bbcaf9d0ccaccf8e90edff9e28/modules/brk-client/index.js#L342)
|
|
|
|
Total transaction count
|