[**brk-client**](../README.md) *** [brk-client](../globals.md) / AddrStats # Interface: AddrStats Defined in: [Developer/brk/modules/brk-client/index.js:67](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L67) ## Properties ### address > **address**: `string` Defined in: [Developer/brk/modules/brk-client/index.js:68](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L68) Bitcoin address string *** ### addrType > **addrType**: [`OutputType`](../type-aliases/OutputType.md) Defined in: [Developer/brk/modules/brk-client/index.js:69](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L69) Address type (p2pkh, p2sh, v0_p2wpkh, v0_p2wsh, v1_p2tr, etc.) *** ### balance > **balance**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:72](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L72) Total current balance in satoshis, including pending (unconfirmed) mempool changes *** ### chainStats > **chainStats**: [`AddrChainStats`](AddrChainStats.md) Defined in: [Developer/brk/modules/brk-client/index.js:70](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L70) Statistics for confirmed transactions on the blockchain *** ### mempoolStats > **mempoolStats**: [`AddrMempoolStats`](AddrMempoolStats.md) Defined in: [Developer/brk/modules/brk-client/index.js:71](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L71) Statistics for unconfirmed transactions in the mempool