Files
brk/modules/brk-client/docs/interfaces/AddrStats.md
T
2026-07-31 17:44:14 +02:00

1.8 KiB

brk-client


brk-client / AddrStats

Interface: AddrStats

Defined in: Developer/brk/modules/brk-client/index.js:67

Properties

address

address: string

Defined in: Developer/brk/modules/brk-client/index.js:68

Bitcoin address string


addrType

addrType: OutputType

Defined in: Developer/brk/modules/brk-client/index.js:69

Address type (p2pkh, p2sh, v0_p2wpkh, v0_p2wsh, v1_p2tr, etc.)


balance

balance: number

Defined in: Developer/brk/modules/brk-client/index.js:72

Total current balance in satoshis, including pending (unconfirmed) mempool changes


chainStats

chainStats: AddrChainStats

Defined in: Developer/brk/modules/brk-client/index.js:70

Statistics for confirmed transactions on the blockchain


mempoolStats

mempoolStats: AddrMempoolStats

Defined in: Developer/brk/modules/brk-client/index.js:71

Statistics for unconfirmed transactions in the mempool