mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-26 07:39:59 -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:198](https://github.com/bitcoinresearchkit/brk/blob/1ddb3385e298de5498f1b3bf48bb88ed008d8e17/modules/brk-client/index.js#L198)
|
|
|
|
## Properties
|
|
|
|
### hash
|
|
|
|
> **hash**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:199](https://github.com/bitcoinresearchkit/brk/blob/1ddb3385e298de5498f1b3bf48bb88ed008d8e17/modules/brk-client/index.js#L199)
|
|
|
|
Bitcoin block hash
|
|
|
|
***
|
|
|
|
### index
|
|
|
|
> **index**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:200](https://github.com/bitcoinresearchkit/brk/blob/1ddb3385e298de5498f1b3bf48bb88ed008d8e17/modules/brk-client/index.js#L200)
|
|
|
|
Transaction index within the block (0-based)
|