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,17 +6,27 @@
|
||||
|
||||
# Interface: TxIn
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1009](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L1009)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1022](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1022)
|
||||
|
||||
## Properties
|
||||
|
||||
### innerRedeemscriptAsm?
|
||||
### innerRedeemscriptAsm
|
||||
|
||||
> `optional` **innerRedeemscriptAsm?**: `string` \| `null`
|
||||
> **innerRedeemscriptAsm**: `string`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1017](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L1017)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1031](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1031)
|
||||
|
||||
Inner redeemscript in assembly format (for P2SH-wrapped SegWit)
|
||||
Inner redeemscript in assembly (for P2SH-wrapped SegWit: scriptsig + witness both present)
|
||||
|
||||
***
|
||||
|
||||
### innerWitnessscriptAsm
|
||||
|
||||
> **innerWitnessscriptAsm**: `string`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1032](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1032)
|
||||
|
||||
Inner witnessscript in assembly (for P2WSH: last witness item decoded as script)
|
||||
|
||||
***
|
||||
|
||||
@@ -24,7 +34,7 @@ Inner redeemscript in assembly format (for P2SH-wrapped SegWit)
|
||||
|
||||
> **isCoinbase**: `boolean`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1015](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L1015)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1029](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1029)
|
||||
|
||||
Whether this input is a coinbase (block reward) input
|
||||
|
||||
@@ -34,7 +44,7 @@ Whether this input is a coinbase (block reward) input
|
||||
|
||||
> `optional` **prevout?**: [`TxOut`](TxOut.md) \| `null`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1012](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L1012)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1025](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1025)
|
||||
|
||||
Information about the previous output being spent
|
||||
|
||||
@@ -44,9 +54,9 @@ Information about the previous output being spent
|
||||
|
||||
> **scriptsig**: `string`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1013](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L1013)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1026](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1026)
|
||||
|
||||
Signature script (for non-SegWit inputs)
|
||||
Signature script (hex, for non-SegWit inputs)
|
||||
|
||||
***
|
||||
|
||||
@@ -54,7 +64,7 @@ Signature script (for non-SegWit inputs)
|
||||
|
||||
> **scriptsigAsm**: `string`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1014](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L1014)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1027](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1027)
|
||||
|
||||
Signature script in assembly format
|
||||
|
||||
@@ -64,7 +74,7 @@ Signature script in assembly format
|
||||
|
||||
> **sequence**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1016](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L1016)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1030](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1030)
|
||||
|
||||
Input sequence number
|
||||
|
||||
@@ -74,7 +84,7 @@ Input sequence number
|
||||
|
||||
> **txid**: `string`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1010](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L1010)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1023](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1023)
|
||||
|
||||
Transaction ID of the output being spent
|
||||
|
||||
@@ -84,4 +94,16 @@ Transaction ID of the output being spent
|
||||
|
||||
> **vout**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1011](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L1011)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1024](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1024)
|
||||
|
||||
Output index being spent
|
||||
|
||||
***
|
||||
|
||||
### witness
|
||||
|
||||
> **witness**: `string`[]
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1028](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1028)
|
||||
|
||||
Witness data (hex-encoded stack items, present for SegWit inputs)
|
||||
|
||||
Reference in New Issue
Block a user