Files
brk/modules/brk-client/docs/interfaces/TxOutspend.md
2026-04-15 19:48:50 +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:1106](https://github.com/bitcoinresearchkit/brk/blob/75a97b4da99e60fce9ac789d118004f9b3db3ee5/modules/brk-client/index.js#L1106)
## Properties
### spent
> **spent**: `boolean`
Defined in: [Developer/brk/modules/brk-client/index.js:1107](https://github.com/bitcoinresearchkit/brk/blob/75a97b4da99e60fce9ac789d118004f9b3db3ee5/modules/brk-client/index.js#L1107)
Whether the output has been spent
***
### status?
> `optional` **status?**: [`TxStatus`](TxStatus.md) \| `null`
Defined in: [Developer/brk/modules/brk-client/index.js:1110](https://github.com/bitcoinresearchkit/brk/blob/75a97b4da99e60fce9ac789d118004f9b3db3ee5/modules/brk-client/index.js#L1110)
Status of the spending transaction (only present if spent)
***
### txid?
> `optional` **txid?**: `string` \| `null`
Defined in: [Developer/brk/modules/brk-client/index.js:1108](https://github.com/bitcoinresearchkit/brk/blob/75a97b4da99e60fce9ac789d118004f9b3db3ee5/modules/brk-client/index.js#L1108)
Transaction ID of the spending transaction (only present if spent)
***
### vin?
> `optional` **vin?**: `number` \| `null`
Defined in: [Developer/brk/modules/brk-client/index.js:1109](https://github.com/bitcoinresearchkit/brk/blob/75a97b4da99e60fce9ac789d118004f9b3db3ee5/modules/brk-client/index.js#L1109)
Input index in the spending transaction (only present if spent)