mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
40 lines
1.1 KiB
Markdown
40 lines
1.1 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / EmptyAddressData
|
|
|
|
# Interface: EmptyAddressData
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:244](https://github.com/bitcoinresearchkit/brk/blob/54827cd0a2357417adb8631eb8f53a78e848b39a/modules/brk-client/index.js#L244)
|
|
|
|
## Properties
|
|
|
|
### fundedTxoCount
|
|
|
|
> **fundedTxoCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:246](https://github.com/bitcoinresearchkit/brk/blob/54827cd0a2357417adb8631eb8f53a78e848b39a/modules/brk-client/index.js#L246)
|
|
|
|
Total funded/spent transaction output count (equal since address is empty)
|
|
|
|
***
|
|
|
|
### transfered
|
|
|
|
> **transfered**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:247](https://github.com/bitcoinresearchkit/brk/blob/54827cd0a2357417adb8631eb8f53a78e848b39a/modules/brk-client/index.js#L247)
|
|
|
|
Total satoshis transferred
|
|
|
|
***
|
|
|
|
### txCount
|
|
|
|
> **txCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:245](https://github.com/bitcoinresearchkit/brk/blob/54827cd0a2357417adb8631eb8f53a78e848b39a/modules/brk-client/index.js#L245)
|
|
|
|
Total transaction count
|