Files
brk/modules/brk-client/docs/interfaces/TxOutspend.md
2026-04-05 22:48:10 +02:00

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:1067](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L1067)
## Properties
### spent
> **spent**: `boolean`
Defined in: [Developer/brk/modules/brk-client/index.js:1068](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L1068)
Whether the output has been spent
***
### status?
> `optional` **status?**: [`TxStatus`](TxStatus.md) \| `null`
Defined in: [Developer/brk/modules/brk-client/index.js:1071](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L1071)
Status of the spending transaction (only present if spent)
***
### txid?
> `optional` **txid?**: `string` \| `null`
Defined in: [Developer/brk/modules/brk-client/index.js:1069](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L1069)
Transaction ID of the spending transaction (only present if spent)
***
### vin?
> `optional` **vin?**: `number` \| `null`
Defined in: [Developer/brk/modules/brk-client/index.js:1070](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L1070)
Input index in the spending transaction (only present if spent)