mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-26 23:59:58 -07:00
50 lines
1.5 KiB
Markdown
50 lines
1.5 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / TxOutspend
|
|
|
|
# Interface: TxOutspend
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1099](https://github.com/bitcoinresearchkit/brk/blob/1ddb3385e298de5498f1b3bf48bb88ed008d8e17/modules/brk-client/index.js#L1099)
|
|
|
|
## Properties
|
|
|
|
### spent
|
|
|
|
> **spent**: `boolean`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1100](https://github.com/bitcoinresearchkit/brk/blob/1ddb3385e298de5498f1b3bf48bb88ed008d8e17/modules/brk-client/index.js#L1100)
|
|
|
|
Whether the output has been spent
|
|
|
|
***
|
|
|
|
### status?
|
|
|
|
> `optional` **status?**: [`TxStatus`](TxStatus.md) \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1103](https://github.com/bitcoinresearchkit/brk/blob/1ddb3385e298de5498f1b3bf48bb88ed008d8e17/modules/brk-client/index.js#L1103)
|
|
|
|
Status of the spending transaction (only present if spent)
|
|
|
|
***
|
|
|
|
### txid?
|
|
|
|
> `optional` **txid?**: `string` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1101](https://github.com/bitcoinresearchkit/brk/blob/1ddb3385e298de5498f1b3bf48bb88ed008d8e17/modules/brk-client/index.js#L1101)
|
|
|
|
Transaction ID of the spending transaction (only present if spent)
|
|
|
|
***
|
|
|
|
### vin?
|
|
|
|
> `optional` **vin?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1102](https://github.com/bitcoinresearchkit/brk/blob/1ddb3385e298de5498f1b3bf48bb88ed008d8e17/modules/brk-client/index.js#L1102)
|
|
|
|
Input index in the spending transaction (only present if spent)
|