mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
docs: update generated docs
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
# Interface: TxOutspend
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:785](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L785)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:882](https://github.com/bitcoinresearchkit/brk/blob/c4c0004c4a75c182b98b9e69b3c38d3fa6f96f0e/modules/brk-client/index.js#L882)
|
||||
|
||||
## Properties
|
||||
|
||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:785](https://github.com/b
|
||||
|
||||
> **spent**: `boolean`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:786](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L786)
|
||||
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
|
||||
|
||||
@@ -22,9 +22,9 @@ Whether the output has been spent
|
||||
|
||||
### status?
|
||||
|
||||
> `optional` **status**: [`TxStatus`](TxStatus.md) \| `null`
|
||||
> `optional` **status?**: [`TxStatus`](TxStatus.md) \| `null`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:789](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L789)
|
||||
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)
|
||||
|
||||
@@ -32,9 +32,9 @@ Status of the spending transaction (only present if spent)
|
||||
|
||||
### txid?
|
||||
|
||||
> `optional` **txid**: `string` \| `null`
|
||||
> `optional` **txid?**: `string` \| `null`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:787](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L787)
|
||||
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)
|
||||
|
||||
@@ -42,8 +42,8 @@ Transaction ID of the spending transaction (only present if spent)
|
||||
|
||||
### vin?
|
||||
|
||||
> `optional` **vin**: `number` \| `null`
|
||||
> `optional` **vin?**: `number` \| `null`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:788](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L788)
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user