mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
50 lines
1.5 KiB
Markdown
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:1032](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L1032)
|
|
|
|
## Properties
|
|
|
|
### spent
|
|
|
|
> **spent**: `boolean`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1033](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L1033)
|
|
|
|
Whether the output has been spent
|
|
|
|
***
|
|
|
|
### status?
|
|
|
|
> `optional` **status?**: [`TxStatus`](TxStatus.md) \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1036](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L1036)
|
|
|
|
Status of the spending transaction (only present if spent)
|
|
|
|
***
|
|
|
|
### txid?
|
|
|
|
> `optional` **txid?**: `string` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1034](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L1034)
|
|
|
|
Transaction ID of the spending transaction (only present if spent)
|
|
|
|
***
|
|
|
|
### vin?
|
|
|
|
> `optional` **vin?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1035](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L1035)
|
|
|
|
Input index in the spending transaction (only present if spent)
|