mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 15:19:58 -07:00
30 lines
816 B
Markdown
30 lines
816 B
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / BlockHashTxIndex
|
|
|
|
# Interface: BlockHashTxIndex
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:164](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L164)
|
|
|
|
## Properties
|
|
|
|
### hash
|
|
|
|
> **hash**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:165](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L165)
|
|
|
|
Bitcoin block hash
|
|
|
|
***
|
|
|
|
### index
|
|
|
|
> **index**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:166](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L166)
|
|
|
|
Transaction index within the block (0-based)
|