[**brk-client**](../README.md) *** [brk-client](../globals.md) / TxOutspend # Interface: TxOutspend Defined in: [Developer/brk/modules/brk-client/index.js:882](https://github.com/bitcoinresearchkit/brk/blob/c4c0004c4a75c182b98b9e69b3c38d3fa6f96f0e/modules/brk-client/index.js#L882) ## Properties ### spent > **spent**: `boolean` Defined in: [Developer/brk/modules/brk-client/index.js:883](https://github.com/bitcoinresearchkit/brk/blob/c4c0004c4a75c182b98b9e69b3c38d3fa6f96f0e/modules/brk-client/index.js#L883) Whether the output has been spent *** ### status? > `optional` **status?**: [`TxStatus`](TxStatus.md) \| `null` Defined in: [Developer/brk/modules/brk-client/index.js:886](https://github.com/bitcoinresearchkit/brk/blob/c4c0004c4a75c182b98b9e69b3c38d3fa6f96f0e/modules/brk-client/index.js#L886) Status of the spending transaction (only present if spent) *** ### txid? > `optional` **txid?**: `string` \| `null` Defined in: [Developer/brk/modules/brk-client/index.js:884](https://github.com/bitcoinresearchkit/brk/blob/c4c0004c4a75c182b98b9e69b3c38d3fa6f96f0e/modules/brk-client/index.js#L884) Transaction ID of the spending transaction (only present if spent) *** ### vin? > `optional` **vin?**: `number` \| `null` Defined in: [Developer/brk/modules/brk-client/index.js:885](https://github.com/bitcoinresearchkit/brk/blob/c4c0004c4a75c182b98b9e69b3c38d3fa6f96f0e/modules/brk-client/index.js#L885) Input index in the spending transaction (only present if spent)