[**brk-client**](../README.md) *** [brk-client](../globals.md) / TxOutspend # Interface: TxOutspend Defined in: [Developer/brk/modules/brk-client/index.js:1207](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1207) ## Properties ### spent > **spent**: `boolean` Defined in: [Developer/brk/modules/brk-client/index.js:1208](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1208) Whether the output has been spent *** ### status? > `optional` **status?**: [`TxStatus`](TxStatus.md) \| `null` Defined in: [Developer/brk/modules/brk-client/index.js:1211](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1211) Status of the spending transaction (only present if spent) *** ### txid? > `optional` **txid?**: `string` \| `null` Defined in: [Developer/brk/modules/brk-client/index.js:1209](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1209) Transaction ID of the spending transaction (only present if spent) *** ### vin? > `optional` **vin?**: `number` \| `null` Defined in: [Developer/brk/modules/brk-client/index.js:1210](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1210) Input index in the spending transaction (only present if spent)