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: Transaction
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:988](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L988)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1001](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1001)
|
||||
|
||||
## Properties
|
||||
|
||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:988](https://github.com/b
|
||||
|
||||
> **fee**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:996](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L996)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1011](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1011)
|
||||
|
||||
Transaction fee in satoshis
|
||||
|
||||
@@ -24,7 +24,9 @@ Transaction fee in satoshis
|
||||
|
||||
> `optional` **index?**: `number` \| `null`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:989](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L989)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1002](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1002)
|
||||
|
||||
Internal transaction index (brk-specific, not in mempool.space)
|
||||
|
||||
***
|
||||
|
||||
@@ -32,7 +34,9 @@ Defined in: [Developer/brk/modules/brk-client/index.js:989](https://github.com/b
|
||||
|
||||
> **locktime**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:992](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L992)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1005](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1005)
|
||||
|
||||
Transaction lock time
|
||||
|
||||
***
|
||||
|
||||
@@ -40,7 +44,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:992](https://github.com/b
|
||||
|
||||
> **sigops**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:995](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L995)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1010](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1010)
|
||||
|
||||
Number of signature operations
|
||||
|
||||
@@ -50,7 +54,7 @@ Number of signature operations
|
||||
|
||||
> **size**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:993](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L993)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1008](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1008)
|
||||
|
||||
Transaction size in bytes
|
||||
|
||||
@@ -60,7 +64,9 @@ Transaction size in bytes
|
||||
|
||||
> **status**: [`TxStatus`](TxStatus.md)
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:999](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L999)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1012](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1012)
|
||||
|
||||
Confirmation status (confirmed, block height/hash/time)
|
||||
|
||||
***
|
||||
|
||||
@@ -68,7 +74,9 @@ Defined in: [Developer/brk/modules/brk-client/index.js:999](https://github.com/b
|
||||
|
||||
> **txid**: `string`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:990](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L990)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1003](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1003)
|
||||
|
||||
Transaction ID
|
||||
|
||||
***
|
||||
|
||||
@@ -76,7 +84,9 @@ Defined in: [Developer/brk/modules/brk-client/index.js:990](https://github.com/b
|
||||
|
||||
> **version**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:991](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L991)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1004](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1004)
|
||||
|
||||
Transaction version
|
||||
|
||||
***
|
||||
|
||||
@@ -84,7 +94,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:991](https://github.com/b
|
||||
|
||||
> **vin**: [`TxIn`](TxIn.md)[]
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:997](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L997)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1006](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1006)
|
||||
|
||||
Transaction inputs
|
||||
|
||||
@@ -94,7 +104,7 @@ Transaction inputs
|
||||
|
||||
> **vout**: [`TxOut`](TxOut.md)[]
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:998](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L998)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1007](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1007)
|
||||
|
||||
Transaction outputs
|
||||
|
||||
@@ -104,6 +114,6 @@ Transaction outputs
|
||||
|
||||
> **weight**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:994](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L994)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:1009](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1009)
|
||||
|
||||
Transaction weight
|
||||
|
||||
Reference in New Issue
Block a user