mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-30 09:30:00 -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:1092](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L1092)
|
|
|
|
## Properties
|
|
|
|
### spent
|
|
|
|
> **spent**: `boolean`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1093](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L1093)
|
|
|
|
Whether the output has been spent
|
|
|
|
***
|
|
|
|
### status?
|
|
|
|
> `optional` **status?**: [`TxStatus`](TxStatus.md) \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1096](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L1096)
|
|
|
|
Status of the spending transaction (only present if spent)
|
|
|
|
***
|
|
|
|
### txid?
|
|
|
|
> `optional` **txid?**: `string` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1094](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L1094)
|
|
|
|
Transaction ID of the spending transaction (only present if spent)
|
|
|
|
***
|
|
|
|
### vin?
|
|
|
|
> `optional` **vin?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1095](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L1095)
|
|
|
|
Input index in the spending transaction (only present if spent)
|