Files
brk/modules/brk-client/docs/interfaces/TxOutspend.md
2026-01-14 22:20:23 +01: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:710](https://github.com/bitcoinresearchkit/brk/blob/8a938c00f6edf1f447532c02f94f3a13fd7da30e/modules/brk-client/index.js#L710)
## Properties
### spent
> **spent**: `boolean`
Defined in: [Developer/brk/modules/brk-client/index.js:711](https://github.com/bitcoinresearchkit/brk/blob/8a938c00f6edf1f447532c02f94f3a13fd7da30e/modules/brk-client/index.js#L711)
Whether the output has been spent
***
### status?
> `optional` **status**: [`TxStatus`](TxStatus.md) \| `null`
Defined in: [Developer/brk/modules/brk-client/index.js:714](https://github.com/bitcoinresearchkit/brk/blob/8a938c00f6edf1f447532c02f94f3a13fd7da30e/modules/brk-client/index.js#L714)
Status of the spending transaction (only present if spent)
***
### txid?
> `optional` **txid**: `string` \| `null`
Defined in: [Developer/brk/modules/brk-client/index.js:712](https://github.com/bitcoinresearchkit/brk/blob/8a938c00f6edf1f447532c02f94f3a13fd7da30e/modules/brk-client/index.js#L712)
Transaction ID of the spending transaction (only present if spent)
***
### vin?
> `optional` **vin**: `number` \| `null`
Defined in: [Developer/brk/modules/brk-client/index.js:713](https://github.com/bitcoinresearchkit/brk/blob/8a938c00f6edf1f447532c02f94f3a13fd7da30e/modules/brk-client/index.js#L713)
Input index in the spending transaction (only present if spent)