mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-19 14:24:47 -07:00
docs: update generated docs
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Class: BrkClient
|
# Class: BrkClient
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:7504](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L7504)
|
Defined in: [Developer/brk/modules/brk-client/index.js:7501](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L7501)
|
||||||
|
|
||||||
Main BRK client with series tree and API methods
|
Main BRK client with series tree and API methods
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ Main BRK client with series tree and API methods
|
|||||||
|
|
||||||
> **new BrkClient**(`options`): `BrkClient`
|
> **new BrkClient**(`options`): `BrkClient`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:8684](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L8684)
|
Defined in: [Developer/brk/modules/brk-client/index.js:8681](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L8681)
|
||||||
|
|
||||||
#### Parameters
|
#### Parameters
|
||||||
|
|
||||||
@@ -42,7 +42,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:8684](https://github.com/
|
|||||||
|
|
||||||
> **\_browserCache**: `Cache` \| `null`
|
> **\_browserCache**: `Cache` \| `null`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:1777](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1777)
|
Defined in: [Developer/brk/modules/brk-client/index.js:1774](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1774)
|
||||||
|
|
||||||
#### Inherited from
|
#### Inherited from
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:1777](https://github.com/
|
|||||||
|
|
||||||
> **\_browserCachePromise**: `Promise`\<`Cache` \| `null`\>
|
> **\_browserCachePromise**: `Promise`\<`Cache` \| `null`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:1775](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1775)
|
Defined in: [Developer/brk/modules/brk-client/index.js:1772](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1772)
|
||||||
|
|
||||||
#### Inherited from
|
#### Inherited from
|
||||||
|
|
||||||
@@ -66,7 +66,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:1775](https://github.com/
|
|||||||
|
|
||||||
> **\_memCache**: `Map`\<`string`, [`_MemEntry`](../type-aliases/MemEntry.md)\<`unknown`\>\>
|
> **\_memCache**: `Map`\<`string`, [`_MemEntry`](../type-aliases/MemEntry.md)\<`unknown`\>\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:1784](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1784)
|
Defined in: [Developer/brk/modules/brk-client/index.js:1781](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1781)
|
||||||
|
|
||||||
#### Inherited from
|
#### Inherited from
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:1784](https://github.com/
|
|||||||
|
|
||||||
> **series**: [`SeriesTree`](../interfaces/SeriesTree.md)
|
> **series**: [`SeriesTree`](../interfaces/SeriesTree.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:8687](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L8687)
|
Defined in: [Developer/brk/modules/brk-client/index.js:8684](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L8684)
|
||||||
|
|
||||||
## Methods
|
## Methods
|
||||||
|
|
||||||
@@ -86,7 +86,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:8687](https://github.com/
|
|||||||
|
|
||||||
> **\_fetchSeriesData**\<`T`\>(`path`, `onValue?`): `Promise`\<[`DateSeriesData`](../type-aliases/DateSeriesData.md)\<`T`\>\>
|
> **\_fetchSeriesData**\<`T`\>(`path`, `onValue?`): `Promise`\<[`DateSeriesData`](../type-aliases/DateSeriesData.md)\<`T`\>\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2013](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2013)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2010](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2010)
|
||||||
|
|
||||||
Fetch series data and wrap with helper methods (internal)
|
Fetch series data and wrap with helper methods (internal)
|
||||||
|
|
||||||
@@ -120,7 +120,7 @@ Fetch series data and wrap with helper methods (internal)
|
|||||||
|
|
||||||
> **\_getCached**\<`T`\>(`path`, `parse`, `options?`): `Promise`\<`T`\>
|
> **\_getCached**\<`T`\>(`path`, `parse`, `options?`): `Promise`\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:1848](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1848)
|
Defined in: [Developer/brk/modules/brk-client/index.js:1845](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1845)
|
||||||
|
|
||||||
Make a GET request with layered caching.
|
Make a GET request with layered caching.
|
||||||
|
|
||||||
@@ -175,7 +175,7 @@ Response body reader
|
|||||||
|
|
||||||
> **\_memGet**\<`T`\>(`key`): [`_MemEntry`](../type-aliases/MemEntry.md)\<`T`\> \| `undefined`
|
> **\_memGet**\<`T`\>(`key`): [`_MemEntry`](../type-aliases/MemEntry.md)\<`T`\> \| `undefined`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:1792](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1792)
|
Defined in: [Developer/brk/modules/brk-client/index.js:1789](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1789)
|
||||||
|
|
||||||
#### Type Parameters
|
#### Type Parameters
|
||||||
|
|
||||||
@@ -203,7 +203,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:1792](https://github.com/
|
|||||||
|
|
||||||
> **\_memSet**(`key`, `etag`, `value`): `void`
|
> **\_memSet**(`key`, `etag`, `value`): `void`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:1806](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1806)
|
Defined in: [Developer/brk/modules/brk-client/index.js:1803](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1803)
|
||||||
|
|
||||||
#### Parameters
|
#### Parameters
|
||||||
|
|
||||||
@@ -233,7 +233,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:1806](https://github.com/
|
|||||||
|
|
||||||
> **dateToIndex**(`index`, `d`): `number`
|
> **dateToIndex**(`index`, `d`): `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:8676](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L8676)
|
Defined in: [Developer/brk/modules/brk-client/index.js:8673](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L8673)
|
||||||
|
|
||||||
Convert a Date to an index value for date-based indexes.
|
Convert a Date to an index value for date-based indexes.
|
||||||
|
|
||||||
@@ -261,7 +261,7 @@ The date to convert
|
|||||||
|
|
||||||
> **get**(`path`, `options?`): `Promise`\<`Response`\>
|
> **get**(`path`, `options?`): `Promise`\<`Response`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:1821](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1821)
|
Defined in: [Developer/brk/modules/brk-client/index.js:1818](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1818)
|
||||||
|
|
||||||
#### Parameters
|
#### Parameters
|
||||||
|
|
||||||
@@ -289,7 +289,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:1821](https://github.com/
|
|||||||
|
|
||||||
> **getAddress**(`address`, `options?`): `Promise`\<[`AddrStats`](../interfaces/AddrStats.md)\>
|
> **getAddress**(`address`, `options?`): `Promise`\<[`AddrStats`](../interfaces/AddrStats.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10910](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10910)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10907](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10907)
|
||||||
|
|
||||||
Address information
|
Address information
|
||||||
|
|
||||||
@@ -325,7 +325,7 @@ Endpoint: `GET /api/address/{address}`
|
|||||||
|
|
||||||
> **getAddressConfirmedTxs**(`address`, `options?`): `Promise`\<[`Transaction`](../interfaces/Transaction.md)[]\>
|
> **getAddressConfirmedTxs**(`address`, `options?`): `Promise`\<[`Transaction`](../interfaces/Transaction.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10946](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10946)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10943](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10943)
|
||||||
|
|
||||||
Address confirmed transactions
|
Address confirmed transactions
|
||||||
|
|
||||||
@@ -361,7 +361,7 @@ Endpoint: `GET /api/address/{address}/txs/chain`
|
|||||||
|
|
||||||
> **getAddressConfirmedTxsAfter**(`address`, `after_txid`, `options?`): `Promise`\<[`Transaction`](../interfaces/Transaction.md)[]\>
|
> **getAddressConfirmedTxsAfter**(`address`, `after_txid`, `options?`): `Promise`\<[`Transaction`](../interfaces/Transaction.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10965](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10965)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10962](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10962)
|
||||||
|
|
||||||
Address confirmed transactions (paginated)
|
Address confirmed transactions (paginated)
|
||||||
|
|
||||||
@@ -403,7 +403,7 @@ Last txid from the previous page (return transactions strictly older than this)
|
|||||||
|
|
||||||
> **getAddressMempoolTxs**(`address`, `options?`): `Promise`\<[`Transaction`](../interfaces/Transaction.md)[]\>
|
> **getAddressMempoolTxs**(`address`, `options?`): `Promise`\<[`Transaction`](../interfaces/Transaction.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10983](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10983)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10980](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10980)
|
||||||
|
|
||||||
Address mempool transactions
|
Address mempool transactions
|
||||||
|
|
||||||
@@ -439,7 +439,7 @@ Endpoint: `GET /api/address/{address}/txs/mempool`
|
|||||||
|
|
||||||
> **getAddressTxs**(`address`, `options?`): `Promise`\<[`Transaction`](../interfaces/Transaction.md)[]\>
|
> **getAddressTxs**(`address`, `options?`): `Promise`\<[`Transaction`](../interfaces/Transaction.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10928](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10928)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10925](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10925)
|
||||||
|
|
||||||
Address transactions
|
Address transactions
|
||||||
|
|
||||||
@@ -475,7 +475,7 @@ Endpoint: `GET /api/address/{address}/txs`
|
|||||||
|
|
||||||
> **getAddressUtxos**(`address`, `options?`): `Promise`\<[`Utxo`](../interfaces/Utxo.md)[]\>
|
> **getAddressUtxos**(`address`, `options?`): `Promise`\<[`Utxo`](../interfaces/Utxo.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11001](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11001)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10998](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10998)
|
||||||
|
|
||||||
Address UTXOs
|
Address UTXOs
|
||||||
|
|
||||||
@@ -511,7 +511,7 @@ Endpoint: `GET /api/address/{address}/utxo`
|
|||||||
|
|
||||||
> **getApi**(`options?`): `Promise`\<`any`\>
|
> **getApi**(`options?`): `Promise`\<`any`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:12038](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L12038)
|
Defined in: [Developer/brk/modules/brk-client/index.js:12035](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L12035)
|
||||||
|
|
||||||
Compact OpenAPI specification
|
Compact OpenAPI specification
|
||||||
|
|
||||||
@@ -541,7 +541,7 @@ Endpoint: `GET /api.json`
|
|||||||
|
|
||||||
> **getBlock**(`hash`, `options?`): `Promise`\<[`BlockInfo`](../interfaces/BlockInfo.md)\>
|
> **getBlock**(`hash`, `options?`): `Promise`\<[`BlockInfo`](../interfaces/BlockInfo.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11037](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11037)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11034](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11034)
|
||||||
|
|
||||||
Block information
|
Block information
|
||||||
|
|
||||||
@@ -577,7 +577,7 @@ Endpoint: `GET /api/block/{hash}`
|
|||||||
|
|
||||||
> **getBlockByHeight**(`height`, `options?`): `Promise`\<`string`\>
|
> **getBlockByHeight**(`height`, `options?`): `Promise`\<`string`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11091](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11091)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11088](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11088)
|
||||||
|
|
||||||
Block hash by height
|
Block hash by height
|
||||||
|
|
||||||
@@ -613,7 +613,7 @@ Endpoint: `GET /api/block-height/{height}`
|
|||||||
|
|
||||||
> **getBlockByTimestamp**(`timestamp`, `options?`): `Promise`\<[`BlockTimestamp`](../interfaces/BlockTimestamp.md)\>
|
> **getBlockByTimestamp**(`timestamp`, `options?`): `Promise`\<[`BlockTimestamp`](../interfaces/BlockTimestamp.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11109](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11109)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11106](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11106)
|
||||||
|
|
||||||
Block by timestamp
|
Block by timestamp
|
||||||
|
|
||||||
@@ -649,7 +649,7 @@ Endpoint: `GET /api/v1/mining/blocks/timestamp/{timestamp}`
|
|||||||
|
|
||||||
> **getBlockFeeRates**(`time_period`, `options?`): `Promise`\<[`BlockFeeRatesEntry`](../interfaces/BlockFeeRatesEntry.md)[]\>
|
> **getBlockFeeRates**(`time_period`, `options?`): `Promise`\<[`BlockFeeRatesEntry`](../interfaces/BlockFeeRatesEntry.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11600](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11600)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11597](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11597)
|
||||||
|
|
||||||
Block fee rates
|
Block fee rates
|
||||||
|
|
||||||
@@ -685,7 +685,7 @@ Endpoint: `GET /api/v1/mining/blocks/fee-rates/{time_period}`
|
|||||||
|
|
||||||
> **getBlockFees**(`time_period`, `options?`): `Promise`\<[`BlockFeesEntry`](../interfaces/BlockFeesEntry.md)[]\>
|
> **getBlockFees**(`time_period`, `options?`): `Promise`\<[`BlockFeesEntry`](../interfaces/BlockFeesEntry.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11564](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11564)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11561](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11561)
|
||||||
|
|
||||||
Block fees
|
Block fees
|
||||||
|
|
||||||
@@ -721,7 +721,7 @@ Endpoint: `GET /api/v1/mining/blocks/fees/{time_period}`
|
|||||||
|
|
||||||
> **getBlockHeader**(`hash`, `options?`): `Promise`\<`string`\>
|
> **getBlockHeader**(`hash`, `options?`): `Promise`\<`string`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11073](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11073)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11070](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11070)
|
||||||
|
|
||||||
Block header
|
Block header
|
||||||
|
|
||||||
@@ -757,7 +757,7 @@ Endpoint: `GET /api/block/{hash}/header`
|
|||||||
|
|
||||||
> **getBlockRaw**(`hash`, `options?`): `Promise`\<`Uint8Array`\<`ArrayBufferLike`\>\>
|
> **getBlockRaw**(`hash`, `options?`): `Promise`\<`Uint8Array`\<`ArrayBufferLike`\>\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11127](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11127)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11124](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11124)
|
||||||
|
|
||||||
Raw block
|
Raw block
|
||||||
|
|
||||||
@@ -793,7 +793,7 @@ Endpoint: `GET /api/block/{hash}/raw`
|
|||||||
|
|
||||||
> **getBlockRewards**(`time_period`, `options?`): `Promise`\<[`BlockRewardsEntry`](../interfaces/BlockRewardsEntry.md)[]\>
|
> **getBlockRewards**(`time_period`, `options?`): `Promise`\<[`BlockRewardsEntry`](../interfaces/BlockRewardsEntry.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11582](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11582)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11579](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11579)
|
||||||
|
|
||||||
Block rewards
|
Block rewards
|
||||||
|
|
||||||
@@ -829,7 +829,7 @@ Endpoint: `GET /api/v1/mining/blocks/rewards/{time_period}`
|
|||||||
|
|
||||||
> **getBlocks**(`options?`): `Promise`\<[`BlockInfo`](../interfaces/BlockInfo.md)[]\>
|
> **getBlocks**(`options?`): `Promise`\<[`BlockInfo`](../interfaces/BlockInfo.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11267](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11267)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11264](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11264)
|
||||||
|
|
||||||
Recent blocks
|
Recent blocks
|
||||||
|
|
||||||
@@ -861,7 +861,7 @@ Endpoint: `GET /api/blocks`
|
|||||||
|
|
||||||
> **getBlocksFromHeight**(`height`, `options?`): `Promise`\<[`BlockInfo`](../interfaces/BlockInfo.md)[]\>
|
> **getBlocksFromHeight**(`height`, `options?`): `Promise`\<[`BlockInfo`](../interfaces/BlockInfo.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11285](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11285)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11282](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11282)
|
||||||
|
|
||||||
Blocks from height
|
Blocks from height
|
||||||
|
|
||||||
@@ -897,7 +897,7 @@ Endpoint: `GET /api/blocks/{height}`
|
|||||||
|
|
||||||
> **getBlockSizesWeights**(`time_period`, `options?`): `Promise`\<[`BlockSizesWeights`](../interfaces/BlockSizesWeights.md)\>
|
> **getBlockSizesWeights**(`time_period`, `options?`): `Promise`\<[`BlockSizesWeights`](../interfaces/BlockSizesWeights.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11618](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11618)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11615](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11615)
|
||||||
|
|
||||||
Block sizes and weights
|
Block sizes and weights
|
||||||
|
|
||||||
@@ -933,7 +933,7 @@ Endpoint: `GET /api/v1/mining/blocks/sizes-weights/{time_period}`
|
|||||||
|
|
||||||
> **getBlockStatus**(`hash`, `options?`): `Promise`\<[`BlockStatus`](../interfaces/BlockStatus.md)\>
|
> **getBlockStatus**(`hash`, `options?`): `Promise`\<[`BlockStatus`](../interfaces/BlockStatus.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11145](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11145)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11142](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11142)
|
||||||
|
|
||||||
Block status
|
Block status
|
||||||
|
|
||||||
@@ -969,7 +969,7 @@ Endpoint: `GET /api/block/{hash}/status`
|
|||||||
|
|
||||||
> **getBlocksV1**(`options?`): `Promise`\<[`BlockInfoV1`](../interfaces/BlockInfoV1.md)[]\>
|
> **getBlocksV1**(`options?`): `Promise`\<[`BlockInfoV1`](../interfaces/BlockInfoV1.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11301](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11301)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11298](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11298)
|
||||||
|
|
||||||
Recent blocks with extras
|
Recent blocks with extras
|
||||||
|
|
||||||
@@ -1001,7 +1001,7 @@ Endpoint: `GET /api/v1/blocks`
|
|||||||
|
|
||||||
> **getBlocksV1FromHeight**(`height`, `options?`): `Promise`\<[`BlockInfoV1`](../interfaces/BlockInfoV1.md)[]\>
|
> **getBlocksV1FromHeight**(`height`, `options?`): `Promise`\<[`BlockInfoV1`](../interfaces/BlockInfoV1.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11319](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11319)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11316](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11316)
|
||||||
|
|
||||||
Blocks from height with extras
|
Blocks from height with extras
|
||||||
|
|
||||||
@@ -1037,7 +1037,7 @@ Endpoint: `GET /api/v1/blocks/{height}`
|
|||||||
|
|
||||||
> **getBlockTipHash**(`options?`): `Promise`\<`string`\>
|
> **getBlockTipHash**(`options?`): `Promise`\<`string`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11177](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11177)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11174](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11174)
|
||||||
|
|
||||||
Block tip hash
|
Block tip hash
|
||||||
|
|
||||||
@@ -1069,7 +1069,7 @@ Endpoint: `GET /api/blocks/tip/hash`
|
|||||||
|
|
||||||
> **getBlockTipHeight**(`options?`): `Promise`\<`number`\>
|
> **getBlockTipHeight**(`options?`): `Promise`\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11161](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11161)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11158](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11158)
|
||||||
|
|
||||||
Block tip height
|
Block tip height
|
||||||
|
|
||||||
@@ -1101,7 +1101,7 @@ Endpoint: `GET /api/blocks/tip/height`
|
|||||||
|
|
||||||
> **getBlockTxid**(`hash`, `index`, `options?`): `Promise`\<`string`\>
|
> **getBlockTxid**(`hash`, `index`, `options?`): `Promise`\<`string`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11196](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11196)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11193](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11193)
|
||||||
|
|
||||||
Transaction ID at index
|
Transaction ID at index
|
||||||
|
|
||||||
@@ -1145,7 +1145,7 @@ Transaction index within the block (0-based)
|
|||||||
|
|
||||||
> **getBlockTxids**(`hash`, `options?`): `Promise`\<`string`[]\>
|
> **getBlockTxids**(`hash`, `options?`): `Promise`\<`string`[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11214](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11214)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11211](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11211)
|
||||||
|
|
||||||
Block transaction IDs
|
Block transaction IDs
|
||||||
|
|
||||||
@@ -1181,7 +1181,7 @@ Endpoint: `GET /api/block/{hash}/txids`
|
|||||||
|
|
||||||
> **getBlockTxs**(`hash`, `options?`): `Promise`\<[`Transaction`](../interfaces/Transaction.md)[]\>
|
> **getBlockTxs**(`hash`, `options?`): `Promise`\<[`Transaction`](../interfaces/Transaction.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11232](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11232)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11229](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11229)
|
||||||
|
|
||||||
Block transactions
|
Block transactions
|
||||||
|
|
||||||
@@ -1217,7 +1217,7 @@ Endpoint: `GET /api/block/{hash}/txs`
|
|||||||
|
|
||||||
> **getBlockTxsFromIndex**(`hash`, `start_index`, `options?`): `Promise`\<[`Transaction`](../interfaces/Transaction.md)[]\>
|
> **getBlockTxsFromIndex**(`hash`, `start_index`, `options?`): `Promise`\<[`Transaction`](../interfaces/Transaction.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11251](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11251)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11248](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11248)
|
||||||
|
|
||||||
Block transactions (paginated)
|
Block transactions (paginated)
|
||||||
|
|
||||||
@@ -1261,7 +1261,7 @@ Starting transaction index within the block (0-based)
|
|||||||
|
|
||||||
> **getBlockV1**(`hash`, `options?`): `Promise`\<[`BlockInfoV1`](../interfaces/BlockInfoV1.md)\>
|
> **getBlockV1**(`hash`, `options?`): `Promise`\<[`BlockInfoV1`](../interfaces/BlockInfoV1.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11055](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11055)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11052](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11052)
|
||||||
|
|
||||||
Block (v1)
|
Block (v1)
|
||||||
|
|
||||||
@@ -1297,7 +1297,7 @@ Endpoint: `GET /api/v1/block/{hash}`
|
|||||||
|
|
||||||
> **getBytes**(`path`, `options?`): `Promise`\<`Uint8Array`\<`ArrayBufferLike`\>\>
|
> **getBytes**(`path`, `options?`): `Promise`\<`Uint8Array`\<`ArrayBufferLike`\>\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:1941](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1941)
|
Defined in: [Developer/brk/modules/brk-client/index.js:1938](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1938)
|
||||||
|
|
||||||
Make a GET request expecting binary data (application/octet-stream).
|
Make a GET request expecting binary data (application/octet-stream).
|
||||||
Cached and supports `onValue`, same as `getJson`.
|
Cached and supports `onValue`, same as `getJson`.
|
||||||
@@ -1332,7 +1332,7 @@ Cached and supports `onValue`, same as `getJson`.
|
|||||||
|
|
||||||
> **getCpfp**(`txid`, `options?`): `Promise`\<[`CpfpInfo`](../interfaces/CpfpInfo.md)\>
|
> **getCpfp**(`txid`, `options?`): `Promise`\<[`CpfpInfo`](../interfaces/CpfpInfo.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11808](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11808)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11805](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11805)
|
||||||
|
|
||||||
CPFP info
|
CPFP info
|
||||||
|
|
||||||
@@ -1368,7 +1368,7 @@ Endpoint: `GET /api/v1/cpfp/{txid}`
|
|||||||
|
|
||||||
> **getDifficultyAdjustment**(`options?`): `Promise`\<[`DifficultyAdjustment`](../interfaces/DifficultyAdjustment.md)\>
|
> **getDifficultyAdjustment**(`options?`): `Promise`\<[`DifficultyAdjustment`](../interfaces/DifficultyAdjustment.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10855](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10855)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10852](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10852)
|
||||||
|
|
||||||
Difficulty adjustment
|
Difficulty adjustment
|
||||||
|
|
||||||
@@ -1400,7 +1400,7 @@ Endpoint: `GET /api/v1/difficulty-adjustment`
|
|||||||
|
|
||||||
> **getDifficultyAdjustments**(`options?`): `Promise`\<[`DifficultyAdjustmentEntry`](../interfaces/DifficultyAdjustmentEntry.md)[]\>
|
> **getDifficultyAdjustments**(`options?`): `Promise`\<[`DifficultyAdjustmentEntry`](../interfaces/DifficultyAdjustmentEntry.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11510](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11510)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11507](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11507)
|
||||||
|
|
||||||
Difficulty adjustments (all time)
|
Difficulty adjustments (all time)
|
||||||
|
|
||||||
@@ -1432,7 +1432,7 @@ Endpoint: `GET /api/v1/mining/difficulty-adjustments`
|
|||||||
|
|
||||||
> **getDifficultyAdjustmentsByPeriod**(`time_period`, `options?`): `Promise`\<[`DifficultyAdjustmentEntry`](../interfaces/DifficultyAdjustmentEntry.md)[]\>
|
> **getDifficultyAdjustmentsByPeriod**(`time_period`, `options?`): `Promise`\<[`DifficultyAdjustmentEntry`](../interfaces/DifficultyAdjustmentEntry.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11528](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11528)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11525](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11525)
|
||||||
|
|
||||||
Difficulty adjustments
|
Difficulty adjustments
|
||||||
|
|
||||||
@@ -1468,7 +1468,7 @@ Endpoint: `GET /api/v1/mining/difficulty-adjustments/{time_period}`
|
|||||||
|
|
||||||
> **getDiskUsage**(`options?`): `Promise`\<[`DiskUsage`](../interfaces/DiskUsage.md)\>
|
> **getDiskUsage**(`options?`): `Promise`\<[`DiskUsage`](../interfaces/DiskUsage.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10527](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10527)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10524](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10524)
|
||||||
|
|
||||||
Disk usage
|
Disk usage
|
||||||
|
|
||||||
@@ -1498,7 +1498,7 @@ Endpoint: `GET /api/server/disk`
|
|||||||
|
|
||||||
> **getFullrbfReplacements**(`options?`): `Promise`\<[`ReplacementNode`](../interfaces/ReplacementNode.md)[]\>
|
> **getFullrbfReplacements**(`options?`): `Promise`\<[`ReplacementNode`](../interfaces/ReplacementNode.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11760](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11760)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11757](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11757)
|
||||||
|
|
||||||
Recent full-RBF replacements
|
Recent full-RBF replacements
|
||||||
|
|
||||||
@@ -1530,7 +1530,7 @@ Endpoint: `GET /api/v1/fullrbf/replacements`
|
|||||||
|
|
||||||
> **getHashrate**(`options?`): `Promise`\<[`HashrateSummary`](../interfaces/HashrateSummary.md)\>
|
> **getHashrate**(`options?`): `Promise`\<[`HashrateSummary`](../interfaces/HashrateSummary.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11476](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11476)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11473](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11473)
|
||||||
|
|
||||||
Network hashrate (all time)
|
Network hashrate (all time)
|
||||||
|
|
||||||
@@ -1562,7 +1562,7 @@ Endpoint: `GET /api/v1/mining/hashrate`
|
|||||||
|
|
||||||
> **getHashrateByPeriod**(`time_period`, `options?`): `Promise`\<[`HashrateSummary`](../interfaces/HashrateSummary.md)\>
|
> **getHashrateByPeriod**(`time_period`, `options?`): `Promise`\<[`HashrateSummary`](../interfaces/HashrateSummary.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11494](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11494)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11491](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11491)
|
||||||
|
|
||||||
Network hashrate
|
Network hashrate
|
||||||
|
|
||||||
@@ -1598,7 +1598,7 @@ Endpoint: `GET /api/v1/mining/hashrate/{time_period}`
|
|||||||
|
|
||||||
> **getHealth**(`options?`): `Promise`\<[`Health`](../interfaces/Health.md)\>
|
> **getHealth**(`options?`): `Promise`\<[`Health`](../interfaces/Health.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10485](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10485)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10482](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10482)
|
||||||
|
|
||||||
Health check
|
Health check
|
||||||
|
|
||||||
@@ -1628,7 +1628,7 @@ Endpoint: `GET /health`
|
|||||||
|
|
||||||
> **getHistoricalPrice**(`timestamp?`, `options?`): `Promise`\<[`HistoricalPrice`](../interfaces/HistoricalPrice.md)\>
|
> **getHistoricalPrice**(`timestamp?`, `options?`): `Promise`\<[`HistoricalPrice`](../interfaces/HistoricalPrice.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10889](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10889)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10886](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10886)
|
||||||
|
|
||||||
Historical price
|
Historical price
|
||||||
|
|
||||||
@@ -1664,7 +1664,7 @@ Endpoint: `GET /api/v1/historical-price`
|
|||||||
|
|
||||||
> **getIndexes**(`options?`): `Promise`\<[`IndexInfo`](../interfaces/IndexInfo.md)[]\>
|
> **getIndexes**(`options?`): `Promise`\<[`IndexInfo`](../interfaces/IndexInfo.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10569](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10569)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10566](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10566)
|
||||||
|
|
||||||
List available indexes
|
List available indexes
|
||||||
|
|
||||||
@@ -1694,7 +1694,7 @@ Endpoint: `GET /api/series/indexes`
|
|||||||
|
|
||||||
> **getJson**\<`T`\>(`path`, `options?`): `Promise`\<`T`\>
|
> **getJson**\<`T`\>(`path`, `options?`): `Promise`\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:1919](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1919)
|
Defined in: [Developer/brk/modules/brk-client/index.js:1916](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1916)
|
||||||
|
|
||||||
Make a GET request expecting a JSON response. Cached and supports `onValue`.
|
Make a GET request expecting a JSON response. Cached and supports `onValue`.
|
||||||
|
|
||||||
@@ -1734,7 +1734,7 @@ Make a GET request expecting a JSON response. Cached and supports `onValue`.
|
|||||||
|
|
||||||
> **getLivePrice**(`options?`): `Promise`\<`number`\>
|
> **getLivePrice**(`options?`): `Promise`\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11774](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11774)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11771](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11771)
|
||||||
|
|
||||||
Live BTC/USD price
|
Live BTC/USD price
|
||||||
|
|
||||||
@@ -1764,7 +1764,7 @@ Endpoint: `GET /api/mempool/price`
|
|||||||
|
|
||||||
> **getMempool**(`options?`): `Promise`\<[`MempoolInfo`](../interfaces/MempoolInfo.md)\>
|
> **getMempool**(`options?`): `Promise`\<[`MempoolInfo`](../interfaces/MempoolInfo.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11682](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11682)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11679](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11679)
|
||||||
|
|
||||||
Mempool statistics
|
Mempool statistics
|
||||||
|
|
||||||
@@ -1796,7 +1796,7 @@ Endpoint: `GET /api/mempool`
|
|||||||
|
|
||||||
> **getMempoolBlocks**(`options?`): `Promise`\<[`MempoolBlock`](../interfaces/MempoolBlock.md)[]\>
|
> **getMempoolBlocks**(`options?`): `Promise`\<[`MempoolBlock`](../interfaces/MempoolBlock.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11634](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11634)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11631](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11631)
|
||||||
|
|
||||||
Projected mempool blocks
|
Projected mempool blocks
|
||||||
|
|
||||||
@@ -1828,7 +1828,7 @@ Endpoint: `GET /api/v1/fees/mempool-blocks`
|
|||||||
|
|
||||||
> **getMempoolHash**(`options?`): `Promise`\<`number`\>
|
> **getMempoolHash**(`options?`): `Promise`\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11696](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11696)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11693](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11693)
|
||||||
|
|
||||||
Mempool content hash
|
Mempool content hash
|
||||||
|
|
||||||
@@ -1858,7 +1858,7 @@ Endpoint: `GET /api/mempool/hash`
|
|||||||
|
|
||||||
> **getMempoolRecent**(`options?`): `Promise`\<[`MempoolRecentTx`](../interfaces/MempoolRecentTx.md)[]\>
|
> **getMempoolRecent**(`options?`): `Promise`\<[`MempoolRecentTx`](../interfaces/MempoolRecentTx.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11728](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11728)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11725](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11725)
|
||||||
|
|
||||||
Recent mempool transactions
|
Recent mempool transactions
|
||||||
|
|
||||||
@@ -1890,7 +1890,7 @@ Endpoint: `GET /api/mempool/recent`
|
|||||||
|
|
||||||
> **getMempoolTxids**(`options?`): `Promise`\<`string`[]\>
|
> **getMempoolTxids**(`options?`): `Promise`\<`string`[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11712](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11712)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11709](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11709)
|
||||||
|
|
||||||
Mempool transaction IDs
|
Mempool transaction IDs
|
||||||
|
|
||||||
@@ -1922,7 +1922,7 @@ Endpoint: `GET /api/mempool/txids`
|
|||||||
|
|
||||||
> **getOpenapi**(`options?`): `Promise`\<`any`\>
|
> **getOpenapi**(`options?`): `Promise`\<`any`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:12024](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L12024)
|
Defined in: [Developer/brk/modules/brk-client/index.js:12021](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L12021)
|
||||||
|
|
||||||
OpenAPI specification
|
OpenAPI specification
|
||||||
|
|
||||||
@@ -1952,7 +1952,7 @@ Endpoint: `GET /openapi.json`
|
|||||||
|
|
||||||
> **getPool**(`slug`, `options?`): `Promise`\<[`PoolDetail`](../interfaces/PoolDetail.md)\>
|
> **getPool**(`slug`, `options?`): `Promise`\<[`PoolDetail`](../interfaces/PoolDetail.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11371](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11371)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11368](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11368)
|
||||||
|
|
||||||
Mining pool details
|
Mining pool details
|
||||||
|
|
||||||
@@ -1988,7 +1988,7 @@ Endpoint: `GET /api/v1/mining/pool/{slug}`
|
|||||||
|
|
||||||
> **getPoolBlocks**(`slug`, `options?`): `Promise`\<[`BlockInfoV1`](../interfaces/BlockInfoV1.md)[]\>
|
> **getPoolBlocks**(`slug`, `options?`): `Promise`\<[`BlockInfoV1`](../interfaces/BlockInfoV1.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11441](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11441)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11438](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11438)
|
||||||
|
|
||||||
Mining pool blocks
|
Mining pool blocks
|
||||||
|
|
||||||
@@ -2024,7 +2024,7 @@ Endpoint: `GET /api/v1/mining/pool/{slug}/blocks`
|
|||||||
|
|
||||||
> **getPoolBlocksFrom**(`slug`, `height`, `options?`): `Promise`\<[`BlockInfoV1`](../interfaces/BlockInfoV1.md)[]\>
|
> **getPoolBlocksFrom**(`slug`, `height`, `options?`): `Promise`\<[`BlockInfoV1`](../interfaces/BlockInfoV1.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11460](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11460)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11457](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11457)
|
||||||
|
|
||||||
Mining pool blocks from height
|
Mining pool blocks from height
|
||||||
|
|
||||||
@@ -2064,7 +2064,7 @@ Endpoint: `GET /api/v1/mining/pool/{slug}/blocks/{height}`
|
|||||||
|
|
||||||
> **getPoolHashrate**(`slug`, `options?`): `Promise`\<[`PoolHashrateEntry`](../interfaces/PoolHashrateEntry.md)[]\>
|
> **getPoolHashrate**(`slug`, `options?`): `Promise`\<[`PoolHashrateEntry`](../interfaces/PoolHashrateEntry.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11423](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11423)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11420](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11420)
|
||||||
|
|
||||||
Mining pool hashrate
|
Mining pool hashrate
|
||||||
|
|
||||||
@@ -2100,7 +2100,7 @@ Endpoint: `GET /api/v1/mining/pool/{slug}/hashrate`
|
|||||||
|
|
||||||
> **getPools**(`options?`): `Promise`\<[`PoolInfo`](../interfaces/PoolInfo.md)[]\>
|
> **getPools**(`options?`): `Promise`\<[`PoolInfo`](../interfaces/PoolInfo.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11335](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11335)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11332](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11332)
|
||||||
|
|
||||||
List all mining pools
|
List all mining pools
|
||||||
|
|
||||||
@@ -2132,7 +2132,7 @@ Endpoint: `GET /api/v1/mining/pools`
|
|||||||
|
|
||||||
> **getPoolsHashrate**(`options?`): `Promise`\<[`PoolHashrateEntry`](../interfaces/PoolHashrateEntry.md)[]\>
|
> **getPoolsHashrate**(`options?`): `Promise`\<[`PoolHashrateEntry`](../interfaces/PoolHashrateEntry.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11387](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11387)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11384](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11384)
|
||||||
|
|
||||||
All pools hashrate (all time)
|
All pools hashrate (all time)
|
||||||
|
|
||||||
@@ -2164,7 +2164,7 @@ Endpoint: `GET /api/v1/mining/hashrate/pools`
|
|||||||
|
|
||||||
> **getPoolsHashrateByPeriod**(`time_period`, `options?`): `Promise`\<[`PoolHashrateEntry`](../interfaces/PoolHashrateEntry.md)[]\>
|
> **getPoolsHashrateByPeriod**(`time_period`, `options?`): `Promise`\<[`PoolHashrateEntry`](../interfaces/PoolHashrateEntry.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11405](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11405)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11402](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11402)
|
||||||
|
|
||||||
All pools hashrate
|
All pools hashrate
|
||||||
|
|
||||||
@@ -2200,7 +2200,7 @@ Endpoint: `GET /api/v1/mining/hashrate/pools/{time_period}`
|
|||||||
|
|
||||||
> **getPoolStats**(`time_period`, `options?`): `Promise`\<[`PoolsSummary`](../interfaces/PoolsSummary.md)\>
|
> **getPoolStats**(`time_period`, `options?`): `Promise`\<[`PoolsSummary`](../interfaces/PoolsSummary.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11353](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11353)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11350](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11350)
|
||||||
|
|
||||||
Mining pool statistics
|
Mining pool statistics
|
||||||
|
|
||||||
@@ -2236,7 +2236,7 @@ Endpoint: `GET /api/v1/mining/pools/{time_period}`
|
|||||||
|
|
||||||
> **getPreciseFees**(`options?`): `Promise`\<[`RecommendedFees`](../interfaces/RecommendedFees.md)\>
|
> **getPreciseFees**(`options?`): `Promise`\<[`RecommendedFees`](../interfaces/RecommendedFees.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11666](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11666)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11663](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11663)
|
||||||
|
|
||||||
Precise recommended fees
|
Precise recommended fees
|
||||||
|
|
||||||
@@ -2268,7 +2268,7 @@ Endpoint: `GET /api/v1/fees/precise`
|
|||||||
|
|
||||||
> **getPrices**(`options?`): `Promise`\<[`Prices`](../interfaces/Prices.md)\>
|
> **getPrices**(`options?`): `Promise`\<[`Prices`](../interfaces/Prices.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10871](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10871)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10868](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10868)
|
||||||
|
|
||||||
Current BTC price
|
Current BTC price
|
||||||
|
|
||||||
@@ -2300,7 +2300,7 @@ Endpoint: `GET /api/v1/prices`
|
|||||||
|
|
||||||
> **getRecommendedFees**(`options?`): `Promise`\<[`RecommendedFees`](../interfaces/RecommendedFees.md)\>
|
> **getRecommendedFees**(`options?`): `Promise`\<[`RecommendedFees`](../interfaces/RecommendedFees.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11650](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11650)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11647](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11647)
|
||||||
|
|
||||||
Recommended fees
|
Recommended fees
|
||||||
|
|
||||||
@@ -2332,7 +2332,7 @@ Endpoint: `GET /api/v1/fees/recommended`
|
|||||||
|
|
||||||
> **getReplacements**(`options?`): `Promise`\<[`ReplacementNode`](../interfaces/ReplacementNode.md)[]\>
|
> **getReplacements**(`options?`): `Promise`\<[`ReplacementNode`](../interfaces/ReplacementNode.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11744](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11744)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11741](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11741)
|
||||||
|
|
||||||
Recent RBF replacements
|
Recent RBF replacements
|
||||||
|
|
||||||
@@ -2364,7 +2364,7 @@ Endpoint: `GET /api/v1/replacements`
|
|||||||
|
|
||||||
> **getRewardStats**(`block_count`, `options?`): `Promise`\<[`RewardStats`](../interfaces/RewardStats.md)\>
|
> **getRewardStats**(`block_count`, `options?`): `Promise`\<[`RewardStats`](../interfaces/RewardStats.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11546](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11546)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11543](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11543)
|
||||||
|
|
||||||
Mining reward statistics
|
Mining reward statistics
|
||||||
|
|
||||||
@@ -2402,7 +2402,7 @@ Number of recent blocks to include
|
|||||||
|
|
||||||
> **getSeries**(`series`, `index`, `start?`, `end?`, `limit?`, `format?`, `options?`): `Promise`\<`string` \| [`AnySeriesData`](../type-aliases/AnySeriesData.md)\>
|
> **getSeries**(`series`, `index`, `start?`, `end?`, `limit?`, `format?`, `options?`): `Promise`\<`string` \| [`AnySeriesData`](../type-aliases/AnySeriesData.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10648](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10648)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10645](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10645)
|
||||||
|
|
||||||
Get series data
|
Get series data
|
||||||
|
|
||||||
@@ -2468,7 +2468,7 @@ Format of the output
|
|||||||
|
|
||||||
> **getSeriesBulk**(`series`, `index`, `start?`, `end?`, `limit?`, `format?`, `options?`): `Promise`\<`string` \| [`AnySeriesData`](../type-aliases/AnySeriesData.md)[]\>
|
> **getSeriesBulk**(`series`, `index`, `start?`, `end?`, `limit?`, `format?`, `options?`): `Promise`\<`string` \| [`AnySeriesData`](../type-aliases/AnySeriesData.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10755](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10755)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10752](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10752)
|
||||||
|
|
||||||
Bulk series data
|
Bulk series data
|
||||||
|
|
||||||
@@ -2534,7 +2534,7 @@ Format of the output
|
|||||||
|
|
||||||
> **getSeriesCount**(`options?`): `Promise`\<[`SeriesCount`](../interfaces/SeriesCount.md)[]\>
|
> **getSeriesCount**(`options?`): `Promise`\<[`SeriesCount`](../interfaces/SeriesCount.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10555](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10555)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10552](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10552)
|
||||||
|
|
||||||
Series count
|
Series count
|
||||||
|
|
||||||
@@ -2564,7 +2564,7 @@ Endpoint: `GET /api/series/count`
|
|||||||
|
|
||||||
> **getSeriesData**(`series`, `index`, `start?`, `end?`, `limit?`, `format?`, `options?`): `Promise`\<`string` \| `boolean`[]\>
|
> **getSeriesData**(`series`, `index`, `start?`, `end?`, `limit?`, `format?`, `options?`): `Promise`\<`string` \| `boolean`[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10676](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10676)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10673](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10673)
|
||||||
|
|
||||||
Get raw series data
|
Get raw series data
|
||||||
|
|
||||||
@@ -2630,7 +2630,7 @@ Format of the output
|
|||||||
|
|
||||||
> **getSeriesInfo**(`series`, `options?`): `Promise`\<[`SeriesInfo`](../interfaces/SeriesInfo.md)\>
|
> **getSeriesInfo**(`series`, `options?`): `Promise`\<[`SeriesInfo`](../interfaces/SeriesInfo.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10627](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10627)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10624](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10624)
|
||||||
|
|
||||||
Get series info
|
Get series info
|
||||||
|
|
||||||
@@ -2664,7 +2664,7 @@ Endpoint: `GET /api/series/{series}`
|
|||||||
|
|
||||||
> **getSeriesLatest**(`series`, `index`, `options?`): `Promise`\<`any`\>
|
> **getSeriesLatest**(`series`, `index`, `options?`): `Promise`\<`any`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10700](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10700)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10697](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10697)
|
||||||
|
|
||||||
Get latest series value
|
Get latest series value
|
||||||
|
|
||||||
@@ -2706,7 +2706,7 @@ Aggregation index
|
|||||||
|
|
||||||
> **getSeriesLen**(`series`, `index`, `options?`): `Promise`\<`number`\>
|
> **getSeriesLen**(`series`, `index`, `options?`): `Promise`\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10717](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10717)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10714](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10714)
|
||||||
|
|
||||||
Get series data length
|
Get series data length
|
||||||
|
|
||||||
@@ -2748,7 +2748,7 @@ Aggregation index
|
|||||||
|
|
||||||
> **getSeriesTree**(`options?`): `Promise`\<[`TreeNode`](../type-aliases/TreeNode.md)\>
|
> **getSeriesTree**(`options?`): `Promise`\<[`TreeNode`](../type-aliases/TreeNode.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10541](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10541)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10538](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10538)
|
||||||
|
|
||||||
Series catalog
|
Series catalog
|
||||||
|
|
||||||
@@ -2778,7 +2778,7 @@ Endpoint: `GET /api/series`
|
|||||||
|
|
||||||
> **getSeriesVersion**(`series`, `index`, `options?`): `Promise`\<`number`\>
|
> **getSeriesVersion**(`series`, `index`, `options?`): `Promise`\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10734](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10734)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10731](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10731)
|
||||||
|
|
||||||
Get series version
|
Get series version
|
||||||
|
|
||||||
@@ -2820,7 +2820,7 @@ Aggregation index
|
|||||||
|
|
||||||
> **getSyncStatus**(`options?`): `Promise`\<[`SyncStatus`](../interfaces/SyncStatus.md)\>
|
> **getSyncStatus**(`options?`): `Promise`\<[`SyncStatus`](../interfaces/SyncStatus.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10513](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10513)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10510](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10510)
|
||||||
|
|
||||||
Sync status
|
Sync status
|
||||||
|
|
||||||
@@ -2850,7 +2850,7 @@ Endpoint: `GET /api/server/sync`
|
|||||||
|
|
||||||
> **getText**(`path`, `options?`): `Promise`\<`string`\>
|
> **getText**(`path`, `options?`): `Promise`\<`string`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:1930](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1930)
|
Defined in: [Developer/brk/modules/brk-client/index.js:1927](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1927)
|
||||||
|
|
||||||
Make a GET request expecting a text response (text/plain, text/csv, ...).
|
Make a GET request expecting a text response (text/plain, text/csv, ...).
|
||||||
Cached and supports `onValue`, same as `getJson`.
|
Cached and supports `onValue`, same as `getJson`.
|
||||||
@@ -2885,7 +2885,7 @@ Cached and supports `onValue`, same as `getJson`.
|
|||||||
|
|
||||||
> **getTransactionTimes**(`txId`, `options?`): `Promise`\<`number`[]\>
|
> **getTransactionTimes**(`txId`, `options?`): `Promise`\<`number`[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11989](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11989)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11986](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11986)
|
||||||
|
|
||||||
Transaction first-seen times
|
Transaction first-seen times
|
||||||
|
|
||||||
@@ -2923,7 +2923,7 @@ Transaction IDs to look up (max 250 per request).
|
|||||||
|
|
||||||
> **getTx**(`txid`, `options?`): `Promise`\<[`Transaction`](../interfaces/Transaction.md)\>
|
> **getTx**(`txid`, `options?`): `Promise`\<[`Transaction`](../interfaces/Transaction.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11844](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11844)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11841](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11841)
|
||||||
|
|
||||||
Transaction information
|
Transaction information
|
||||||
|
|
||||||
@@ -2959,7 +2959,7 @@ Endpoint: `GET /api/tx/{txid}`
|
|||||||
|
|
||||||
> **getTxByIndex**(`index`, `options?`): `Promise`\<`string`\>
|
> **getTxByIndex**(`index`, `options?`): `Promise`\<`string`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11790](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11790)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11787](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11787)
|
||||||
|
|
||||||
Txid by index
|
Txid by index
|
||||||
|
|
||||||
@@ -2993,7 +2993,7 @@ Endpoint: `GET /api/tx-index/{index}`
|
|||||||
|
|
||||||
> **getTxHex**(`txid`, `options?`): `Promise`\<`string`\>
|
> **getTxHex**(`txid`, `options?`): `Promise`\<`string`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11862](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11862)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11859](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11859)
|
||||||
|
|
||||||
Transaction hex
|
Transaction hex
|
||||||
|
|
||||||
@@ -3029,7 +3029,7 @@ Endpoint: `GET /api/tx/{txid}/hex`
|
|||||||
|
|
||||||
> **getTxMerkleblockProof**(`txid`, `options?`): `Promise`\<`string`\>
|
> **getTxMerkleblockProof**(`txid`, `options?`): `Promise`\<`string`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11880](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11880)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11877](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11877)
|
||||||
|
|
||||||
Transaction merkleblock proof
|
Transaction merkleblock proof
|
||||||
|
|
||||||
@@ -3065,7 +3065,7 @@ Endpoint: `GET /api/tx/{txid}/merkleblock-proof`
|
|||||||
|
|
||||||
> **getTxMerkleProof**(`txid`, `options?`): `Promise`\<[`MerkleProof`](../interfaces/MerkleProof.md)\>
|
> **getTxMerkleProof**(`txid`, `options?`): `Promise`\<[`MerkleProof`](../interfaces/MerkleProof.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11898](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11898)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11895](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11895)
|
||||||
|
|
||||||
Transaction merkle proof
|
Transaction merkle proof
|
||||||
|
|
||||||
@@ -3101,7 +3101,7 @@ Endpoint: `GET /api/tx/{txid}/merkle-proof`
|
|||||||
|
|
||||||
> **getTxOutspend**(`txid`, `vout`, `options?`): `Promise`\<[`TxOutspend`](../interfaces/TxOutspend.md)\>
|
> **getTxOutspend**(`txid`, `vout`, `options?`): `Promise`\<[`TxOutspend`](../interfaces/TxOutspend.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11917](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11917)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11914](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11914)
|
||||||
|
|
||||||
Output spend status
|
Output spend status
|
||||||
|
|
||||||
@@ -3145,7 +3145,7 @@ Output index
|
|||||||
|
|
||||||
> **getTxOutspends**(`txid`, `options?`): `Promise`\<[`TxOutspend`](../interfaces/TxOutspend.md)[]\>
|
> **getTxOutspends**(`txid`, `options?`): `Promise`\<[`TxOutspend`](../interfaces/TxOutspend.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11935](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11935)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11932](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11932)
|
||||||
|
|
||||||
All output spend statuses
|
All output spend statuses
|
||||||
|
|
||||||
@@ -3181,7 +3181,7 @@ Endpoint: `GET /api/tx/{txid}/outspends`
|
|||||||
|
|
||||||
> **getTxRaw**(`txid`, `options?`): `Promise`\<`Uint8Array`\<`ArrayBufferLike`\>\>
|
> **getTxRaw**(`txid`, `options?`): `Promise`\<`Uint8Array`\<`ArrayBufferLike`\>\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11953](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11953)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11950](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11950)
|
||||||
|
|
||||||
Transaction raw
|
Transaction raw
|
||||||
|
|
||||||
@@ -3217,7 +3217,7 @@ Endpoint: `GET /api/tx/{txid}/raw`
|
|||||||
|
|
||||||
> **getTxRbf**(`txid`, `options?`): `Promise`\<[`RbfResponse`](../interfaces/RbfResponse.md)\>
|
> **getTxRbf**(`txid`, `options?`): `Promise`\<[`RbfResponse`](../interfaces/RbfResponse.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11826](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11826)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11823](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11823)
|
||||||
|
|
||||||
RBF replacement history
|
RBF replacement history
|
||||||
|
|
||||||
@@ -3253,7 +3253,7 @@ Endpoint: `GET /api/v1/tx/{txid}/rbf`
|
|||||||
|
|
||||||
> **getTxStatus**(`txid`, `options?`): `Promise`\<[`TxStatus`](../interfaces/TxStatus.md)\>
|
> **getTxStatus**(`txid`, `options?`): `Promise`\<[`TxStatus`](../interfaces/TxStatus.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11971](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11971)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11968](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11968)
|
||||||
|
|
||||||
Transaction status
|
Transaction status
|
||||||
|
|
||||||
@@ -3289,7 +3289,7 @@ Endpoint: `GET /api/tx/{txid}/status`
|
|||||||
|
|
||||||
> **getUrpd**(`cohort`, `agg?`, `options?`): `Promise`\<[`Urpd`](../interfaces/Urpd.md)\>
|
> **getUrpd**(`cohort`, `agg?`, `options?`): `Promise`\<[`Urpd`](../interfaces/Urpd.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10813](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10813)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10810](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10810)
|
||||||
|
|
||||||
Latest URPD
|
Latest URPD
|
||||||
|
|
||||||
@@ -3331,7 +3331,7 @@ Aggregation strategy. Default: raw (no aggregation). Accepts `bucket` as alias.
|
|||||||
|
|
||||||
> **getUrpdAt**(`cohort`, `date`, `agg?`, `options?`): `Promise`\<[`Urpd`](../interfaces/Urpd.md)\>
|
> **getUrpdAt**(`cohort`, `date`, `agg?`, `options?`): `Promise`\<[`Urpd`](../interfaces/Urpd.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10836](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10836)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10833](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10833)
|
||||||
|
|
||||||
URPD at date
|
URPD at date
|
||||||
|
|
||||||
@@ -3377,7 +3377,7 @@ Aggregation strategy. Default: raw (no aggregation). Accepts `bucket` as alias.
|
|||||||
|
|
||||||
> **getVersion**(`options?`): `Promise`\<`string`\>
|
> **getVersion**(`options?`): `Promise`\<`string`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10499](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10499)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10496](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10496)
|
||||||
|
|
||||||
API version
|
API version
|
||||||
|
|
||||||
@@ -3407,7 +3407,7 @@ Endpoint: `GET /version`
|
|||||||
|
|
||||||
> **indexToDate**(`index`, `i`): `Date`
|
> **indexToDate**(`index`, `i`): `Date`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:8666](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L8666)
|
Defined in: [Developer/brk/modules/brk-client/index.js:8663](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L8663)
|
||||||
|
|
||||||
Convert an index value to a Date for date-based indexes.
|
Convert an index value to a Date for date-based indexes.
|
||||||
|
|
||||||
@@ -3435,7 +3435,7 @@ The index value
|
|||||||
|
|
||||||
> **listSeries**(`page?`, `per_page?`, `options?`): `Promise`\<[`PaginatedSeries`](../interfaces/PaginatedSeries.md)\>
|
> **listSeries**(`page?`, `per_page?`, `options?`): `Promise`\<[`PaginatedSeries`](../interfaces/PaginatedSeries.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10586](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10586)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10583](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10583)
|
||||||
|
|
||||||
Series list
|
Series list
|
||||||
|
|
||||||
@@ -3477,7 +3477,7 @@ Results per page (default: 1000, max: 1000)
|
|||||||
|
|
||||||
> **listUrpdCohorts**(`options?`): `Promise`\<[`Cohort`](../type-aliases/Cohort.md)[]\>
|
> **listUrpdCohorts**(`options?`): `Promise`\<[`Cohort`](../type-aliases/Cohort.md)[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10778](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10778)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10775](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10775)
|
||||||
|
|
||||||
Available URPD cohorts
|
Available URPD cohorts
|
||||||
|
|
||||||
@@ -3507,7 +3507,7 @@ Endpoint: `GET /api/urpd`
|
|||||||
|
|
||||||
> **listUrpdDates**(`cohort`, `options?`): `Promise`\<`number`[]\>
|
> **listUrpdDates**(`cohort`, `options?`): `Promise`\<`number`[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10794](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10794)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10791](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10791)
|
||||||
|
|
||||||
Available URPD dates
|
Available URPD dates
|
||||||
|
|
||||||
@@ -3541,7 +3541,7 @@ Endpoint: `GET /api/urpd/{cohort}/dates`
|
|||||||
|
|
||||||
> **post**(`path`, `body`, `options?`): `Promise`\<`Response`\>
|
> **post**(`path`, `body`, `options?`): `Promise`\<`Response`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:1956](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1956)
|
Defined in: [Developer/brk/modules/brk-client/index.js:1953](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1953)
|
||||||
|
|
||||||
Make a POST request with a string body.
|
Make a POST request with a string body.
|
||||||
|
|
||||||
@@ -3578,7 +3578,7 @@ the network with the same body and returns the upstream response.
|
|||||||
|
|
||||||
> **postBytes**(`path`, `body`, `options?`): `Promise`\<`Uint8Array`\<`ArrayBufferLike`\>\>
|
> **postBytes**(`path`, `body`, `options?`): `Promise`\<`Uint8Array`\<`ArrayBufferLike`\>\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2001](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2001)
|
Defined in: [Developer/brk/modules/brk-client/index.js:1998](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1998)
|
||||||
|
|
||||||
Make a POST request expecting binary data (application/octet-stream).
|
Make a POST request expecting binary data (application/octet-stream).
|
||||||
|
|
||||||
@@ -3612,7 +3612,7 @@ Make a POST request expecting binary data (application/octet-stream).
|
|||||||
|
|
||||||
> **postJson**\<`T`\>(`path`, `body`, `options?`): `Promise`\<`T`\>
|
> **postJson**\<`T`\>(`path`, `body`, `options?`): `Promise`\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:1977](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1977)
|
Defined in: [Developer/brk/modules/brk-client/index.js:1974](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1974)
|
||||||
|
|
||||||
Make a POST request expecting a JSON response.
|
Make a POST request expecting a JSON response.
|
||||||
|
|
||||||
@@ -3652,7 +3652,7 @@ Make a POST request expecting a JSON response.
|
|||||||
|
|
||||||
> **postText**(`path`, `body`, `options?`): `Promise`\<`string`\>
|
> **postText**(`path`, `body`, `options?`): `Promise`\<`string`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:1989](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1989)
|
Defined in: [Developer/brk/modules/brk-client/index.js:1986](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1986)
|
||||||
|
|
||||||
Make a POST request expecting a text response.
|
Make a POST request expecting a text response.
|
||||||
|
|
||||||
@@ -3686,7 +3686,7 @@ Make a POST request expecting a text response.
|
|||||||
|
|
||||||
> **postTx**(`body`, `options?`): `Promise`\<`string`\>
|
> **postTx**(`body`, `options?`): `Promise`\<`string`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:12010](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L12010)
|
Defined in: [Developer/brk/modules/brk-client/index.js:12007](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L12007)
|
||||||
|
|
||||||
Broadcast transaction
|
Broadcast transaction
|
||||||
|
|
||||||
@@ -3720,7 +3720,7 @@ Request body
|
|||||||
|
|
||||||
> **searchSeries**(`q`, `limit?`, `options?`): `Promise`\<`string`[]\>
|
> **searchSeries**(`q`, `limit?`, `options?`): `Promise`\<`string`[]\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10607](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10607)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10604](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10604)
|
||||||
|
|
||||||
Search series
|
Search series
|
||||||
|
|
||||||
@@ -3762,7 +3762,7 @@ Maximum number of results
|
|||||||
|
|
||||||
> **seriesEndpoint**(`series`, `index`): [`SeriesEndpoint`](../interfaces/SeriesEndpoint.md)\<`unknown`\>
|
> **seriesEndpoint**(`series`, `index`): [`SeriesEndpoint`](../interfaces/SeriesEndpoint.md)\<`unknown`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:10472](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L10472)
|
Defined in: [Developer/brk/modules/brk-client/index.js:10469](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L10469)
|
||||||
|
|
||||||
Create a dynamic series endpoint builder for any series/index combination.
|
Create a dynamic series endpoint builder for any series/index combination.
|
||||||
|
|
||||||
@@ -3793,7 +3793,7 @@ The index name
|
|||||||
|
|
||||||
> **validateAddress**(`address`, `options?`): `Promise`\<[`AddrValidation`](../interfaces/AddrValidation.md)\>
|
> **validateAddress**(`address`, `options?`): `Promise`\<[`AddrValidation`](../interfaces/AddrValidation.md)\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:11019](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L11019)
|
Defined in: [Developer/brk/modules/brk-client/index.js:11016](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L11016)
|
||||||
|
|
||||||
Validate address
|
Validate address
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Class: BrkError
|
# Class: BrkError
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:1424](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1424)
|
Defined in: [Developer/brk/modules/brk-client/index.js:1421](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1421)
|
||||||
|
|
||||||
Custom error class for BRK client errors
|
Custom error class for BRK client errors
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ Custom error class for BRK client errors
|
|||||||
|
|
||||||
> **new BrkError**(`message`, `status?`): `BrkError`
|
> **new BrkError**(`message`, `status?`): `BrkError`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:1429](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1429)
|
Defined in: [Developer/brk/modules/brk-client/index.js:1426](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1426)
|
||||||
|
|
||||||
#### Parameters
|
#### Parameters
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: \_0sdM0M1M1sdM2M2sdM3sdP0P1P1sdP2P2sdP3sdSdZscorePattern
|
# Interface: \_0sdM0M1M1sdM2M2sdM3sdP0P1P1sdP2P2sdP3sdSdZscorePattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2263](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2263)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2260](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2260)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2263](https://github.com/
|
|||||||
|
|
||||||
> **\_0sd**: [`CentsSatsUsdPattern`](CentsSatsUsdPattern.md)
|
> **\_0sd**: [`CentsSatsUsdPattern`](CentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2264](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2264)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2261](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2261)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2264](https://github.com/
|
|||||||
|
|
||||||
> **m05sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
> **m05sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2265](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2265)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2262](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2262)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2265](https://github.com/
|
|||||||
|
|
||||||
> **m15sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
> **m15sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2266](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2266)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2263](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2263)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2266](https://github.com/
|
|||||||
|
|
||||||
> **m1sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
> **m1sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2267](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2267)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2264](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2264)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2267](https://github.com/
|
|||||||
|
|
||||||
> **m25sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
> **m25sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2268](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2268)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2265](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2265)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2268](https://github.com/
|
|||||||
|
|
||||||
> **m2sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
> **m2sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2269](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2269)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2266](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2266)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2269](https://github.com/
|
|||||||
|
|
||||||
> **m3sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
> **m3sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2270](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2270)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2267](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2267)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2270](https://github.com/
|
|||||||
|
|
||||||
> **p05sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
> **p05sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2271](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2271)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2268](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2268)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2271](https://github.com/
|
|||||||
|
|
||||||
> **p15sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
> **p15sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2272](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2272)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2269](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2269)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -86,7 +86,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2272](https://github.com/
|
|||||||
|
|
||||||
> **p1sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
> **p1sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2273](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2273)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2270](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2270)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -94,7 +94,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2273](https://github.com/
|
|||||||
|
|
||||||
> **p25sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
> **p25sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2274](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2274)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2271](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2271)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -102,7 +102,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2274](https://github.com/
|
|||||||
|
|
||||||
> **p2sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
> **p2sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2275](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2275)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2272](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2272)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -110,7 +110,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2275](https://github.com/
|
|||||||
|
|
||||||
> **p3sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
> **p3sd**: [`PriceRatioPattern`](PriceRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2276](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2276)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2273](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2273)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -118,7 +118,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2276](https://github.com/
|
|||||||
|
|
||||||
> **sd**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **sd**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2277](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2277)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2274](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2274)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -126,4 +126,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2277](https://github.com/
|
|||||||
|
|
||||||
> **zscore**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **zscore**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2278](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2278)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2275](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2275)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: \_10y1m1w1y2y3m3y4y5y6m6y8yPattern2
|
# Interface: \_10y1m1w1y2y3m3y4y5y6m6y8yPattern2
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2323](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2323)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2320](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2320)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2323](https://github.com/
|
|||||||
|
|
||||||
> **\_10y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_10y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2324](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2324)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2321](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2321)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2324](https://github.com/
|
|||||||
|
|
||||||
> **\_1m**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_1m**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2325](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2325)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2322](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2322)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2325](https://github.com/
|
|||||||
|
|
||||||
> **\_1w**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_1w**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2326](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2326)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2323](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2323)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2326](https://github.com/
|
|||||||
|
|
||||||
> **\_1y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_1y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2327](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2327)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2324](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2324)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2327](https://github.com/
|
|||||||
|
|
||||||
> **\_2y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_2y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2328](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2328)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2325](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2325)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2328](https://github.com/
|
|||||||
|
|
||||||
> **\_3m**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_3m**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2329](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2329)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2326](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2326)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2329](https://github.com/
|
|||||||
|
|
||||||
> **\_3y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_3y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2330](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2330)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2327](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2327)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2330](https://github.com/
|
|||||||
|
|
||||||
> **\_4y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_4y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2331](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2331)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2328](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2328)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2331](https://github.com/
|
|||||||
|
|
||||||
> **\_5y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_5y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2332](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2332)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2329](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2329)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -86,7 +86,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2332](https://github.com/
|
|||||||
|
|
||||||
> **\_6m**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_6m**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2333](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2333)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2330](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2330)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -94,7 +94,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2333](https://github.com/
|
|||||||
|
|
||||||
> **\_6y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_6y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2334](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2334)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2331](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2331)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -102,4 +102,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2334](https://github.com/
|
|||||||
|
|
||||||
> **\_8y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_8y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2335](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2335)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2332](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2332)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: \_10y1m1w1y2y3m3y4y5y6m6y8yPattern3
|
# Interface: \_10y1m1w1y2y3m3y4y5y6m6y8yPattern3
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2362](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2362)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2359](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2359)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2362](https://github.com/
|
|||||||
|
|
||||||
> **\_10y**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **\_10y**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2363](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2363)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2360](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2360)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2363](https://github.com/
|
|||||||
|
|
||||||
> **\_1m**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **\_1m**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2364](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2364)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2361](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2361)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2364](https://github.com/
|
|||||||
|
|
||||||
> **\_1w**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **\_1w**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2365](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2365)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2362](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2362)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2365](https://github.com/
|
|||||||
|
|
||||||
> **\_1y**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **\_1y**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2366](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2366)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2363](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2363)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2366](https://github.com/
|
|||||||
|
|
||||||
> **\_2y**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **\_2y**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2367](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2367)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2364](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2364)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2367](https://github.com/
|
|||||||
|
|
||||||
> **\_3m**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **\_3m**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2368](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2368)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2365](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2365)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2368](https://github.com/
|
|||||||
|
|
||||||
> **\_3y**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **\_3y**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2369](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2369)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2366](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2366)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2369](https://github.com/
|
|||||||
|
|
||||||
> **\_4y**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **\_4y**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2370](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2370)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2367](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2367)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2370](https://github.com/
|
|||||||
|
|
||||||
> **\_5y**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **\_5y**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2371](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2371)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2368](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2368)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -86,7 +86,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2371](https://github.com/
|
|||||||
|
|
||||||
> **\_6m**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **\_6m**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2372](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2372)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2369](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2369)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -94,7 +94,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2372](https://github.com/
|
|||||||
|
|
||||||
> **\_6y**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **\_6y**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2373](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2373)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2370](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2370)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -102,4 +102,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2373](https://github.com/
|
|||||||
|
|
||||||
> **\_8y**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **\_8y**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2374](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2374)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2371](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2371)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: \_10y2y3y4y5y6y8yPattern
|
# Interface: \_10y2y3y4y5y6y8yPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2875](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2875)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2872](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2872)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2875](https://github.com/
|
|||||||
|
|
||||||
> **\_10y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_10y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2876](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2876)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2873](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2873)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2876](https://github.com/
|
|||||||
|
|
||||||
> **\_2y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_2y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2877](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2877)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2874](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2874)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2877](https://github.com/
|
|||||||
|
|
||||||
> **\_3y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_3y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2878](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2878)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2875](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2875)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2878](https://github.com/
|
|||||||
|
|
||||||
> **\_4y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_4y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2879](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2879)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2876](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2876)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2879](https://github.com/
|
|||||||
|
|
||||||
> **\_5y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_5y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2880](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2880)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2877](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2877)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2880](https://github.com/
|
|||||||
|
|
||||||
> **\_6y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_6y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2881](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2881)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2878](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2878)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -62,4 +62,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2881](https://github.com/
|
|||||||
|
|
||||||
> **\_8y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_8y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2882](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2882)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2879](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2879)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: \_1m1w1y24hBlockPattern
|
# Interface: \_1m1w1y24hBlockPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3276](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3276)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3273](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3273)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3276](https://github.com/
|
|||||||
|
|
||||||
> **\_1m**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **\_1m**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3277](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3277)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3274](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3274)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3277](https://github.com/
|
|||||||
|
|
||||||
> **\_1w**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **\_1w**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3278](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3278)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3275](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3275)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3278](https://github.com/
|
|||||||
|
|
||||||
> **\_1y**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **\_1y**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3279](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3279)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3276](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3276)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3279](https://github.com/
|
|||||||
|
|
||||||
> **\_24h**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **\_24h**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3280](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3280)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3277](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3277)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,4 +46,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3280](https://github.com/
|
|||||||
|
|
||||||
> **block**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`number`\>
|
> **block**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3281](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3281)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3278](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3278)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: \_1m1w1y24hBlockPattern2
|
# Interface: \_1m1w1y24hBlockPattern2
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3251](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3251)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3248](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3248)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3251](https://github.com/
|
|||||||
|
|
||||||
> **\_1m**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **\_1m**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3252](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3252)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3249](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3249)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3252](https://github.com/
|
|||||||
|
|
||||||
> **\_1w**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **\_1w**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3253](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3253)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3250](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3250)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3253](https://github.com/
|
|||||||
|
|
||||||
> **\_1y**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **\_1y**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3254](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3254)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3251](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3251)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3254](https://github.com/
|
|||||||
|
|
||||||
> **\_24h**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **\_24h**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3255](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3255)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3252](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3252)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,4 +46,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3255](https://github.com/
|
|||||||
|
|
||||||
> **block**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`number`\>
|
> **block**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3256](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3256)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3253](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3253)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: \_1m1w1y24hBpsPercentRatioPattern
|
# Interface: \_1m1w1y24hBpsPercentRatioPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2904](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2904)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2901](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2901)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2904](https://github.com/
|
|||||||
|
|
||||||
> **\_1m**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
> **\_1m**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2905](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2905)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2902](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2902)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2905](https://github.com/
|
|||||||
|
|
||||||
> **\_1w**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
> **\_1w**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2906](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2906)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2903](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2903)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2906](https://github.com/
|
|||||||
|
|
||||||
> **\_1y**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
> **\_1y**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2907](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2907)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2904](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2904)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2907](https://github.com/
|
|||||||
|
|
||||||
> **\_24h**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
> **\_24h**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2908](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2908)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2905](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2905)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2908](https://github.com/
|
|||||||
|
|
||||||
> **bps**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **bps**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2909](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2909)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2906](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2906)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2909](https://github.com/
|
|||||||
|
|
||||||
> **percent**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **percent**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2910](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2910)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2907](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2907)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -62,4 +62,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2910](https://github.com/
|
|||||||
|
|
||||||
> **ratio**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **ratio**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2911](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2911)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2908](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2908)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: \_1m1w1y24hPattern\<T\>
|
# Interface: \_1m1w1y24hPattern\<T\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4054](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4054)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4051](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4051)
|
||||||
|
|
||||||
## Type Parameters
|
## Type Parameters
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4054](https://github.com/
|
|||||||
|
|
||||||
> **\_1m**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`T`\>
|
> **\_1m**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4055](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4055)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4052](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4052)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4055](https://github.com/
|
|||||||
|
|
||||||
> **\_1w**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`T`\>
|
> **\_1w**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4056](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4056)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4053](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4053)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4056](https://github.com/
|
|||||||
|
|
||||||
> **\_1y**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`T`\>
|
> **\_1y**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4057](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4057)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4054](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4054)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -44,4 +44,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4057](https://github.com/
|
|||||||
|
|
||||||
> **\_24h**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`T`\>
|
> **\_24h**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4058](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4058)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4055](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4055)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: \_1m1w1y24hPattern2
|
# Interface: \_1m1w1y24hPattern2
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3585](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3585)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3582](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3582)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3585](https://github.com/
|
|||||||
|
|
||||||
> **\_1m**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_1m**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3586](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3586)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3583](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3583)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3586](https://github.com/
|
|||||||
|
|
||||||
> **\_1w**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_1w**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3587](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3587)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3584](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3584)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3587](https://github.com/
|
|||||||
|
|
||||||
> **\_1y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_1y**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3588](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3588)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3585](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3585)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,4 +38,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3588](https://github.com/
|
|||||||
|
|
||||||
> **\_24h**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
> **\_24h**: [`BpsPercentRatioPattern`](BpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3589](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3589)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3586](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3586)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: \_1m1w1y24hPattern3
|
# Interface: \_1m1w1y24hPattern3
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3654](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3654)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3651](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3651)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3654](https://github.com/
|
|||||||
|
|
||||||
> **\_1m**: [`BtcCentsSatsUsdPattern2`](BtcCentsSatsUsdPattern2.md)
|
> **\_1m**: [`BtcCentsSatsUsdPattern2`](BtcCentsSatsUsdPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3655](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3655)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3652](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3652)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3655](https://github.com/
|
|||||||
|
|
||||||
> **\_1w**: [`BtcCentsSatsUsdPattern2`](BtcCentsSatsUsdPattern2.md)
|
> **\_1w**: [`BtcCentsSatsUsdPattern2`](BtcCentsSatsUsdPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3656](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3656)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3653](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3653)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3656](https://github.com/
|
|||||||
|
|
||||||
> **\_1y**: [`BtcCentsSatsUsdPattern2`](BtcCentsSatsUsdPattern2.md)
|
> **\_1y**: [`BtcCentsSatsUsdPattern2`](BtcCentsSatsUsdPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3657](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3657)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3654](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3654)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,4 +38,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3657](https://github.com/
|
|||||||
|
|
||||||
> **\_24h**: [`BtcCentsSatsUsdPattern2`](BtcCentsSatsUsdPattern2.md)
|
> **\_24h**: [`BtcCentsSatsUsdPattern2`](BtcCentsSatsUsdPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3658](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3658)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3655](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3655)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: \_1m1w1y24hPattern4
|
# Interface: \_1m1w1y24hPattern4
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3631](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3631)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3628](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3628)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3631](https://github.com/
|
|||||||
|
|
||||||
> **\_1m**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **\_1m**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3632](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3632)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3629](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3629)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3632](https://github.com/
|
|||||||
|
|
||||||
> **\_1w**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **\_1w**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3633](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3633)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3630](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3630)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3633](https://github.com/
|
|||||||
|
|
||||||
> **\_1y**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **\_1y**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3634](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3634)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3631](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3631)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,4 +38,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3634](https://github.com/
|
|||||||
|
|
||||||
> **\_24h**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **\_24h**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3635](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3635)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3632](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3632)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: \_1m1w1y24hPattern5
|
# Interface: \_1m1w1y24hPattern5
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3723](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3723)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3720](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3720)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3723](https://github.com/
|
|||||||
|
|
||||||
> **\_1m**: [`CentsUsdPattern`](CentsUsdPattern.md)
|
> **\_1m**: [`CentsUsdPattern`](CentsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3724](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3724)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3721](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3721)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3724](https://github.com/
|
|||||||
|
|
||||||
> **\_1w**: [`CentsUsdPattern`](CentsUsdPattern.md)
|
> **\_1w**: [`CentsUsdPattern`](CentsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3725](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3725)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3722](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3722)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3725](https://github.com/
|
|||||||
|
|
||||||
> **\_1y**: [`CentsUsdPattern`](CentsUsdPattern.md)
|
> **\_1y**: [`CentsUsdPattern`](CentsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3726](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3726)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3723](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3723)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,4 +38,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3726](https://github.com/
|
|||||||
|
|
||||||
> **\_24h**: [`CentsUsdPattern`](CentsUsdPattern.md)
|
> **\_24h**: [`CentsUsdPattern`](CentsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3727](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3727)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3724](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3724)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: \_1m1w1y24hPattern6
|
# Interface: \_1m1w1y24hPattern6
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3746](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3746)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3743](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3743)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3746](https://github.com/
|
|||||||
|
|
||||||
> **\_1m**: [`CentsUsdPattern3`](CentsUsdPattern3.md)
|
> **\_1m**: [`CentsUsdPattern3`](CentsUsdPattern3.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3747](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3747)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3744](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3744)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3747](https://github.com/
|
|||||||
|
|
||||||
> **\_1w**: [`CentsUsdPattern3`](CentsUsdPattern3.md)
|
> **\_1w**: [`CentsUsdPattern3`](CentsUsdPattern3.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3748](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3748)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3745](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3745)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3748](https://github.com/
|
|||||||
|
|
||||||
> **\_1y**: [`CentsUsdPattern3`](CentsUsdPattern3.md)
|
> **\_1y**: [`CentsUsdPattern3`](CentsUsdPattern3.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3749](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3749)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3746](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3746)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,4 +38,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3749](https://github.com/
|
|||||||
|
|
||||||
> **\_24h**: [`CentsUsdPattern3`](CentsUsdPattern3.md)
|
> **\_24h**: [`CentsUsdPattern3`](CentsUsdPattern3.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3750](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3750)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3747](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3747)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: \_1m1w1y24hPattern7
|
# Interface: \_1m1w1y24hPattern7
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3677](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3677)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3674](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3674)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3677](https://github.com/
|
|||||||
|
|
||||||
> **\_1m**: [`BtcSatsPattern`](BtcSatsPattern.md)
|
> **\_1m**: [`BtcSatsPattern`](BtcSatsPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3678](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3678)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3675](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3675)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3678](https://github.com/
|
|||||||
|
|
||||||
> **\_1w**: [`BtcSatsPattern`](BtcSatsPattern.md)
|
> **\_1w**: [`BtcSatsPattern`](BtcSatsPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3679](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3679)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3676](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3676)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3679](https://github.com/
|
|||||||
|
|
||||||
> **\_1y**: [`BtcSatsPattern`](BtcSatsPattern.md)
|
> **\_1y**: [`BtcSatsPattern`](BtcSatsPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3680](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3680)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3677](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3677)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,4 +38,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3680](https://github.com/
|
|||||||
|
|
||||||
> **\_24h**: [`BtcSatsPattern`](BtcSatsPattern.md)
|
> **\_24h**: [`BtcSatsPattern`](BtcSatsPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3681](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3681)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3678](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3678)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: \_1m1w1y24hPattern8
|
# Interface: \_1m1w1y24hPattern8
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3608](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3608)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3605](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3605)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3608](https://github.com/
|
|||||||
|
|
||||||
> **\_1m**: [`BpsPercentRatioPattern4`](BpsPercentRatioPattern4.md)
|
> **\_1m**: [`BpsPercentRatioPattern4`](BpsPercentRatioPattern4.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3609](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3609)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3606](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3606)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3609](https://github.com/
|
|||||||
|
|
||||||
> **\_1w**: [`BpsPercentRatioPattern4`](BpsPercentRatioPattern4.md)
|
> **\_1w**: [`BpsPercentRatioPattern4`](BpsPercentRatioPattern4.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3610](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3610)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3607](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3607)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3610](https://github.com/
|
|||||||
|
|
||||||
> **\_1y**: [`BpsPercentRatioPattern4`](BpsPercentRatioPattern4.md)
|
> **\_1y**: [`BpsPercentRatioPattern4`](BpsPercentRatioPattern4.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3611](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3611)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3608](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3608)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,4 +38,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3611](https://github.com/
|
|||||||
|
|
||||||
> **\_24h**: [`BpsPercentRatioPattern4`](BpsPercentRatioPattern4.md)
|
> **\_24h**: [`BpsPercentRatioPattern4`](BpsPercentRatioPattern4.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3612](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3612)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3609](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3609)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: \_1m1w1y2wPattern
|
# Interface: \_1m1w1y2wPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3700](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3700)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3697](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3697)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3700](https://github.com/
|
|||||||
|
|
||||||
> **\_1m**: [`CentsSatsUsdPattern`](CentsSatsUsdPattern.md)
|
> **\_1m**: [`CentsSatsUsdPattern`](CentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3701](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3701)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3698](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3698)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3701](https://github.com/
|
|||||||
|
|
||||||
> **\_1w**: [`CentsSatsUsdPattern`](CentsSatsUsdPattern.md)
|
> **\_1w**: [`CentsSatsUsdPattern`](CentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3702](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3702)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3699](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3699)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3702](https://github.com/
|
|||||||
|
|
||||||
> **\_1y**: [`CentsSatsUsdPattern`](CentsSatsUsdPattern.md)
|
> **\_1y**: [`CentsSatsUsdPattern`](CentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3703](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3703)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3700](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3700)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,4 +38,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3703](https://github.com/
|
|||||||
|
|
||||||
> **\_2w**: [`CentsSatsUsdPattern`](CentsSatsUsdPattern.md)
|
> **\_2w**: [`CentsSatsUsdPattern`](CentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3704](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3704)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3701](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3701)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: \_1m1w1y2y4yAllPattern
|
# Interface: \_1m1w1y2y4yAllPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3062](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3062)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3059](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3059)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3062](https://github.com/
|
|||||||
|
|
||||||
> **\_1m**: [`BpsRatioPattern2`](BpsRatioPattern2.md)
|
> **\_1m**: [`BpsRatioPattern2`](BpsRatioPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3063](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3063)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3060](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3060)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3063](https://github.com/
|
|||||||
|
|
||||||
> **\_1w**: [`BpsRatioPattern2`](BpsRatioPattern2.md)
|
> **\_1w**: [`BpsRatioPattern2`](BpsRatioPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3064](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3064)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3061](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3061)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3064](https://github.com/
|
|||||||
|
|
||||||
> **\_1y**: [`BpsRatioPattern2`](BpsRatioPattern2.md)
|
> **\_1y**: [`BpsRatioPattern2`](BpsRatioPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3065](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3065)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3062](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3062)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3065](https://github.com/
|
|||||||
|
|
||||||
> **\_2y**: [`BpsRatioPattern2`](BpsRatioPattern2.md)
|
> **\_2y**: [`BpsRatioPattern2`](BpsRatioPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3066](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3066)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3063](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3063)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3066](https://github.com/
|
|||||||
|
|
||||||
> **\_4y**: [`BpsRatioPattern2`](BpsRatioPattern2.md)
|
> **\_4y**: [`BpsRatioPattern2`](BpsRatioPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3067](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3067)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3064](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3064)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -54,4 +54,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3067](https://github.com/
|
|||||||
|
|
||||||
> **all**: [`BpsRatioPattern2`](BpsRatioPattern2.md)
|
> **all**: [`BpsRatioPattern2`](BpsRatioPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3068](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3068)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3065](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3065)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: \_1y2y4yAllPattern
|
# Interface: \_1y2y4yAllPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3769](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3769)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3766](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3766)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3769](https://github.com/
|
|||||||
|
|
||||||
> **\_1y**: [`_0sdM0M1M1sdM2M2sdM3sdP0P1P1sdP2P2sdP3sdSdZscorePattern`](0sdM0M1M1sdM2M2sdM3sdP0P1P1sdP2P2sdP3sdSdZscorePattern.md)
|
> **\_1y**: [`_0sdM0M1M1sdM2M2sdM3sdP0P1P1sdP2P2sdP3sdSdZscorePattern`](0sdM0M1M1sdM2M2sdM3sdP0P1P1sdP2P2sdP3sdSdZscorePattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3770](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3770)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3767](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3767)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3770](https://github.com/
|
|||||||
|
|
||||||
> **\_2y**: [`_0sdM0M1M1sdM2M2sdM3sdP0P1P1sdP2P2sdP3sdSdZscorePattern`](0sdM0M1M1sdM2M2sdM3sdP0P1P1sdP2P2sdP3sdSdZscorePattern.md)
|
> **\_2y**: [`_0sdM0M1M1sdM2M2sdM3sdP0P1P1sdP2P2sdP3sdSdZscorePattern`](0sdM0M1M1sdM2M2sdM3sdP0P1P1sdP2P2sdP3sdSdZscorePattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3771](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3771)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3768](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3768)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3771](https://github.com/
|
|||||||
|
|
||||||
> **\_4y**: [`_0sdM0M1M1sdM2M2sdM3sdP0P1P1sdP2P2sdP3sdSdZscorePattern`](0sdM0M1M1sdM2M2sdM3sdP0P1P1sdP2P2sdP3sdSdZscorePattern.md)
|
> **\_4y**: [`_0sdM0M1M1sdM2M2sdM3sdP0P1P1sdP2P2sdP3sdSdZscorePattern`](0sdM0M1M1sdM2M2sdM3sdP0P1P1sdP2P2sdP3sdSdZscorePattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3772](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3772)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3769](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3769)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,4 +38,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3772](https://github.com/
|
|||||||
|
|
||||||
> **all**: [`_0sdM0M1M1sdM2M2sdM3sdP0P1P1sdP2P2sdP3sdSdZscorePattern`](0sdM0M1M1sdM2M2sdM3sdP0P1P1sdP2P2sdP3sdSdZscorePattern.md)
|
> **all**: [`_0sdM0M1M1sdM2M2sdM3sdP0P1P1sdP2P2sdP3sdSdZscorePattern`](0sdM0M1M1sdM2M2sdM3sdP0P1P1sdP2P2sdP3sdSdZscorePattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3773](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3773)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3770](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3770)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: \_24hPattern
|
# Interface: \_24hPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:5017](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L5017)
|
Defined in: [Developer/brk/modules/brk-client/index.js:5014](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L5014)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,4 +14,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:5017](https://github.com/
|
|||||||
|
|
||||||
> **\_24h**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **\_24h**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:5018](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L5018)
|
Defined in: [Developer/brk/modules/brk-client/index.js:5015](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L5015)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: \_6bBlockTxPattern\<T\>
|
# Interface: \_6bBlockTxPattern\<T\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4512](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4512)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4509](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4509)
|
||||||
|
|
||||||
## Type Parameters
|
## Type Parameters
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4512](https://github.com/
|
|||||||
|
|
||||||
> **\_6b**: [`MaxMedianMinPct10Pct25Pct75Pct90Pattern`](MaxMedianMinPct10Pct25Pct75Pct90Pattern.md)\<`T`\>
|
> **\_6b**: [`MaxMedianMinPct10Pct25Pct75Pct90Pattern`](MaxMedianMinPct10Pct25Pct75Pct90Pattern.md)\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4513](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4513)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4510](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4510)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4513](https://github.com/
|
|||||||
|
|
||||||
> **block**: [`MaxMedianMinPct10Pct25Pct75Pct90Pattern`](MaxMedianMinPct10Pct25Pct75Pct90Pattern.md)\<`T`\>
|
> **block**: [`MaxMedianMinPct10Pct25Pct75Pct90Pattern`](MaxMedianMinPct10Pct25Pct75Pct90Pattern.md)\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4514](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4514)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4511](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4511)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -36,4 +36,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4514](https://github.com/
|
|||||||
|
|
||||||
> **txIndex**: [`SeriesPattern19`](../type-aliases/SeriesPattern19.md)\<`T`\>
|
> **txIndex**: [`SeriesPattern19`](../type-aliases/SeriesPattern19.md)\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4515](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4515)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4512](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4512)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AbsoluteRatePattern
|
# Interface: AbsoluteRatePattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4534](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4534)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4531](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4531)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4534](https://github.com/
|
|||||||
|
|
||||||
> **absolute**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **absolute**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4535](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4535)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4532](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4532)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,4 +22,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4535](https://github.com/
|
|||||||
|
|
||||||
> **rate**: [`_1m1w1y24hPattern2`](1m1w1y24hPattern2.md)
|
> **rate**: [`_1m1w1y24hPattern2`](1m1w1y24hPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4536](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4536)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4533](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4533)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AbsoluteRatePattern2
|
# Interface: AbsoluteRatePattern2
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4553](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4553)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4550](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4550)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4553](https://github.com/
|
|||||||
|
|
||||||
> **absolute**: [`_1m1w1y24hPattern5`](1m1w1y24hPattern5.md)
|
> **absolute**: [`_1m1w1y24hPattern5`](1m1w1y24hPattern5.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4554](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4554)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4551](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4551)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,4 +22,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4554](https://github.com/
|
|||||||
|
|
||||||
> **rate**: [`_1m1w1y24hPattern2`](1m1w1y24hPattern2.md)
|
> **rate**: [`_1m1w1y24hPattern2`](1m1w1y24hPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4555](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4555)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4552](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4552)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AbsoluteRatePattern3
|
# Interface: AbsoluteRatePattern3
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4572](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4572)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4569](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4569)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4572](https://github.com/
|
|||||||
|
|
||||||
> **absolute**: [`_1m1w1y24hPattern7`](1m1w1y24hPattern7.md)
|
> **absolute**: [`_1m1w1y24hPattern7`](1m1w1y24hPattern7.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4573](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4573)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4570](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4570)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,4 +22,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4573](https://github.com/
|
|||||||
|
|
||||||
> **rate**: [`_1m1w1y24hPattern2`](1m1w1y24hPattern2.md)
|
> **rate**: [`_1m1w1y24hPattern2`](1m1w1y24hPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4574](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4574)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4571](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4571)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: ActiveBidirectionalReactivatedReceivingSendingPattern
|
# Interface: ActiveBidirectionalReactivatedReceivingSendingPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3301](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3301)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3298](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3298)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3301](https://github.com/
|
|||||||
|
|
||||||
> **active**: [`_1m1w1y24hBlockPattern`](1m1w1y24hBlockPattern.md)
|
> **active**: [`_1m1w1y24hBlockPattern`](1m1w1y24hBlockPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3302](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3302)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3299](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3299)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3302](https://github.com/
|
|||||||
|
|
||||||
> **bidirectional**: [`_1m1w1y24hBlockPattern`](1m1w1y24hBlockPattern.md)
|
> **bidirectional**: [`_1m1w1y24hBlockPattern`](1m1w1y24hBlockPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3303](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3303)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3300](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3300)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3303](https://github.com/
|
|||||||
|
|
||||||
> **reactivated**: [`_1m1w1y24hBlockPattern`](1m1w1y24hBlockPattern.md)
|
> **reactivated**: [`_1m1w1y24hBlockPattern`](1m1w1y24hBlockPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3304](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3304)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3301](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3301)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3304](https://github.com/
|
|||||||
|
|
||||||
> **receiving**: [`_1m1w1y24hBlockPattern`](1m1w1y24hBlockPattern.md)
|
> **receiving**: [`_1m1w1y24hBlockPattern`](1m1w1y24hBlockPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3305](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3305)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3302](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3302)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,4 +46,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3305](https://github.com/
|
|||||||
|
|
||||||
> **sending**: [`_1m1w1y24hBlockPattern`](1m1w1y24hBlockPattern.md)
|
> **sending**: [`_1m1w1y24hBlockPattern`](1m1w1y24hBlockPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3306](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3306)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3303](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3303)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: ActiveInputOutputSpendablePattern
|
# Interface: ActiveInputOutputSpendablePattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2933](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2933)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2930](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2930)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2933](https://github.com/
|
|||||||
|
|
||||||
> **activeReusedAddrCount**: [`_1m1w1y24hBlockPattern`](1m1w1y24hBlockPattern.md)
|
> **activeReusedAddrCount**: [`_1m1w1y24hBlockPattern`](1m1w1y24hBlockPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2934](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2934)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2931](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2931)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2934](https://github.com/
|
|||||||
|
|
||||||
> **activeReusedAddrShare**: [`_1m1w1y24hBlockPattern2`](1m1w1y24hBlockPattern2.md)
|
> **activeReusedAddrShare**: [`_1m1w1y24hBlockPattern2`](1m1w1y24hBlockPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2935](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2935)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2932](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2932)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2935](https://github.com/
|
|||||||
|
|
||||||
> **inputFromReusedAddrCount**: [`AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern6`](AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern6.md)
|
> **inputFromReusedAddrCount**: [`AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern6`](AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern6.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2936](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2936)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2933](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2933)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2936](https://github.com/
|
|||||||
|
|
||||||
> **inputFromReusedAddrShare**: [`AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern7`](AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern7.md)
|
> **inputFromReusedAddrShare**: [`AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern7`](AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern7.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2937](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2937)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2934](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2934)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2937](https://github.com/
|
|||||||
|
|
||||||
> **outputToReusedAddrCount**: [`AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern6`](AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern6.md)
|
> **outputToReusedAddrCount**: [`AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern6`](AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern6.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2938](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2938)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2935](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2935)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2938](https://github.com/
|
|||||||
|
|
||||||
> **outputToReusedAddrShare**: [`AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern7`](AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern7.md)
|
> **outputToReusedAddrShare**: [`AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern7`](AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern7.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2939](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2939)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2936](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2936)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -62,4 +62,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2939](https://github.com/
|
|||||||
|
|
||||||
> **spendableOutputToReusedAddrShare**: [`_1m1w1y24hBpsPercentRatioPattern`](1m1w1y24hBpsPercentRatioPattern.md)
|
> **spendableOutputToReusedAddrShare**: [`_1m1w1y24hBpsPercentRatioPattern`](1m1w1y24hBpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2940](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2940)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2937](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2937)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: ActivityAddrOutputsRealizedSupplyUnrealizedPattern
|
# Interface: ActivityAddrOutputsRealizedSupplyUnrealizedPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3089](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3089)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3086](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3086)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3089](https://github.com/
|
|||||||
|
|
||||||
> **activity**: [`TransferPattern`](TransferPattern.md)
|
> **activity**: [`TransferPattern`](TransferPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3090](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3090)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3087](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3087)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3090](https://github.com/
|
|||||||
|
|
||||||
> **addrCount**: [`BaseDeltaPattern`](BaseDeltaPattern.md)
|
> **addrCount**: [`BaseDeltaPattern`](BaseDeltaPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3091](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3091)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3088](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3088)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3091](https://github.com/
|
|||||||
|
|
||||||
> **outputs**: [`SpendingSpentUnspentPattern`](SpendingSpentUnspentPattern.md)
|
> **outputs**: [`SpendingSpentUnspentPattern`](SpendingSpentUnspentPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3092](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3092)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3089](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3089)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3092](https://github.com/
|
|||||||
|
|
||||||
> **realized**: [`CapLossMvrvPriceProfitPattern`](CapLossMvrvPriceProfitPattern.md)
|
> **realized**: [`CapLossMvrvPriceProfitPattern`](CapLossMvrvPriceProfitPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3093](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3093)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3090](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3090)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3093](https://github.com/
|
|||||||
|
|
||||||
> **supply**: [`DeltaDominanceTotalPattern`](DeltaDominanceTotalPattern.md)
|
> **supply**: [`DeltaDominanceTotalPattern`](DeltaDominanceTotalPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3094](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3094)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3091](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3091)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -54,4 +54,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3094](https://github.com/
|
|||||||
|
|
||||||
> **unrealized**: [`NuplPattern`](NuplPattern.md)
|
> **unrealized**: [`NuplPattern`](NuplPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3095](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3095)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3092](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3092)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: ActivityOutputsRealizedSupplyUnrealizedPattern
|
# Interface: ActivityOutputsRealizedSupplyUnrealizedPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3326](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3326)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3323](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3323)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3326](https://github.com/
|
|||||||
|
|
||||||
> **activity**: [`CoindaysTransferPattern`](CoindaysTransferPattern.md)
|
> **activity**: [`CoindaysTransferPattern`](CoindaysTransferPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3327](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3327)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3324](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3324)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3327](https://github.com/
|
|||||||
|
|
||||||
> **outputs**: [`SpendingSpentUnspentPattern`](SpendingSpentUnspentPattern.md)
|
> **outputs**: [`SpendingSpentUnspentPattern`](SpendingSpentUnspentPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3328](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3328)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3325](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3325)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3328](https://github.com/
|
|||||||
|
|
||||||
> **realized**: [`CapLossMvrvNetPriceProfitSoprPattern`](CapLossMvrvNetPriceProfitSoprPattern.md)
|
> **realized**: [`CapLossMvrvNetPriceProfitSoprPattern`](CapLossMvrvNetPriceProfitSoprPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3329](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3329)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3326](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3326)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3329](https://github.com/
|
|||||||
|
|
||||||
> **supply**: [`DeltaDominanceHalfInTotalPattern`](DeltaDominanceHalfInTotalPattern.md)
|
> **supply**: [`DeltaDominanceHalfInTotalPattern`](DeltaDominanceHalfInTotalPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3330](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3330)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3327](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3327)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,4 +46,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3330](https://github.com/
|
|||||||
|
|
||||||
> **unrealized**: [`LossNetNuplProfitPattern`](LossNetNuplProfitPattern.md)
|
> **unrealized**: [`LossNetNuplProfitPattern`](LossNetNuplProfitPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3331](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3331)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3328](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3328)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: ActivityOutputsRealizedSupplyUnrealizedPattern2
|
# Interface: ActivityOutputsRealizedSupplyUnrealizedPattern2
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3376](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3376)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3373](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3373)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3376](https://github.com/
|
|||||||
|
|
||||||
> **activity**: [`TransferPattern`](TransferPattern.md)
|
> **activity**: [`TransferPattern`](TransferPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3377](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3377)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3374](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3374)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3377](https://github.com/
|
|||||||
|
|
||||||
> **outputs**: [`SpendingSpentUnspentPattern`](SpendingSpentUnspentPattern.md)
|
> **outputs**: [`SpendingSpentUnspentPattern`](SpendingSpentUnspentPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3378](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3378)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3375](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3375)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3378](https://github.com/
|
|||||||
|
|
||||||
> **realized**: [`CapLossMvrvPriceProfitPattern`](CapLossMvrvPriceProfitPattern.md)
|
> **realized**: [`CapLossMvrvPriceProfitPattern`](CapLossMvrvPriceProfitPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3379](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3379)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3376](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3376)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3379](https://github.com/
|
|||||||
|
|
||||||
> **supply**: [`DeltaDominanceTotalPattern`](DeltaDominanceTotalPattern.md)
|
> **supply**: [`DeltaDominanceTotalPattern`](DeltaDominanceTotalPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3380](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3380)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3377](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3377)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,4 +46,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3380](https://github.com/
|
|||||||
|
|
||||||
> **unrealized**: [`NuplPattern`](NuplPattern.md)
|
> **unrealized**: [`NuplPattern`](NuplPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3381](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3381)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3378](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3378)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: ActivityOutputsRealizedSupplyUnrealizedPattern3
|
# Interface: ActivityOutputsRealizedSupplyUnrealizedPattern3
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3351](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3351)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3348](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3348)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3351](https://github.com/
|
|||||||
|
|
||||||
> **activity**: [`TransferPattern`](TransferPattern.md)
|
> **activity**: [`TransferPattern`](TransferPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3352](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3352)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3349](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3349)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3352](https://github.com/
|
|||||||
|
|
||||||
> **outputs**: [`SpendingSpentUnspentPattern`](SpendingSpentUnspentPattern.md)
|
> **outputs**: [`SpendingSpentUnspentPattern`](SpendingSpentUnspentPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3353](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3353)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3350](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3350)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3353](https://github.com/
|
|||||||
|
|
||||||
> **realized**: [`CapLossMvrvPriceProfitPattern`](CapLossMvrvPriceProfitPattern.md)
|
> **realized**: [`CapLossMvrvPriceProfitPattern`](CapLossMvrvPriceProfitPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3354](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3354)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3351](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3351)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3354](https://github.com/
|
|||||||
|
|
||||||
> **supply**: [`DeltaDominanceHalfInTotalPattern`](DeltaDominanceHalfInTotalPattern.md)
|
> **supply**: [`DeltaDominanceHalfInTotalPattern`](DeltaDominanceHalfInTotalPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3355](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3355)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3352](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3352)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,4 +46,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3355](https://github.com/
|
|||||||
|
|
||||||
> **unrealized**: [`LossNuplProfitPattern`](LossNuplProfitPattern.md)
|
> **unrealized**: [`LossNuplProfitPattern`](LossNuplProfitPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3356](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3356)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3353](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3353)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AddrAfterTxidParam
|
# Interface: AddrAfterTxidParam
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:14](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L14)
|
Defined in: [Developer/brk/modules/brk-client/index.js:14](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L14)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:14](https://github.com/bi
|
|||||||
|
|
||||||
> **address**: `string`
|
> **address**: `string`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:15](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L15)
|
Defined in: [Developer/brk/modules/brk-client/index.js:15](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L15)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,6 +22,6 @@ Defined in: [Developer/brk/modules/brk-client/index.js:15](https://github.com/bi
|
|||||||
|
|
||||||
> **afterTxid**: `string`
|
> **afterTxid**: `string`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:16](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L16)
|
Defined in: [Developer/brk/modules/brk-client/index.js:16](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L16)
|
||||||
|
|
||||||
Last txid from the previous page (return transactions strictly older than this)
|
Last txid from the previous page (return transactions strictly older than this)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AddrChainStats
|
# Interface: AddrChainStats
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:23](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L23)
|
Defined in: [Developer/brk/modules/brk-client/index.js:23](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L23)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:23](https://github.com/bi
|
|||||||
|
|
||||||
> **fundedTxoCount**: `number`
|
> **fundedTxoCount**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:24](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L24)
|
Defined in: [Developer/brk/modules/brk-client/index.js:24](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L24)
|
||||||
|
|
||||||
Total number of transaction outputs that funded this address
|
Total number of transaction outputs that funded this address
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ Total number of transaction outputs that funded this address
|
|||||||
|
|
||||||
> **fundedTxoSum**: `number`
|
> **fundedTxoSum**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:25](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L25)
|
Defined in: [Developer/brk/modules/brk-client/index.js:25](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L25)
|
||||||
|
|
||||||
Total amount in satoshis received by this address across all funded outputs
|
Total amount in satoshis received by this address across all funded outputs
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ Total amount in satoshis received by this address across all funded outputs
|
|||||||
|
|
||||||
> **realizedPrice**: `number`
|
> **realizedPrice**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:30](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L30)
|
Defined in: [Developer/brk/modules/brk-client/index.js:30](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L30)
|
||||||
|
|
||||||
Realized price (average cost basis) in USD
|
Realized price (average cost basis) in USD
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ Realized price (average cost basis) in USD
|
|||||||
|
|
||||||
> **spentTxoCount**: `number`
|
> **spentTxoCount**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:26](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L26)
|
Defined in: [Developer/brk/modules/brk-client/index.js:26](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L26)
|
||||||
|
|
||||||
Total number of transaction outputs spent from this address
|
Total number of transaction outputs spent from this address
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Total number of transaction outputs spent from this address
|
|||||||
|
|
||||||
> **spentTxoSum**: `number`
|
> **spentTxoSum**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:27](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L27)
|
Defined in: [Developer/brk/modules/brk-client/index.js:27](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L27)
|
||||||
|
|
||||||
Total amount in satoshis spent from this address
|
Total amount in satoshis spent from this address
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ Total amount in satoshis spent from this address
|
|||||||
|
|
||||||
> **txCount**: `number`
|
> **txCount**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:28](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L28)
|
Defined in: [Developer/brk/modules/brk-client/index.js:28](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L28)
|
||||||
|
|
||||||
Total number of confirmed transactions involving this address
|
Total number of confirmed transactions involving this address
|
||||||
|
|
||||||
@@ -74,6 +74,6 @@ Total number of confirmed transactions involving this address
|
|||||||
|
|
||||||
> **typeIndex**: `number`
|
> **typeIndex**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:29](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L29)
|
Defined in: [Developer/brk/modules/brk-client/index.js:29](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L29)
|
||||||
|
|
||||||
Index of this address within its type on the blockchain
|
Index of this address within its type on the blockchain
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AddrMempoolStats
|
# Interface: AddrMempoolStats
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:37](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L37)
|
Defined in: [Developer/brk/modules/brk-client/index.js:37](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L37)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:37](https://github.com/bi
|
|||||||
|
|
||||||
> **fundedTxoCount**: `number`
|
> **fundedTxoCount**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:38](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L38)
|
Defined in: [Developer/brk/modules/brk-client/index.js:38](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L38)
|
||||||
|
|
||||||
Number of unconfirmed transaction outputs funding this address
|
Number of unconfirmed transaction outputs funding this address
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ Number of unconfirmed transaction outputs funding this address
|
|||||||
|
|
||||||
> **fundedTxoSum**: `number`
|
> **fundedTxoSum**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:39](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L39)
|
Defined in: [Developer/brk/modules/brk-client/index.js:39](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L39)
|
||||||
|
|
||||||
Total amount in satoshis being received in unconfirmed transactions
|
Total amount in satoshis being received in unconfirmed transactions
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ Total amount in satoshis being received in unconfirmed transactions
|
|||||||
|
|
||||||
> **spentTxoCount**: `number`
|
> **spentTxoCount**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:40](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L40)
|
Defined in: [Developer/brk/modules/brk-client/index.js:40](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L40)
|
||||||
|
|
||||||
Number of unconfirmed transaction inputs spending from this address
|
Number of unconfirmed transaction inputs spending from this address
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ Number of unconfirmed transaction inputs spending from this address
|
|||||||
|
|
||||||
> **spentTxoSum**: `number`
|
> **spentTxoSum**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:41](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L41)
|
Defined in: [Developer/brk/modules/brk-client/index.js:41](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L41)
|
||||||
|
|
||||||
Total amount in satoshis being spent in unconfirmed transactions
|
Total amount in satoshis being spent in unconfirmed transactions
|
||||||
|
|
||||||
@@ -54,6 +54,6 @@ Total amount in satoshis being spent in unconfirmed transactions
|
|||||||
|
|
||||||
> **txCount**: `number`
|
> **txCount**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:42](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L42)
|
Defined in: [Developer/brk/modules/brk-client/index.js:42](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L42)
|
||||||
|
|
||||||
Number of unconfirmed transactions involving this address
|
Number of unconfirmed transactions involving this address
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AddrParam
|
# Interface: AddrParam
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:47](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L47)
|
Defined in: [Developer/brk/modules/brk-client/index.js:47](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L47)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,4 +14,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:47](https://github.com/bi
|
|||||||
|
|
||||||
> **address**: `string`
|
> **address**: `string`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:48](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L48)
|
Defined in: [Developer/brk/modules/brk-client/index.js:48](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L48)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AddrStats
|
# Interface: AddrStats
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:53](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L53)
|
Defined in: [Developer/brk/modules/brk-client/index.js:53](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L53)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:53](https://github.com/bi
|
|||||||
|
|
||||||
> **address**: `string`
|
> **address**: `string`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:54](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L54)
|
Defined in: [Developer/brk/modules/brk-client/index.js:54](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L54)
|
||||||
|
|
||||||
Bitcoin address string
|
Bitcoin address string
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ Bitcoin address string
|
|||||||
|
|
||||||
> **addrType**: [`OutputType`](../type-aliases/OutputType.md)
|
> **addrType**: [`OutputType`](../type-aliases/OutputType.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:55](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L55)
|
Defined in: [Developer/brk/modules/brk-client/index.js:55](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L55)
|
||||||
|
|
||||||
Address type (p2pkh, p2sh, v0_p2wpkh, v0_p2wsh, v1_p2tr, etc.)
|
Address type (p2pkh, p2sh, v0_p2wpkh, v0_p2wsh, v1_p2tr, etc.)
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ Address type (p2pkh, p2sh, v0_p2wpkh, v0_p2wsh, v1_p2tr, etc.)
|
|||||||
|
|
||||||
> **chainStats**: [`AddrChainStats`](AddrChainStats.md)
|
> **chainStats**: [`AddrChainStats`](AddrChainStats.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:56](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L56)
|
Defined in: [Developer/brk/modules/brk-client/index.js:56](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L56)
|
||||||
|
|
||||||
Statistics for confirmed transactions on the blockchain
|
Statistics for confirmed transactions on the blockchain
|
||||||
|
|
||||||
@@ -44,6 +44,6 @@ Statistics for confirmed transactions on the blockchain
|
|||||||
|
|
||||||
> **mempoolStats**: [`AddrMempoolStats`](AddrMempoolStats.md)
|
> **mempoolStats**: [`AddrMempoolStats`](AddrMempoolStats.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:57](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L57)
|
Defined in: [Developer/brk/modules/brk-client/index.js:57](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L57)
|
||||||
|
|
||||||
Statistics for unconfirmed transactions in the mempool
|
Statistics for unconfirmed transactions in the mempool
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AddrUtxoPattern
|
# Interface: AddrUtxoPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4591](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4591)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4588](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4588)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4591](https://github.com/
|
|||||||
|
|
||||||
> **addr**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **addr**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4592](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4592)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4589](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4589)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,4 +22,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4592](https://github.com/
|
|||||||
|
|
||||||
> **utxo**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **utxo**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4593](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4593)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4590](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4590)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AddrValidation
|
# Interface: AddrValidation
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:62](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L62)
|
Defined in: [Developer/brk/modules/brk-client/index.js:62](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L62)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:62](https://github.com/bi
|
|||||||
|
|
||||||
> `optional` **address?**: `string` \| `null`
|
> `optional` **address?**: `string` \| `null`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:64](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L64)
|
Defined in: [Developer/brk/modules/brk-client/index.js:64](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L64)
|
||||||
|
|
||||||
The validated address
|
The validated address
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ The validated address
|
|||||||
|
|
||||||
> `optional` **error?**: `string` \| `null`
|
> `optional` **error?**: `string` \| `null`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:71](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L71)
|
Defined in: [Developer/brk/modules/brk-client/index.js:71](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L71)
|
||||||
|
|
||||||
Error message for invalid addresses
|
Error message for invalid addresses
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ Error message for invalid addresses
|
|||||||
|
|
||||||
> `optional` **errorLocations?**: `number`[] \| `null`
|
> `optional` **errorLocations?**: `number`[] \| `null`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:70](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L70)
|
Defined in: [Developer/brk/modules/brk-client/index.js:70](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L70)
|
||||||
|
|
||||||
Error locations (empty array for most errors)
|
Error locations (empty array for most errors)
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ Error locations (empty array for most errors)
|
|||||||
|
|
||||||
> `optional` **isscript?**: `boolean` \| `null`
|
> `optional` **isscript?**: `boolean` \| `null`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:66](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L66)
|
Defined in: [Developer/brk/modules/brk-client/index.js:66](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L66)
|
||||||
|
|
||||||
Whether this is a script address (P2SH)
|
Whether this is a script address (P2SH)
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Whether this is a script address (P2SH)
|
|||||||
|
|
||||||
> **isvalid**: `boolean`
|
> **isvalid**: `boolean`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:63](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L63)
|
Defined in: [Developer/brk/modules/brk-client/index.js:63](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L63)
|
||||||
|
|
||||||
Whether the address is valid
|
Whether the address is valid
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ Whether the address is valid
|
|||||||
|
|
||||||
> `optional` **iswitness?**: `boolean` \| `null`
|
> `optional` **iswitness?**: `boolean` \| `null`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:67](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L67)
|
Defined in: [Developer/brk/modules/brk-client/index.js:67](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L67)
|
||||||
|
|
||||||
Whether this is a witness address
|
Whether this is a witness address
|
||||||
|
|
||||||
@@ -74,7 +74,7 @@ Whether this is a witness address
|
|||||||
|
|
||||||
> `optional` **scriptPubKey?**: `string` \| `null`
|
> `optional` **scriptPubKey?**: `string` \| `null`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:65](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L65)
|
Defined in: [Developer/brk/modules/brk-client/index.js:65](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L65)
|
||||||
|
|
||||||
The scriptPubKey in hex
|
The scriptPubKey in hex
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ The scriptPubKey in hex
|
|||||||
|
|
||||||
> `optional` **witnessProgram?**: `string` \| `null`
|
> `optional` **witnessProgram?**: `string` \| `null`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:69](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L69)
|
Defined in: [Developer/brk/modules/brk-client/index.js:69](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L69)
|
||||||
|
|
||||||
Witness program in hex
|
Witness program in hex
|
||||||
|
|
||||||
@@ -94,6 +94,6 @@ Witness program in hex
|
|||||||
|
|
||||||
> `optional` **witnessVersion?**: `number` \| `null`
|
> `optional` **witnessVersion?**: `number` \| `null`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:68](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L68)
|
Defined in: [Developer/brk/modules/brk-client/index.js:68](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L68)
|
||||||
|
|
||||||
Witness version (0 for P2WPKH/P2WSH, 1 for P2TR)
|
Witness version (0 for P2WPKH/P2WSH, 1 for P2TR)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AdjustedRatioValuePattern
|
# Interface: AdjustedRatioValuePattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4103](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4103)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4100](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4100)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4103](https://github.com/
|
|||||||
|
|
||||||
> **adjusted**: [`RatioTransferValuePattern`](RatioTransferValuePattern.md)
|
> **adjusted**: [`RatioTransferValuePattern`](RatioTransferValuePattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4104](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4104)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4101](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4101)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4104](https://github.com/
|
|||||||
|
|
||||||
> **ratio**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **ratio**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4105](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4105)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4102](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4102)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,4 +30,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4105](https://github.com/
|
|||||||
|
|
||||||
> **valueDestroyed**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **valueDestroyed**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4106](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4106)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4103](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4103)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AllEmptyOpP2aP2msP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshUnknownPattern
|
# Interface: AllEmptyOpP2aP2msP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshUnknownPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2282](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2282)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2279](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2279)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2282](https://github.com/
|
|||||||
|
|
||||||
> **all**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **all**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2283](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2283)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2280](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2280)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2283](https://github.com/
|
|||||||
|
|
||||||
> **empty**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **empty**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2284](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2284)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2281](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2281)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2284](https://github.com/
|
|||||||
|
|
||||||
> **opReturn**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **opReturn**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2285](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2285)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2282](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2282)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2285](https://github.com/
|
|||||||
|
|
||||||
> **p2a**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2a**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2286](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2286)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2283](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2283)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2286](https://github.com/
|
|||||||
|
|
||||||
> **p2ms**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2ms**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2287](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2287)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2284](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2284)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2287](https://github.com/
|
|||||||
|
|
||||||
> **p2pk33**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2pk33**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2288](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2288)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2285](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2285)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2288](https://github.com/
|
|||||||
|
|
||||||
> **p2pk65**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2pk65**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2289](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2289)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2286](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2286)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2289](https://github.com/
|
|||||||
|
|
||||||
> **p2pkh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2pkh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2290](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2290)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2287](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2287)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2290](https://github.com/
|
|||||||
|
|
||||||
> **p2sh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2sh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2291](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2291)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2288](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2288)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -86,7 +86,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2291](https://github.com/
|
|||||||
|
|
||||||
> **p2tr**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2tr**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2292](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2292)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2289](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2289)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -94,7 +94,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2292](https://github.com/
|
|||||||
|
|
||||||
> **p2wpkh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2wpkh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2293](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2293)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2290](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2290)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -102,7 +102,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2293](https://github.com/
|
|||||||
|
|
||||||
> **p2wsh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2wsh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2294](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2294)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2291](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2291)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -110,4 +110,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2294](https://github.com/
|
|||||||
|
|
||||||
> **unknown**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **unknown**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2295](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2295)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2292](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2292)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AllEmptyP2aP2msP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshUnknownPattern
|
# Interface: AllEmptyP2aP2msP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshUnknownPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2401](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2401)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2398](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2398)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2401](https://github.com/
|
|||||||
|
|
||||||
> **all**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **all**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2402](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2402)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2399](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2399)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2402](https://github.com/
|
|||||||
|
|
||||||
> **empty**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **empty**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2403](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2403)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2400](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2400)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2403](https://github.com/
|
|||||||
|
|
||||||
> **p2a**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2a**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2404](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2404)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2401](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2401)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2404](https://github.com/
|
|||||||
|
|
||||||
> **p2ms**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2ms**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2405](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2405)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2402](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2402)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2405](https://github.com/
|
|||||||
|
|
||||||
> **p2pk33**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2pk33**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2406](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2406)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2403](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2403)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2406](https://github.com/
|
|||||||
|
|
||||||
> **p2pk65**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2pk65**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2407](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2407)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2404](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2404)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2407](https://github.com/
|
|||||||
|
|
||||||
> **p2pkh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2pkh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2408](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2408)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2405](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2405)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2408](https://github.com/
|
|||||||
|
|
||||||
> **p2sh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2sh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2409](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2409)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2406](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2406)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2409](https://github.com/
|
|||||||
|
|
||||||
> **p2tr**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2tr**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2410](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2410)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2407](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2407)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -86,7 +86,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2410](https://github.com/
|
|||||||
|
|
||||||
> **p2wpkh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2wpkh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2411](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2411)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2408](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2408)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -94,7 +94,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2411](https://github.com/
|
|||||||
|
|
||||||
> **p2wsh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2wsh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2412](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2412)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2409](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2409)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -102,4 +102,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2412](https://github.com/
|
|||||||
|
|
||||||
> **unknown**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **unknown**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2413](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2413)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2410](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2410)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern4
|
# Interface: AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern4
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2700](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2700)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2697](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2697)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2700](https://github.com/
|
|||||||
|
|
||||||
> **all**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **all**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2701](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2701)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2698](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2698)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2701](https://github.com/
|
|||||||
|
|
||||||
> **p2a**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **p2a**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2702](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2702)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2699](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2699)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2702](https://github.com/
|
|||||||
|
|
||||||
> **p2pk33**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **p2pk33**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2703](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2703)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2700](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2700)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2703](https://github.com/
|
|||||||
|
|
||||||
> **p2pk65**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **p2pk65**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2704](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2704)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2701](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2701)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2704](https://github.com/
|
|||||||
|
|
||||||
> **p2pkh**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **p2pkh**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2705](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2705)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2702](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2702)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2705](https://github.com/
|
|||||||
|
|
||||||
> **p2sh**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **p2sh**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2706](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2706)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2703](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2703)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2706](https://github.com/
|
|||||||
|
|
||||||
> **p2tr**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **p2tr**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2707](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2707)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2704](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2704)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2707](https://github.com/
|
|||||||
|
|
||||||
> **p2wpkh**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **p2wpkh**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2708](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2708)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2705](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2705)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -78,4 +78,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2708](https://github.com/
|
|||||||
|
|
||||||
> **p2wsh**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **p2wsh**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2709](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2709)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2706](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2706)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern5
|
# Interface: AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern5
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2667](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2667)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2664](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2664)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2667](https://github.com/
|
|||||||
|
|
||||||
> **all**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
> **all**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2668](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2668)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2665](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2665)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2668](https://github.com/
|
|||||||
|
|
||||||
> **p2a**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
> **p2a**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2669](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2669)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2666](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2666)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2669](https://github.com/
|
|||||||
|
|
||||||
> **p2pk33**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
> **p2pk33**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2670](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2670)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2667](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2667)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2670](https://github.com/
|
|||||||
|
|
||||||
> **p2pk65**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
> **p2pk65**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2671](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2671)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2668](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2668)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2671](https://github.com/
|
|||||||
|
|
||||||
> **p2pkh**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
> **p2pkh**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2672](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2672)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2669](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2669)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2672](https://github.com/
|
|||||||
|
|
||||||
> **p2sh**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
> **p2sh**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2673](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2673)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2670](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2670)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2673](https://github.com/
|
|||||||
|
|
||||||
> **p2tr**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
> **p2tr**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2674](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2674)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2671](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2671)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2674](https://github.com/
|
|||||||
|
|
||||||
> **p2wpkh**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
> **p2wpkh**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2675](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2675)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2672](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2672)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -78,4 +78,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2675](https://github.com/
|
|||||||
|
|
||||||
> **p2wsh**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
> **p2wsh**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2676](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2676)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2673](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2673)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern6
|
# Interface: AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern6
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2634](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2634)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2631](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2631)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2634](https://github.com/
|
|||||||
|
|
||||||
> **all**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **all**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2635](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2635)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2632](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2632)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2635](https://github.com/
|
|||||||
|
|
||||||
> **p2a**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2a**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2636](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2636)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2633](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2633)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2636](https://github.com/
|
|||||||
|
|
||||||
> **p2pk33**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2pk33**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2637](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2637)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2634](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2634)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2637](https://github.com/
|
|||||||
|
|
||||||
> **p2pk65**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2pk65**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2638](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2638)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2635](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2635)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2638](https://github.com/
|
|||||||
|
|
||||||
> **p2pkh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2pkh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2639](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2639)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2636](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2636)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2639](https://github.com/
|
|||||||
|
|
||||||
> **p2sh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2sh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2640](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2640)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2637](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2637)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2640](https://github.com/
|
|||||||
|
|
||||||
> **p2tr**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2tr**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2641](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2641)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2638](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2638)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2641](https://github.com/
|
|||||||
|
|
||||||
> **p2wpkh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2wpkh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2642](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2642)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2639](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2639)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -78,4 +78,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2642](https://github.com/
|
|||||||
|
|
||||||
> **p2wsh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
> **p2wsh**: [`AverageBlockCumulativeSumPattern`](AverageBlockCumulativeSumPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2643](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2643)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2640](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2640)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern7
|
# Interface: AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern7
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2733](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2733)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2730](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2730)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2733](https://github.com/
|
|||||||
|
|
||||||
> **all**: [`_1m1w1y24hBpsPercentRatioPattern`](1m1w1y24hBpsPercentRatioPattern.md)
|
> **all**: [`_1m1w1y24hBpsPercentRatioPattern`](1m1w1y24hBpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2734](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2734)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2731](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2731)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2734](https://github.com/
|
|||||||
|
|
||||||
> **p2a**: [`_1m1w1y24hBpsPercentRatioPattern`](1m1w1y24hBpsPercentRatioPattern.md)
|
> **p2a**: [`_1m1w1y24hBpsPercentRatioPattern`](1m1w1y24hBpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2735](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2735)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2732](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2732)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2735](https://github.com/
|
|||||||
|
|
||||||
> **p2pk33**: [`_1m1w1y24hBpsPercentRatioPattern`](1m1w1y24hBpsPercentRatioPattern.md)
|
> **p2pk33**: [`_1m1w1y24hBpsPercentRatioPattern`](1m1w1y24hBpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2736](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2736)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2733](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2733)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2736](https://github.com/
|
|||||||
|
|
||||||
> **p2pk65**: [`_1m1w1y24hBpsPercentRatioPattern`](1m1w1y24hBpsPercentRatioPattern.md)
|
> **p2pk65**: [`_1m1w1y24hBpsPercentRatioPattern`](1m1w1y24hBpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2737](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2737)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2734](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2734)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2737](https://github.com/
|
|||||||
|
|
||||||
> **p2pkh**: [`_1m1w1y24hBpsPercentRatioPattern`](1m1w1y24hBpsPercentRatioPattern.md)
|
> **p2pkh**: [`_1m1w1y24hBpsPercentRatioPattern`](1m1w1y24hBpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2738](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2738)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2735](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2735)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2738](https://github.com/
|
|||||||
|
|
||||||
> **p2sh**: [`_1m1w1y24hBpsPercentRatioPattern`](1m1w1y24hBpsPercentRatioPattern.md)
|
> **p2sh**: [`_1m1w1y24hBpsPercentRatioPattern`](1m1w1y24hBpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2739](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2739)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2736](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2736)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2739](https://github.com/
|
|||||||
|
|
||||||
> **p2tr**: [`_1m1w1y24hBpsPercentRatioPattern`](1m1w1y24hBpsPercentRatioPattern.md)
|
> **p2tr**: [`_1m1w1y24hBpsPercentRatioPattern`](1m1w1y24hBpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2740](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2740)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2737](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2737)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2740](https://github.com/
|
|||||||
|
|
||||||
> **p2wpkh**: [`_1m1w1y24hBpsPercentRatioPattern`](1m1w1y24hBpsPercentRatioPattern.md)
|
> **p2wpkh**: [`_1m1w1y24hBpsPercentRatioPattern`](1m1w1y24hBpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2741](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2741)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2738](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2738)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -78,4 +78,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2741](https://github.com/
|
|||||||
|
|
||||||
> **p2wsh**: [`_1m1w1y24hBpsPercentRatioPattern`](1m1w1y24hBpsPercentRatioPattern.md)
|
> **p2wsh**: [`_1m1w1y24hBpsPercentRatioPattern`](1m1w1y24hBpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2742](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2742)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2739](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2739)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshSharePattern
|
# Interface: AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshSharePattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2585](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2585)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2582](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2582)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2585](https://github.com/
|
|||||||
|
|
||||||
> **all**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **all**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2586](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2586)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2583](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2583)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2586](https://github.com/
|
|||||||
|
|
||||||
> **p2a**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **p2a**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2587](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2587)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2584](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2584)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2587](https://github.com/
|
|||||||
|
|
||||||
> **p2pk33**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **p2pk33**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2588](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2588)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2585](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2585)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2588](https://github.com/
|
|||||||
|
|
||||||
> **p2pk65**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **p2pk65**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2589](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2589)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2586](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2586)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2589](https://github.com/
|
|||||||
|
|
||||||
> **p2pkh**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **p2pkh**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2590](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2590)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2587](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2587)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2590](https://github.com/
|
|||||||
|
|
||||||
> **p2sh**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **p2sh**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2591](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2591)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2588](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2588)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2591](https://github.com/
|
|||||||
|
|
||||||
> **p2tr**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **p2tr**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2592](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2592)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2589](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2589)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2592](https://github.com/
|
|||||||
|
|
||||||
> **p2wpkh**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **p2wpkh**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2593](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2593)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2590](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2590)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2593](https://github.com/
|
|||||||
|
|
||||||
> **p2wsh**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **p2wsh**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2594](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2594)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2591](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2591)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -86,4 +86,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2594](https://github.com/
|
|||||||
|
|
||||||
> **share**: [`AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern5`](AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern5.md)
|
> **share**: [`AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern5`](AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern5.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2595](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2595)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2592](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2592)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AllSthPattern
|
# Interface: AllSthPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4629](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4629)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4626](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4626)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4629](https://github.com/
|
|||||||
|
|
||||||
> **all**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **all**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4630](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4630)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4627](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4627)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,4 +22,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4630](https://github.com/
|
|||||||
|
|
||||||
> **sth**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **sth**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4631](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4631)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4628](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4628)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AllSthPattern2
|
# Interface: AllSthPattern2
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4610](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4610)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4607](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4607)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4610](https://github.com/
|
|||||||
|
|
||||||
> **all**: [`BtcCentsDeltaSatsUsdPattern`](BtcCentsDeltaSatsUsdPattern.md)
|
> **all**: [`BtcCentsDeltaSatsUsdPattern`](BtcCentsDeltaSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4611](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4611)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4608](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4608)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,4 +22,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4611](https://github.com/
|
|||||||
|
|
||||||
> **sth**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **sth**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4612](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4612)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4609](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4609)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AverageBaseCumulativeMaxMedianMinPct10Pct25Pct75Pct90SumPattern\<T\>
|
# Interface: AverageBaseCumulativeMaxMedianMinPct10Pct25Pct75Pct90SumPattern\<T\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2547](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2547)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2544](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2544)
|
||||||
|
|
||||||
## Type Parameters
|
## Type Parameters
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2547](https://github.com/
|
|||||||
|
|
||||||
> **average**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
> **average**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2548](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2548)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2545](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2545)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2548](https://github.com/
|
|||||||
|
|
||||||
> **base**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`T`\>
|
> **base**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2549](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2549)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2546](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2546)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2549](https://github.com/
|
|||||||
|
|
||||||
> **cumulative**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`T`\>
|
> **cumulative**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2550](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2550)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2547](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2547)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2550](https://github.com/
|
|||||||
|
|
||||||
> **max**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
> **max**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2551](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2551)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2548](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2548)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -52,7 +52,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2551](https://github.com/
|
|||||||
|
|
||||||
> **median**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
> **median**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2552](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2552)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2549](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2549)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -60,7 +60,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2552](https://github.com/
|
|||||||
|
|
||||||
> **min**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
> **min**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2553](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2553)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2550](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2550)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -68,7 +68,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2553](https://github.com/
|
|||||||
|
|
||||||
> **pct10**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
> **pct10**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2554](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2554)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2551](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2551)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -76,7 +76,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2554](https://github.com/
|
|||||||
|
|
||||||
> **pct25**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
> **pct25**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2555](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2555)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2552](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2552)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2555](https://github.com/
|
|||||||
|
|
||||||
> **pct75**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
> **pct75**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2556](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2556)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2553](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2553)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -92,7 +92,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2556](https://github.com/
|
|||||||
|
|
||||||
> **pct90**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
> **pct90**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2557](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2557)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2554](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2554)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -100,4 +100,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2557](https://github.com/
|
|||||||
|
|
||||||
> **sum**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
> **sum**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2558](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2558)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2555](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2555)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AverageBlockCumulativeInSumPattern
|
# Interface: AverageBlockCumulativeInSumPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3116](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3116)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3113](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3113)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3116](https://github.com/
|
|||||||
|
|
||||||
> **average**: [`_1m1w1y24hPattern3`](1m1w1y24hPattern3.md)
|
> **average**: [`_1m1w1y24hPattern3`](1m1w1y24hPattern3.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3117](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3117)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3114](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3114)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3117](https://github.com/
|
|||||||
|
|
||||||
> **block**: [`BtcCentsSatsUsdPattern3`](BtcCentsSatsUsdPattern3.md)
|
> **block**: [`BtcCentsSatsUsdPattern3`](BtcCentsSatsUsdPattern3.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3118](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3118)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3115](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3115)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3118](https://github.com/
|
|||||||
|
|
||||||
> **cumulative**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **cumulative**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3119](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3119)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3116](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3116)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3119](https://github.com/
|
|||||||
|
|
||||||
> **inLoss**: [`AverageBlockCumulativeSumPattern3`](AverageBlockCumulativeSumPattern3.md)
|
> **inLoss**: [`AverageBlockCumulativeSumPattern3`](AverageBlockCumulativeSumPattern3.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3120](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3120)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3117](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3117)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3120](https://github.com/
|
|||||||
|
|
||||||
> **inProfit**: [`AverageBlockCumulativeSumPattern3`](AverageBlockCumulativeSumPattern3.md)
|
> **inProfit**: [`AverageBlockCumulativeSumPattern3`](AverageBlockCumulativeSumPattern3.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3121](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3121)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3118](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3118)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -54,4 +54,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3121](https://github.com/
|
|||||||
|
|
||||||
> **sum**: [`_1m1w1y24hPattern4`](1m1w1y24hPattern4.md)
|
> **sum**: [`_1m1w1y24hPattern4`](1m1w1y24hPattern4.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3122](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3122)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3119](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3119)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AverageBlockCumulativeMaxMedianMinPct10Pct25Pct75Pct90SumPattern
|
# Interface: AverageBlockCumulativeMaxMedianMinPct10Pct25Pct75Pct90SumPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2472](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2472)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2469](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2469)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2472](https://github.com/
|
|||||||
|
|
||||||
> **average**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **average**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2473](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2473)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2470](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2470)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2473](https://github.com/
|
|||||||
|
|
||||||
> **block**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`number`\>
|
> **block**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2474](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2474)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2471](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2471)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2474](https://github.com/
|
|||||||
|
|
||||||
> **cumulative**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **cumulative**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2475](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2475)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2472](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2472)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2475](https://github.com/
|
|||||||
|
|
||||||
> **max**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **max**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2476](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2476)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2473](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2473)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2476](https://github.com/
|
|||||||
|
|
||||||
> **median**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **median**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2477](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2477)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2474](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2474)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2477](https://github.com/
|
|||||||
|
|
||||||
> **min**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **min**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2478](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2478)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2475](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2475)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2478](https://github.com/
|
|||||||
|
|
||||||
> **pct10**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **pct10**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2479](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2479)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2476](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2476)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2479](https://github.com/
|
|||||||
|
|
||||||
> **pct25**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **pct25**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2480](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2480)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2477](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2477)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2480](https://github.com/
|
|||||||
|
|
||||||
> **pct75**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **pct75**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2481](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2481)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2478](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2478)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -86,7 +86,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2481](https://github.com/
|
|||||||
|
|
||||||
> **pct90**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **pct90**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2482](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2482)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2479](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2479)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -94,4 +94,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2482](https://github.com/
|
|||||||
|
|
||||||
> **sum**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **sum**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2483](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2483)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2480](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2480)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AverageBlockCumulativeSumPattern\<T\>
|
# Interface: AverageBlockCumulativeSumPattern\<T\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4079](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4079)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4076](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4076)
|
||||||
|
|
||||||
## Type Parameters
|
## Type Parameters
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4079](https://github.com/
|
|||||||
|
|
||||||
> **average**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
> **average**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4080](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4080)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4077](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4077)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4080](https://github.com/
|
|||||||
|
|
||||||
> **block**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`T`\>
|
> **block**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4081](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4081)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4078](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4078)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4081](https://github.com/
|
|||||||
|
|
||||||
> **cumulative**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`T`\>
|
> **cumulative**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4082](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4082)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4079](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4079)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -44,4 +44,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4082](https://github.com/
|
|||||||
|
|
||||||
> **sum**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
> **sum**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`T`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4083](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4083)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4080](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4080)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AverageBlockCumulativeSumPattern2
|
# Interface: AverageBlockCumulativeSumPattern2
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3777](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3777)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3774](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3774)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3777](https://github.com/
|
|||||||
|
|
||||||
> **average**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **average**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3778](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3778)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3775](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3775)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3778](https://github.com/
|
|||||||
|
|
||||||
> **block**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`number`\>
|
> **block**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3779](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3779)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3776](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3776)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3779](https://github.com/
|
|||||||
|
|
||||||
> **cumulative**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **cumulative**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3780](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3780)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3777](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3777)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,4 +38,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3780](https://github.com/
|
|||||||
|
|
||||||
> **sum**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **sum**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3781](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3781)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3778](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3778)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AverageBlockCumulativeSumPattern3
|
# Interface: AverageBlockCumulativeSumPattern3
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3800](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3800)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3797](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3797)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3800](https://github.com/
|
|||||||
|
|
||||||
> **average**: [`_1m1w1y24hPattern3`](1m1w1y24hPattern3.md)
|
> **average**: [`_1m1w1y24hPattern3`](1m1w1y24hPattern3.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3801](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3801)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3798](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3798)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3801](https://github.com/
|
|||||||
|
|
||||||
> **block**: [`BtcCentsSatsUsdPattern3`](BtcCentsSatsUsdPattern3.md)
|
> **block**: [`BtcCentsSatsUsdPattern3`](BtcCentsSatsUsdPattern3.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3802](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3802)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3799](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3799)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3802](https://github.com/
|
|||||||
|
|
||||||
> **cumulative**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **cumulative**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3803](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3803)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3800](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3800)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,4 +38,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3803](https://github.com/
|
|||||||
|
|
||||||
> **sum**: [`_1m1w1y24hPattern4`](1m1w1y24hPattern4.md)
|
> **sum**: [`_1m1w1y24hPattern4`](1m1w1y24hPattern4.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3804](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3804)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3801](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3801)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: AverageMaxMedianMinPct10Pct25Pct75Pct90SumPattern
|
# Interface: AverageMaxMedianMinPct10Pct25Pct75Pct90SumPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2766](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2766)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2763](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2763)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2766](https://github.com/
|
|||||||
|
|
||||||
> **average**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **average**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2767](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2767)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2764](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2764)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2767](https://github.com/
|
|||||||
|
|
||||||
> **max**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **max**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2768](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2768)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2765](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2765)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2768](https://github.com/
|
|||||||
|
|
||||||
> **median**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **median**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2769](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2769)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2766](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2766)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2769](https://github.com/
|
|||||||
|
|
||||||
> **min**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **min**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2770](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2770)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2767](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2767)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2770](https://github.com/
|
|||||||
|
|
||||||
> **pct10**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **pct10**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2771](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2771)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2768](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2768)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2771](https://github.com/
|
|||||||
|
|
||||||
> **pct25**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **pct25**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2772](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2772)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2769](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2769)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2772](https://github.com/
|
|||||||
|
|
||||||
> **pct75**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **pct75**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2773](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2773)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2770](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2770)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2773](https://github.com/
|
|||||||
|
|
||||||
> **pct90**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **pct90**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2774](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2774)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2771](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2771)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -78,4 +78,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2774](https://github.com/
|
|||||||
|
|
||||||
> **sum**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **sum**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2775](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2775)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2772](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2772)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BaseDeltaPattern
|
# Interface: BaseDeltaPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4668](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4668)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4665](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4665)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4668](https://github.com/
|
|||||||
|
|
||||||
> **base**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **base**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4669](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4669)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4666](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4666)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,4 +22,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4669](https://github.com/
|
|||||||
|
|
||||||
> **delta**: [`AbsoluteRatePattern`](AbsoluteRatePattern.md)
|
> **delta**: [`AbsoluteRatePattern`](AbsoluteRatePattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4670](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4670)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4667](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4667)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BaseSumPattern
|
# Interface: BaseSumPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4649](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4649)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4646](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4646)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4649](https://github.com/
|
|||||||
|
|
||||||
> **base**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`number`\>
|
> **base**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4650](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4650)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4647](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4647)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,4 +22,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4650](https://github.com/
|
|||||||
|
|
||||||
> **sum**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **sum**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4651](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4651)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4648](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4648)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlockChangeCumulativeDeltaSumPattern
|
# Interface: BlockChangeCumulativeDeltaSumPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3401](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3401)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3398](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3398)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3401](https://github.com/
|
|||||||
|
|
||||||
> **block**: [`CentsUsdPattern4`](CentsUsdPattern4.md)
|
> **block**: [`CentsUsdPattern4`](CentsUsdPattern4.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3402](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3402)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3399](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3399)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3402](https://github.com/
|
|||||||
|
|
||||||
> **change1m**: [`ToPattern`](ToPattern.md)
|
> **change1m**: [`ToPattern`](ToPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3403](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3403)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3400](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3400)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3403](https://github.com/
|
|||||||
|
|
||||||
> **cumulative**: [`CentsUsdPattern`](CentsUsdPattern.md)
|
> **cumulative**: [`CentsUsdPattern`](CentsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3404](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3404)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3401](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3401)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3404](https://github.com/
|
|||||||
|
|
||||||
> **delta**: [`AbsoluteRatePattern2`](AbsoluteRatePattern2.md)
|
> **delta**: [`AbsoluteRatePattern2`](AbsoluteRatePattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3405](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3405)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3402](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3402)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,4 +46,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3405](https://github.com/
|
|||||||
|
|
||||||
> **sum**: [`_1m1w1y24hPattern5`](1m1w1y24hPattern5.md)
|
> **sum**: [`_1m1w1y24hPattern5`](1m1w1y24hPattern5.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3406](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3406)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3403](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3403)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlockCountParam
|
# Interface: BlockCountParam
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:118](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L118)
|
Defined in: [Developer/brk/modules/brk-client/index.js:118](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L118)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,6 +14,6 @@ Defined in: [Developer/brk/modules/brk-client/index.js:118](https://github.com/b
|
|||||||
|
|
||||||
> **blockCount**: `number`
|
> **blockCount**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:119](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L119)
|
Defined in: [Developer/brk/modules/brk-client/index.js:119](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L119)
|
||||||
|
|
||||||
Number of recent blocks to include
|
Number of recent blocks to include
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlockCumulativeDeltaSumPattern
|
# Interface: BlockCumulativeDeltaSumPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3846](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3846)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3843](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3843)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3846](https://github.com/
|
|||||||
|
|
||||||
> **block**: [`CentsUsdPattern4`](CentsUsdPattern4.md)
|
> **block**: [`CentsUsdPattern4`](CentsUsdPattern4.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3847](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3847)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3844](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3844)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3847](https://github.com/
|
|||||||
|
|
||||||
> **cumulative**: [`CentsUsdPattern`](CentsUsdPattern.md)
|
> **cumulative**: [`CentsUsdPattern`](CentsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3848](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3848)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3845](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3845)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3848](https://github.com/
|
|||||||
|
|
||||||
> **delta**: [`AbsoluteRatePattern2`](AbsoluteRatePattern2.md)
|
> **delta**: [`AbsoluteRatePattern2`](AbsoluteRatePattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3849](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3849)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3846](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3846)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,4 +38,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3849](https://github.com/
|
|||||||
|
|
||||||
> **sum**: [`_1m1w1y24hPattern5`](1m1w1y24hPattern5.md)
|
> **sum**: [`_1m1w1y24hPattern5`](1m1w1y24hPattern5.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3850](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3850)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3847](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3847)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlockCumulativeNegativeSumPattern
|
# Interface: BlockCumulativeNegativeSumPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3823](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3823)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3820](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3820)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3823](https://github.com/
|
|||||||
|
|
||||||
> **block**: [`CentsUsdPattern2`](CentsUsdPattern2.md)
|
> **block**: [`CentsUsdPattern2`](CentsUsdPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3824](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3824)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3821](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3821)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3824](https://github.com/
|
|||||||
|
|
||||||
> **cumulative**: [`CentsUsdPattern3`](CentsUsdPattern3.md)
|
> **cumulative**: [`CentsUsdPattern3`](CentsUsdPattern3.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3825](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3825)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3822](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3822)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3825](https://github.com/
|
|||||||
|
|
||||||
> **negative**: [`BaseSumPattern`](BaseSumPattern.md)
|
> **negative**: [`BaseSumPattern`](BaseSumPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3826](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3826)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3823](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3823)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,4 +38,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3826](https://github.com/
|
|||||||
|
|
||||||
> **sum**: [`_1m1w1y24hPattern6`](1m1w1y24hPattern6.md)
|
> **sum**: [`_1m1w1y24hPattern6`](1m1w1y24hPattern6.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3827](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3827)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3824](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3824)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlockCumulativePattern
|
# Interface: BlockCumulativePattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4687](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4687)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4684](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4684)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4687](https://github.com/
|
|||||||
|
|
||||||
> **block**: [`BtcCentsSatsUsdPattern3`](BtcCentsSatsUsdPattern3.md)
|
> **block**: [`BtcCentsSatsUsdPattern3`](BtcCentsSatsUsdPattern3.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4688](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4688)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4685](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4685)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,4 +22,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4688](https://github.com/
|
|||||||
|
|
||||||
> **cumulative**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
> **cumulative**: [`BtcCentsSatsUsdPattern`](BtcCentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4689](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4689)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4686](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4686)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlockCumulativeSumPattern
|
# Interface: BlockCumulativeSumPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4124](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4124)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4121](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4121)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4124](https://github.com/
|
|||||||
|
|
||||||
> **block**: [`CentsUsdPattern2`](CentsUsdPattern2.md)
|
> **block**: [`CentsUsdPattern2`](CentsUsdPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4125](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4125)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4122](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4122)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4125](https://github.com/
|
|||||||
|
|
||||||
> **cumulative**: [`CentsUsdPattern3`](CentsUsdPattern3.md)
|
> **cumulative**: [`CentsUsdPattern3`](CentsUsdPattern3.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4126](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4126)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4123](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4123)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,4 +30,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4126](https://github.com/
|
|||||||
|
|
||||||
> **sum**: [`_1m1w1y24hPattern6`](1m1w1y24hPattern6.md)
|
> **sum**: [`_1m1w1y24hPattern6`](1m1w1y24hPattern6.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4127](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4127)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4124](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4124)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlockExtras
|
# Interface: BlockExtras
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:124](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L124)
|
Defined in: [Developer/brk/modules/brk-client/index.js:124](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L124)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:124](https://github.com/b
|
|||||||
|
|
||||||
> **avgFee**: `number`
|
> **avgFee**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:130](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L130)
|
Defined in: [Developer/brk/modules/brk-client/index.js:130](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L130)
|
||||||
|
|
||||||
Average fee per transaction in satoshis
|
Average fee per transaction in satoshis
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ Average fee per transaction in satoshis
|
|||||||
|
|
||||||
> **avgFeeRate**: `number`
|
> **avgFeeRate**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:131](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L131)
|
Defined in: [Developer/brk/modules/brk-client/index.js:131](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L131)
|
||||||
|
|
||||||
Average fee rate in sat/vB
|
Average fee rate in sat/vB
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ Average fee rate in sat/vB
|
|||||||
|
|
||||||
> **avgTxSize**: `number`
|
> **avgTxSize**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:137](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L137)
|
Defined in: [Developer/brk/modules/brk-client/index.js:137](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L137)
|
||||||
|
|
||||||
Average transaction size in bytes
|
Average transaction size in bytes
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ Average transaction size in bytes
|
|||||||
|
|
||||||
> `optional` **coinbaseAddress?**: `string` \| `null`
|
> `optional` **coinbaseAddress?**: `string` \| `null`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:133](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L133)
|
Defined in: [Developer/brk/modules/brk-client/index.js:133](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L133)
|
||||||
|
|
||||||
Primary coinbase output address
|
Primary coinbase output address
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Primary coinbase output address
|
|||||||
|
|
||||||
> **coinbaseAddresses**: `string`[]
|
> **coinbaseAddresses**: `string`[]
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:134](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L134)
|
Defined in: [Developer/brk/modules/brk-client/index.js:134](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L134)
|
||||||
|
|
||||||
All coinbase output addresses
|
All coinbase output addresses
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ All coinbase output addresses
|
|||||||
|
|
||||||
> **coinbaseRaw**: `string`
|
> **coinbaseRaw**: `string`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:132](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L132)
|
Defined in: [Developer/brk/modules/brk-client/index.js:132](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L132)
|
||||||
|
|
||||||
Raw coinbase transaction scriptsig as hex
|
Raw coinbase transaction scriptsig as hex
|
||||||
|
|
||||||
@@ -74,7 +74,7 @@ Raw coinbase transaction scriptsig as hex
|
|||||||
|
|
||||||
> **coinbaseSignature**: `string`
|
> **coinbaseSignature**: `string`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:135](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L135)
|
Defined in: [Developer/brk/modules/brk-client/index.js:135](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L135)
|
||||||
|
|
||||||
Coinbase output script in ASM format
|
Coinbase output script in ASM format
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ Coinbase output script in ASM format
|
|||||||
|
|
||||||
> **coinbaseSignatureAscii**: `string`
|
> **coinbaseSignatureAscii**: `string`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:136](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L136)
|
Defined in: [Developer/brk/modules/brk-client/index.js:136](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L136)
|
||||||
|
|
||||||
Coinbase scriptsig decoded as ASCII
|
Coinbase scriptsig decoded as ASCII
|
||||||
|
|
||||||
@@ -94,7 +94,7 @@ Coinbase scriptsig decoded as ASCII
|
|||||||
|
|
||||||
> **feePercentiles**: `number`[]
|
> **feePercentiles**: `number`[]
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:142](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L142)
|
Defined in: [Developer/brk/modules/brk-client/index.js:142](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L142)
|
||||||
|
|
||||||
Fee amount percentiles in satoshis: [min, 10%, 25%, 50%, 75%, 90%, max]
|
Fee amount percentiles in satoshis: [min, 10%, 25%, 50%, 75%, 90%, max]
|
||||||
|
|
||||||
@@ -104,7 +104,7 @@ Fee amount percentiles in satoshis: [min, 10%, 25%, 50%, 75%, 90%, max]
|
|||||||
|
|
||||||
> **feeRange**: `number`[]
|
> **feeRange**: `number`[]
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:127](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L127)
|
Defined in: [Developer/brk/modules/brk-client/index.js:127](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L127)
|
||||||
|
|
||||||
Fee rate range: [min, 10%, 25%, 50%, 75%, 90%, max]
|
Fee rate range: [min, 10%, 25%, 50%, 75%, 90%, max]
|
||||||
|
|
||||||
@@ -114,7 +114,7 @@ Fee rate range: [min, 10%, 25%, 50%, 75%, 90%, max]
|
|||||||
|
|
||||||
> `optional` **firstSeen?**: `number` \| `null`
|
> `optional` **firstSeen?**: `number` \| `null`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:153](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L153)
|
Defined in: [Developer/brk/modules/brk-client/index.js:153](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L153)
|
||||||
|
|
||||||
Timestamp when the block was first seen (always null, not yet supported)
|
Timestamp when the block was first seen (always null, not yet supported)
|
||||||
|
|
||||||
@@ -124,7 +124,7 @@ Timestamp when the block was first seen (always null, not yet supported)
|
|||||||
|
|
||||||
> **header**: `string`
|
> **header**: `string`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:146](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L146)
|
Defined in: [Developer/brk/modules/brk-client/index.js:146](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L146)
|
||||||
|
|
||||||
Raw 80-byte block header as hex
|
Raw 80-byte block header as hex
|
||||||
|
|
||||||
@@ -134,7 +134,7 @@ Raw 80-byte block header as hex
|
|||||||
|
|
||||||
> **medianFee**: `number`
|
> **medianFee**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:126](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L126)
|
Defined in: [Developer/brk/modules/brk-client/index.js:126](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L126)
|
||||||
|
|
||||||
Median fee rate in sat/vB
|
Median fee rate in sat/vB
|
||||||
|
|
||||||
@@ -144,7 +144,7 @@ Median fee rate in sat/vB
|
|||||||
|
|
||||||
> **medianFeeAmt**: `number`
|
> **medianFeeAmt**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:141](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L141)
|
Defined in: [Developer/brk/modules/brk-client/index.js:141](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L141)
|
||||||
|
|
||||||
Median fee amount in satoshis
|
Median fee amount in satoshis
|
||||||
|
|
||||||
@@ -154,7 +154,7 @@ Median fee amount in satoshis
|
|||||||
|
|
||||||
> **orphans**: `string`[]
|
> **orphans**: `string`[]
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:154](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L154)
|
Defined in: [Developer/brk/modules/brk-client/index.js:154](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L154)
|
||||||
|
|
||||||
Orphaned blocks (always empty)
|
Orphaned blocks (always empty)
|
||||||
|
|
||||||
@@ -164,7 +164,7 @@ Orphaned blocks (always empty)
|
|||||||
|
|
||||||
> **pool**: [`BlockPool`](BlockPool.md)
|
> **pool**: [`BlockPool`](BlockPool.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:129](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L129)
|
Defined in: [Developer/brk/modules/brk-client/index.js:129](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L129)
|
||||||
|
|
||||||
Mining pool that mined this block
|
Mining pool that mined this block
|
||||||
|
|
||||||
@@ -174,7 +174,7 @@ Mining pool that mined this block
|
|||||||
|
|
||||||
> **price**: `number`
|
> **price**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:155](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L155)
|
Defined in: [Developer/brk/modules/brk-client/index.js:155](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L155)
|
||||||
|
|
||||||
USD price at block height
|
USD price at block height
|
||||||
|
|
||||||
@@ -184,7 +184,7 @@ USD price at block height
|
|||||||
|
|
||||||
> **reward**: `number`
|
> **reward**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:128](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L128)
|
Defined in: [Developer/brk/modules/brk-client/index.js:128](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L128)
|
||||||
|
|
||||||
Total block reward (subsidy + fees) in satoshis
|
Total block reward (subsidy + fees) in satoshis
|
||||||
|
|
||||||
@@ -194,7 +194,7 @@ Total block reward (subsidy + fees) in satoshis
|
|||||||
|
|
||||||
> **segwitTotalSize**: `number`
|
> **segwitTotalSize**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:144](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L144)
|
Defined in: [Developer/brk/modules/brk-client/index.js:144](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L144)
|
||||||
|
|
||||||
Total size of segwit transactions in bytes
|
Total size of segwit transactions in bytes
|
||||||
|
|
||||||
@@ -204,7 +204,7 @@ Total size of segwit transactions in bytes
|
|||||||
|
|
||||||
> **segwitTotalTxs**: `number`
|
> **segwitTotalTxs**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:143](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L143)
|
Defined in: [Developer/brk/modules/brk-client/index.js:143](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L143)
|
||||||
|
|
||||||
Number of segwit transactions
|
Number of segwit transactions
|
||||||
|
|
||||||
@@ -214,7 +214,7 @@ Number of segwit transactions
|
|||||||
|
|
||||||
> **segwitTotalWeight**: `number`
|
> **segwitTotalWeight**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:145](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L145)
|
Defined in: [Developer/brk/modules/brk-client/index.js:145](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L145)
|
||||||
|
|
||||||
Total weight of segwit transactions
|
Total weight of segwit transactions
|
||||||
|
|
||||||
@@ -224,7 +224,7 @@ Total weight of segwit transactions
|
|||||||
|
|
||||||
> **totalFees**: `number`
|
> **totalFees**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:125](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L125)
|
Defined in: [Developer/brk/modules/brk-client/index.js:125](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L125)
|
||||||
|
|
||||||
Total fees in satoshis
|
Total fees in satoshis
|
||||||
|
|
||||||
@@ -234,7 +234,7 @@ Total fees in satoshis
|
|||||||
|
|
||||||
> **totalInputAmt**: `number`
|
> **totalInputAmt**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:151](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L151)
|
Defined in: [Developer/brk/modules/brk-client/index.js:151](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L151)
|
||||||
|
|
||||||
Total input amount in satoshis
|
Total input amount in satoshis
|
||||||
|
|
||||||
@@ -244,7 +244,7 @@ Total input amount in satoshis
|
|||||||
|
|
||||||
> **totalInputs**: `number`
|
> **totalInputs**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:138](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L138)
|
Defined in: [Developer/brk/modules/brk-client/index.js:138](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L138)
|
||||||
|
|
||||||
Total number of inputs (excluding coinbase)
|
Total number of inputs (excluding coinbase)
|
||||||
|
|
||||||
@@ -254,7 +254,7 @@ Total number of inputs (excluding coinbase)
|
|||||||
|
|
||||||
> **totalOutputAmt**: `number`
|
> **totalOutputAmt**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:140](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L140)
|
Defined in: [Developer/brk/modules/brk-client/index.js:140](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L140)
|
||||||
|
|
||||||
Total output amount in satoshis
|
Total output amount in satoshis
|
||||||
|
|
||||||
@@ -264,7 +264,7 @@ Total output amount in satoshis
|
|||||||
|
|
||||||
> **totalOutputs**: `number`
|
> **totalOutputs**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:139](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L139)
|
Defined in: [Developer/brk/modules/brk-client/index.js:139](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L139)
|
||||||
|
|
||||||
Total number of outputs
|
Total number of outputs
|
||||||
|
|
||||||
@@ -274,7 +274,7 @@ Total number of outputs
|
|||||||
|
|
||||||
> **utxoSetChange**: `number`
|
> **utxoSetChange**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:147](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L147)
|
Defined in: [Developer/brk/modules/brk-client/index.js:147](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L147)
|
||||||
|
|
||||||
UTXO set change (total outputs - total inputs, includes unspendable like OP_RETURN).
|
UTXO set change (total outputs - total inputs, includes unspendable like OP_RETURN).
|
||||||
Note: intentionally differs from utxo_set_size diff which excludes unspendable outputs.
|
Note: intentionally differs from utxo_set_size diff which excludes unspendable outputs.
|
||||||
@@ -286,7 +286,7 @@ Matches mempool.space/bitcoin-cli behavior.
|
|||||||
|
|
||||||
> **utxoSetSize**: `number`
|
> **utxoSetSize**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:150](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L150)
|
Defined in: [Developer/brk/modules/brk-client/index.js:150](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L150)
|
||||||
|
|
||||||
Total spendable UTXO set size at this height (excludes OP_RETURN and other unspendable outputs)
|
Total spendable UTXO set size at this height (excludes OP_RETURN and other unspendable outputs)
|
||||||
|
|
||||||
@@ -296,6 +296,6 @@ Total spendable UTXO set size at this height (excludes OP_RETURN and other unspe
|
|||||||
|
|
||||||
> **virtualSize**: `number`
|
> **virtualSize**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:152](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L152)
|
Defined in: [Developer/brk/modules/brk-client/index.js:152](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L152)
|
||||||
|
|
||||||
Virtual size in vbytes
|
Virtual size in vbytes
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlockFeeRatesEntry
|
# Interface: BlockFeeRatesEntry
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:160](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L160)
|
Defined in: [Developer/brk/modules/brk-client/index.js:160](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L160)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:160](https://github.com/b
|
|||||||
|
|
||||||
> **avgFee0**: `number`
|
> **avgFee0**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:163](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L163)
|
Defined in: [Developer/brk/modules/brk-client/index.js:163](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L163)
|
||||||
|
|
||||||
Minimum fee rate (sat/vB)
|
Minimum fee rate (sat/vB)
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ Minimum fee rate (sat/vB)
|
|||||||
|
|
||||||
> **avgFee10**: `number`
|
> **avgFee10**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:164](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L164)
|
Defined in: [Developer/brk/modules/brk-client/index.js:164](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L164)
|
||||||
|
|
||||||
10th percentile fee rate (sat/vB)
|
10th percentile fee rate (sat/vB)
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:164](https://github.com/b
|
|||||||
|
|
||||||
> **avgFee100**: `number`
|
> **avgFee100**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:169](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L169)
|
Defined in: [Developer/brk/modules/brk-client/index.js:169](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L169)
|
||||||
|
|
||||||
Maximum fee rate (sat/vB)
|
Maximum fee rate (sat/vB)
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ Maximum fee rate (sat/vB)
|
|||||||
|
|
||||||
> **avgFee25**: `number`
|
> **avgFee25**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:165](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L165)
|
Defined in: [Developer/brk/modules/brk-client/index.js:165](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L165)
|
||||||
|
|
||||||
25th percentile fee rate (sat/vB)
|
25th percentile fee rate (sat/vB)
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:165](https://github.com/b
|
|||||||
|
|
||||||
> **avgFee50**: `number`
|
> **avgFee50**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:166](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L166)
|
Defined in: [Developer/brk/modules/brk-client/index.js:166](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L166)
|
||||||
|
|
||||||
Median fee rate (sat/vB)
|
Median fee rate (sat/vB)
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ Median fee rate (sat/vB)
|
|||||||
|
|
||||||
> **avgFee75**: `number`
|
> **avgFee75**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:167](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L167)
|
Defined in: [Developer/brk/modules/brk-client/index.js:167](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L167)
|
||||||
|
|
||||||
75th percentile fee rate (sat/vB)
|
75th percentile fee rate (sat/vB)
|
||||||
|
|
||||||
@@ -74,7 +74,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:167](https://github.com/b
|
|||||||
|
|
||||||
> **avgFee90**: `number`
|
> **avgFee90**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:168](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L168)
|
Defined in: [Developer/brk/modules/brk-client/index.js:168](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L168)
|
||||||
|
|
||||||
90th percentile fee rate (sat/vB)
|
90th percentile fee rate (sat/vB)
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:168](https://github.com/b
|
|||||||
|
|
||||||
> **avgHeight**: `number`
|
> **avgHeight**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:161](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L161)
|
Defined in: [Developer/brk/modules/brk-client/index.js:161](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L161)
|
||||||
|
|
||||||
Average block height in this window
|
Average block height in this window
|
||||||
|
|
||||||
@@ -94,6 +94,6 @@ Average block height in this window
|
|||||||
|
|
||||||
> **timestamp**: `number`
|
> **timestamp**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:162](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L162)
|
Defined in: [Developer/brk/modules/brk-client/index.js:162](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L162)
|
||||||
|
|
||||||
Unix timestamp at the window midpoint
|
Unix timestamp at the window midpoint
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlockFeesEntry
|
# Interface: BlockFeesEntry
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:174](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L174)
|
Defined in: [Developer/brk/modules/brk-client/index.js:174](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L174)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:174](https://github.com/b
|
|||||||
|
|
||||||
> **avgFees**: `number`
|
> **avgFees**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:177](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L177)
|
Defined in: [Developer/brk/modules/brk-client/index.js:177](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L177)
|
||||||
|
|
||||||
Average fees per block in this window (sats)
|
Average fees per block in this window (sats)
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ Average fees per block in this window (sats)
|
|||||||
|
|
||||||
> **avgHeight**: `number`
|
> **avgHeight**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:175](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L175)
|
Defined in: [Developer/brk/modules/brk-client/index.js:175](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L175)
|
||||||
|
|
||||||
Average block height in this window
|
Average block height in this window
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ Average block height in this window
|
|||||||
|
|
||||||
> **timestamp**: `number`
|
> **timestamp**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:176](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L176)
|
Defined in: [Developer/brk/modules/brk-client/index.js:176](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L176)
|
||||||
|
|
||||||
Unix timestamp at the window midpoint
|
Unix timestamp at the window midpoint
|
||||||
|
|
||||||
@@ -44,6 +44,6 @@ Unix timestamp at the window midpoint
|
|||||||
|
|
||||||
> **uSD**: `number`
|
> **uSD**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:178](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L178)
|
Defined in: [Developer/brk/modules/brk-client/index.js:178](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L178)
|
||||||
|
|
||||||
BTC/USD price at this height
|
BTC/USD price at this height
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlockHashParam
|
# Interface: BlockHashParam
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:188](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L188)
|
Defined in: [Developer/brk/modules/brk-client/index.js:188](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L188)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,4 +14,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:188](https://github.com/b
|
|||||||
|
|
||||||
> **hash**: `string`
|
> **hash**: `string`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:189](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L189)
|
Defined in: [Developer/brk/modules/brk-client/index.js:189](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L189)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlockHashStartIndex
|
# Interface: BlockHashStartIndex
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:194](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L194)
|
Defined in: [Developer/brk/modules/brk-client/index.js:194](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L194)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:194](https://github.com/b
|
|||||||
|
|
||||||
> **hash**: `string`
|
> **hash**: `string`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:195](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L195)
|
Defined in: [Developer/brk/modules/brk-client/index.js:195](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L195)
|
||||||
|
|
||||||
Bitcoin block hash
|
Bitcoin block hash
|
||||||
|
|
||||||
@@ -24,6 +24,6 @@ Bitcoin block hash
|
|||||||
|
|
||||||
> **startIndex**: `number`
|
> **startIndex**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:196](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L196)
|
Defined in: [Developer/brk/modules/brk-client/index.js:196](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L196)
|
||||||
|
|
||||||
Starting transaction index within the block (0-based)
|
Starting transaction index within the block (0-based)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlockHashTxIndex
|
# Interface: BlockHashTxIndex
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:201](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L201)
|
Defined in: [Developer/brk/modules/brk-client/index.js:201](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L201)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:201](https://github.com/b
|
|||||||
|
|
||||||
> **hash**: `string`
|
> **hash**: `string`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:202](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L202)
|
Defined in: [Developer/brk/modules/brk-client/index.js:202](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L202)
|
||||||
|
|
||||||
Bitcoin block hash
|
Bitcoin block hash
|
||||||
|
|
||||||
@@ -24,6 +24,6 @@ Bitcoin block hash
|
|||||||
|
|
||||||
> **index**: `number`
|
> **index**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:203](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L203)
|
Defined in: [Developer/brk/modules/brk-client/index.js:203](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L203)
|
||||||
|
|
||||||
Transaction index within the block (0-based)
|
Transaction index within the block (0-based)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlockInfo
|
# Interface: BlockInfo
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:208](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L208)
|
Defined in: [Developer/brk/modules/brk-client/index.js:208](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L208)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:208](https://github.com/b
|
|||||||
|
|
||||||
> **bits**: `number`
|
> **bits**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:213](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L213)
|
Defined in: [Developer/brk/modules/brk-client/index.js:213](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L213)
|
||||||
|
|
||||||
Compact target (bits)
|
Compact target (bits)
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ Compact target (bits)
|
|||||||
|
|
||||||
> **difficulty**: `number`
|
> **difficulty**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:215](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L215)
|
Defined in: [Developer/brk/modules/brk-client/index.js:215](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L215)
|
||||||
|
|
||||||
Block difficulty
|
Block difficulty
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ Block difficulty
|
|||||||
|
|
||||||
> **height**: `number`
|
> **height**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:210](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L210)
|
Defined in: [Developer/brk/modules/brk-client/index.js:210](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L210)
|
||||||
|
|
||||||
Block height
|
Block height
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ Block height
|
|||||||
|
|
||||||
> **id**: `string`
|
> **id**: `string`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:209](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L209)
|
Defined in: [Developer/brk/modules/brk-client/index.js:209](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L209)
|
||||||
|
|
||||||
Block hash
|
Block hash
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Block hash
|
|||||||
|
|
||||||
> **mediantime**: `number`
|
> **mediantime**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:221](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L221)
|
Defined in: [Developer/brk/modules/brk-client/index.js:221](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L221)
|
||||||
|
|
||||||
Median time of the last 11 blocks
|
Median time of the last 11 blocks
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ Median time of the last 11 blocks
|
|||||||
|
|
||||||
> **merkleRoot**: `string`
|
> **merkleRoot**: `string`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:216](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L216)
|
Defined in: [Developer/brk/modules/brk-client/index.js:216](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L216)
|
||||||
|
|
||||||
Merkle root of the transaction tree
|
Merkle root of the transaction tree
|
||||||
|
|
||||||
@@ -74,7 +74,7 @@ Merkle root of the transaction tree
|
|||||||
|
|
||||||
> **nonce**: `number`
|
> **nonce**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:214](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L214)
|
Defined in: [Developer/brk/modules/brk-client/index.js:214](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L214)
|
||||||
|
|
||||||
Nonce
|
Nonce
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ Nonce
|
|||||||
|
|
||||||
> **previousblockhash**: `string`
|
> **previousblockhash**: `string`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:220](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L220)
|
Defined in: [Developer/brk/modules/brk-client/index.js:220](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L220)
|
||||||
|
|
||||||
Previous block hash
|
Previous block hash
|
||||||
|
|
||||||
@@ -94,7 +94,7 @@ Previous block hash
|
|||||||
|
|
||||||
> **size**: `number`
|
> **size**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:218](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L218)
|
Defined in: [Developer/brk/modules/brk-client/index.js:218](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L218)
|
||||||
|
|
||||||
Block size in bytes
|
Block size in bytes
|
||||||
|
|
||||||
@@ -104,7 +104,7 @@ Block size in bytes
|
|||||||
|
|
||||||
> **timestamp**: `number`
|
> **timestamp**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:212](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L212)
|
Defined in: [Developer/brk/modules/brk-client/index.js:212](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L212)
|
||||||
|
|
||||||
Block timestamp (Unix time)
|
Block timestamp (Unix time)
|
||||||
|
|
||||||
@@ -114,7 +114,7 @@ Block timestamp (Unix time)
|
|||||||
|
|
||||||
> **txCount**: `number`
|
> **txCount**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:217](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L217)
|
Defined in: [Developer/brk/modules/brk-client/index.js:217](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L217)
|
||||||
|
|
||||||
Number of transactions
|
Number of transactions
|
||||||
|
|
||||||
@@ -124,7 +124,7 @@ Number of transactions
|
|||||||
|
|
||||||
> **version**: `number`
|
> **version**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:211](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L211)
|
Defined in: [Developer/brk/modules/brk-client/index.js:211](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L211)
|
||||||
|
|
||||||
Block version
|
Block version
|
||||||
|
|
||||||
@@ -134,6 +134,6 @@ Block version
|
|||||||
|
|
||||||
> **weight**: `number`
|
> **weight**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:219](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L219)
|
Defined in: [Developer/brk/modules/brk-client/index.js:219](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L219)
|
||||||
|
|
||||||
Block weight in weight units
|
Block weight in weight units
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlockInfoV1
|
# Interface: BlockInfoV1
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:226](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L226)
|
Defined in: [Developer/brk/modules/brk-client/index.js:226](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L226)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:226](https://github.com/b
|
|||||||
|
|
||||||
> **bits**: `number`
|
> **bits**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:231](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L231)
|
Defined in: [Developer/brk/modules/brk-client/index.js:231](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L231)
|
||||||
|
|
||||||
Compact target (bits)
|
Compact target (bits)
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ Compact target (bits)
|
|||||||
|
|
||||||
> **difficulty**: `number`
|
> **difficulty**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:233](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L233)
|
Defined in: [Developer/brk/modules/brk-client/index.js:233](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L233)
|
||||||
|
|
||||||
Block difficulty
|
Block difficulty
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ Block difficulty
|
|||||||
|
|
||||||
> **extras**: [`BlockExtras`](BlockExtras.md)
|
> **extras**: [`BlockExtras`](BlockExtras.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:241](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L241)
|
Defined in: [Developer/brk/modules/brk-client/index.js:241](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L241)
|
||||||
|
|
||||||
Extended block data
|
Extended block data
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ Extended block data
|
|||||||
|
|
||||||
> **height**: `number`
|
> **height**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:228](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L228)
|
Defined in: [Developer/brk/modules/brk-client/index.js:228](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L228)
|
||||||
|
|
||||||
Block height
|
Block height
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Block height
|
|||||||
|
|
||||||
> **id**: `string`
|
> **id**: `string`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:227](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L227)
|
Defined in: [Developer/brk/modules/brk-client/index.js:227](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L227)
|
||||||
|
|
||||||
Block hash
|
Block hash
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ Block hash
|
|||||||
|
|
||||||
> **mediantime**: `number`
|
> **mediantime**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:239](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L239)
|
Defined in: [Developer/brk/modules/brk-client/index.js:239](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L239)
|
||||||
|
|
||||||
Median time of the last 11 blocks
|
Median time of the last 11 blocks
|
||||||
|
|
||||||
@@ -74,7 +74,7 @@ Median time of the last 11 blocks
|
|||||||
|
|
||||||
> **merkleRoot**: `string`
|
> **merkleRoot**: `string`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:234](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L234)
|
Defined in: [Developer/brk/modules/brk-client/index.js:234](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L234)
|
||||||
|
|
||||||
Merkle root of the transaction tree
|
Merkle root of the transaction tree
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ Merkle root of the transaction tree
|
|||||||
|
|
||||||
> **nonce**: `number`
|
> **nonce**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:232](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L232)
|
Defined in: [Developer/brk/modules/brk-client/index.js:232](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L232)
|
||||||
|
|
||||||
Nonce
|
Nonce
|
||||||
|
|
||||||
@@ -94,7 +94,7 @@ Nonce
|
|||||||
|
|
||||||
> **previousblockhash**: `string`
|
> **previousblockhash**: `string`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:238](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L238)
|
Defined in: [Developer/brk/modules/brk-client/index.js:238](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L238)
|
||||||
|
|
||||||
Previous block hash
|
Previous block hash
|
||||||
|
|
||||||
@@ -104,7 +104,7 @@ Previous block hash
|
|||||||
|
|
||||||
> **size**: `number`
|
> **size**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:236](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L236)
|
Defined in: [Developer/brk/modules/brk-client/index.js:236](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L236)
|
||||||
|
|
||||||
Block size in bytes
|
Block size in bytes
|
||||||
|
|
||||||
@@ -114,7 +114,7 @@ Block size in bytes
|
|||||||
|
|
||||||
> `optional` **stale?**: `boolean`
|
> `optional` **stale?**: `boolean`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:240](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L240)
|
Defined in: [Developer/brk/modules/brk-client/index.js:240](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L240)
|
||||||
|
|
||||||
Whether this block has been replaced by a longer chain
|
Whether this block has been replaced by a longer chain
|
||||||
|
|
||||||
@@ -124,7 +124,7 @@ Whether this block has been replaced by a longer chain
|
|||||||
|
|
||||||
> **timestamp**: `number`
|
> **timestamp**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:230](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L230)
|
Defined in: [Developer/brk/modules/brk-client/index.js:230](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L230)
|
||||||
|
|
||||||
Block timestamp (Unix time)
|
Block timestamp (Unix time)
|
||||||
|
|
||||||
@@ -134,7 +134,7 @@ Block timestamp (Unix time)
|
|||||||
|
|
||||||
> **txCount**: `number`
|
> **txCount**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:235](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L235)
|
Defined in: [Developer/brk/modules/brk-client/index.js:235](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L235)
|
||||||
|
|
||||||
Number of transactions
|
Number of transactions
|
||||||
|
|
||||||
@@ -144,7 +144,7 @@ Number of transactions
|
|||||||
|
|
||||||
> **version**: `number`
|
> **version**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:229](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L229)
|
Defined in: [Developer/brk/modules/brk-client/index.js:229](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L229)
|
||||||
|
|
||||||
Block version
|
Block version
|
||||||
|
|
||||||
@@ -154,6 +154,6 @@ Block version
|
|||||||
|
|
||||||
> **weight**: `number`
|
> **weight**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:237](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L237)
|
Defined in: [Developer/brk/modules/brk-client/index.js:237](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L237)
|
||||||
|
|
||||||
Block weight in weight units
|
Block weight in weight units
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlockPool
|
# Interface: BlockPool
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:246](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L246)
|
Defined in: [Developer/brk/modules/brk-client/index.js:246](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L246)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:246](https://github.com/b
|
|||||||
|
|
||||||
> **id**: `number`
|
> **id**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:247](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L247)
|
Defined in: [Developer/brk/modules/brk-client/index.js:247](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L247)
|
||||||
|
|
||||||
Unique pool identifier
|
Unique pool identifier
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ Unique pool identifier
|
|||||||
|
|
||||||
> `optional` **minerNames?**: `string`[] \| `null`
|
> `optional` **minerNames?**: `string`[] \| `null`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:250](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L250)
|
Defined in: [Developer/brk/modules/brk-client/index.js:250](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L250)
|
||||||
|
|
||||||
Miner name tags found in coinbase scriptsig
|
Miner name tags found in coinbase scriptsig
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ Miner name tags found in coinbase scriptsig
|
|||||||
|
|
||||||
> **name**: `string`
|
> **name**: `string`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:248](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L248)
|
Defined in: [Developer/brk/modules/brk-client/index.js:248](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L248)
|
||||||
|
|
||||||
Pool name
|
Pool name
|
||||||
|
|
||||||
@@ -44,6 +44,6 @@ Pool name
|
|||||||
|
|
||||||
> **slug**: [`PoolSlug`](../type-aliases/PoolSlug.md)
|
> **slug**: [`PoolSlug`](../type-aliases/PoolSlug.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:249](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L249)
|
Defined in: [Developer/brk/modules/brk-client/index.js:249](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L249)
|
||||||
|
|
||||||
URL-friendly pool identifier
|
URL-friendly pool identifier
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlockRewardsEntry
|
# Interface: BlockRewardsEntry
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:255](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L255)
|
Defined in: [Developer/brk/modules/brk-client/index.js:255](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L255)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:255](https://github.com/b
|
|||||||
|
|
||||||
> **avgHeight**: `number`
|
> **avgHeight**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:256](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L256)
|
Defined in: [Developer/brk/modules/brk-client/index.js:256](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L256)
|
||||||
|
|
||||||
Average block height in this window
|
Average block height in this window
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ Average block height in this window
|
|||||||
|
|
||||||
> **avgRewards**: `number`
|
> **avgRewards**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:258](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L258)
|
Defined in: [Developer/brk/modules/brk-client/index.js:258](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L258)
|
||||||
|
|
||||||
Average coinbase reward per block (subsidy + fees, sats)
|
Average coinbase reward per block (subsidy + fees, sats)
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ Average coinbase reward per block (subsidy + fees, sats)
|
|||||||
|
|
||||||
> **timestamp**: `number`
|
> **timestamp**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:257](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L257)
|
Defined in: [Developer/brk/modules/brk-client/index.js:257](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L257)
|
||||||
|
|
||||||
Unix timestamp at the window midpoint
|
Unix timestamp at the window midpoint
|
||||||
|
|
||||||
@@ -44,6 +44,6 @@ Unix timestamp at the window midpoint
|
|||||||
|
|
||||||
> **uSD**: `number`
|
> **uSD**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:259](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L259)
|
Defined in: [Developer/brk/modules/brk-client/index.js:259](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L259)
|
||||||
|
|
||||||
BTC/USD price at this height
|
BTC/USD price at this height
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlockSizeEntry
|
# Interface: BlockSizeEntry
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:264](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L264)
|
Defined in: [Developer/brk/modules/brk-client/index.js:264](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L264)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:264](https://github.com/b
|
|||||||
|
|
||||||
> **avgHeight**: `number`
|
> **avgHeight**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:265](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L265)
|
Defined in: [Developer/brk/modules/brk-client/index.js:265](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L265)
|
||||||
|
|
||||||
Average block height in this window
|
Average block height in this window
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ Average block height in this window
|
|||||||
|
|
||||||
> **avgSize**: `number`
|
> **avgSize**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:267](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L267)
|
Defined in: [Developer/brk/modules/brk-client/index.js:267](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L267)
|
||||||
|
|
||||||
Rolling 24h median block size (bytes)
|
Rolling 24h median block size (bytes)
|
||||||
|
|
||||||
@@ -34,6 +34,6 @@ Rolling 24h median block size (bytes)
|
|||||||
|
|
||||||
> **timestamp**: `number`
|
> **timestamp**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:266](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L266)
|
Defined in: [Developer/brk/modules/brk-client/index.js:266](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L266)
|
||||||
|
|
||||||
Unix timestamp at the window midpoint
|
Unix timestamp at the window midpoint
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlockSizesWeights
|
# Interface: BlockSizesWeights
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:272](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L272)
|
Defined in: [Developer/brk/modules/brk-client/index.js:272](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L272)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:272](https://github.com/b
|
|||||||
|
|
||||||
> **sizes**: [`BlockSizeEntry`](BlockSizeEntry.md)[]
|
> **sizes**: [`BlockSizeEntry`](BlockSizeEntry.md)[]
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:273](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L273)
|
Defined in: [Developer/brk/modules/brk-client/index.js:273](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L273)
|
||||||
|
|
||||||
Block size data points
|
Block size data points
|
||||||
|
|
||||||
@@ -24,6 +24,6 @@ Block size data points
|
|||||||
|
|
||||||
> **weights**: [`BlockWeightEntry`](BlockWeightEntry.md)[]
|
> **weights**: [`BlockWeightEntry`](BlockWeightEntry.md)[]
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:274](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L274)
|
Defined in: [Developer/brk/modules/brk-client/index.js:274](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L274)
|
||||||
|
|
||||||
Block weight data points
|
Block weight data points
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlockStatus
|
# Interface: BlockStatus
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:279](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L279)
|
Defined in: [Developer/brk/modules/brk-client/index.js:279](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L279)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:279](https://github.com/b
|
|||||||
|
|
||||||
> `optional` **height?**: `number` \| `null`
|
> `optional` **height?**: `number` \| `null`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:281](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L281)
|
Defined in: [Developer/brk/modules/brk-client/index.js:281](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L281)
|
||||||
|
|
||||||
Block height (only if in best chain)
|
Block height (only if in best chain)
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ Block height (only if in best chain)
|
|||||||
|
|
||||||
> **inBestChain**: `boolean`
|
> **inBestChain**: `boolean`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:280](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L280)
|
Defined in: [Developer/brk/modules/brk-client/index.js:280](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L280)
|
||||||
|
|
||||||
Whether this block is in the best chain
|
Whether this block is in the best chain
|
||||||
|
|
||||||
@@ -34,6 +34,6 @@ Whether this block is in the best chain
|
|||||||
|
|
||||||
> `optional` **nextBest?**: `string` \| `null`
|
> `optional` **nextBest?**: `string` \| `null`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:282](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L282)
|
Defined in: [Developer/brk/modules/brk-client/index.js:282](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L282)
|
||||||
|
|
||||||
Hash of the next block in the best chain (null if tip)
|
Hash of the next block in the best chain (null if tip)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlockTimestamp
|
# Interface: BlockTimestamp
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:287](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L287)
|
Defined in: [Developer/brk/modules/brk-client/index.js:287](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L287)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:287](https://github.com/b
|
|||||||
|
|
||||||
> **hash**: `string`
|
> **hash**: `string`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:289](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L289)
|
Defined in: [Developer/brk/modules/brk-client/index.js:289](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L289)
|
||||||
|
|
||||||
Block hash
|
Block hash
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ Block hash
|
|||||||
|
|
||||||
> **height**: `number`
|
> **height**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:288](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L288)
|
Defined in: [Developer/brk/modules/brk-client/index.js:288](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L288)
|
||||||
|
|
||||||
Block height
|
Block height
|
||||||
|
|
||||||
@@ -34,6 +34,6 @@ Block height
|
|||||||
|
|
||||||
> **timestamp**: `string`
|
> **timestamp**: `string`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:290](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L290)
|
Defined in: [Developer/brk/modules/brk-client/index.js:290](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L290)
|
||||||
|
|
||||||
Block timestamp in ISO 8601 format
|
Block timestamp in ISO 8601 format
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlockWeightEntry
|
# Interface: BlockWeightEntry
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:301](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L301)
|
Defined in: [Developer/brk/modules/brk-client/index.js:301](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L301)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:301](https://github.com/b
|
|||||||
|
|
||||||
> **avgHeight**: `number`
|
> **avgHeight**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:302](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L302)
|
Defined in: [Developer/brk/modules/brk-client/index.js:302](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L302)
|
||||||
|
|
||||||
Average block height in this window
|
Average block height in this window
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ Average block height in this window
|
|||||||
|
|
||||||
> **avgWeight**: `number`
|
> **avgWeight**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:304](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L304)
|
Defined in: [Developer/brk/modules/brk-client/index.js:304](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L304)
|
||||||
|
|
||||||
Rolling 24h median block weight (weight units)
|
Rolling 24h median block weight (weight units)
|
||||||
|
|
||||||
@@ -34,6 +34,6 @@ Rolling 24h median block weight (weight units)
|
|||||||
|
|
||||||
> **timestamp**: `number`
|
> **timestamp**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:303](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L303)
|
Defined in: [Developer/brk/modules/brk-client/index.js:303](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L303)
|
||||||
|
|
||||||
Unix timestamp at the window midpoint
|
Unix timestamp at the window midpoint
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlocksDominancePattern
|
# Interface: BlocksDominancePattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4706](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4706)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4703](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4703)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4706](https://github.com/
|
|||||||
|
|
||||||
> **blocksMined**: [`AverageBlockCumulativeSumPattern2`](AverageBlockCumulativeSumPattern2.md)
|
> **blocksMined**: [`AverageBlockCumulativeSumPattern2`](AverageBlockCumulativeSumPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4707](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4707)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4704](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4704)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,4 +22,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4707](https://github.com/
|
|||||||
|
|
||||||
> **dominance**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
> **dominance**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4708](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4708)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4705](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4705)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BlocksDominanceRewardsPattern
|
# Interface: BlocksDominanceRewardsPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4145](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4145)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4142](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4142)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4145](https://github.com/
|
|||||||
|
|
||||||
> **blocksMined**: [`AverageBlockCumulativeSumPattern2`](AverageBlockCumulativeSumPattern2.md)
|
> **blocksMined**: [`AverageBlockCumulativeSumPattern2`](AverageBlockCumulativeSumPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4146](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4146)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4143](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4143)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4146](https://github.com/
|
|||||||
|
|
||||||
> **dominance**: [`_1m1w1y24hBpsPercentRatioPattern`](1m1w1y24hBpsPercentRatioPattern.md)
|
> **dominance**: [`_1m1w1y24hBpsPercentRatioPattern`](1m1w1y24hBpsPercentRatioPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4147](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4147)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4144](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4144)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,4 +30,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4147](https://github.com/
|
|||||||
|
|
||||||
> **rewards**: [`AverageBlockCumulativeSumPattern3`](AverageBlockCumulativeSumPattern3.md)
|
> **rewards**: [`AverageBlockCumulativeSumPattern3`](AverageBlockCumulativeSumPattern3.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4148](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4148)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4145](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4145)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BpsCentsPercentilesRatioSatsSmaStdUsdPattern
|
# Interface: BpsCentsPercentilesRatioSatsSmaStdUsdPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2832](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2832)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2829](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2829)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2832](https://github.com/
|
|||||||
|
|
||||||
> **bps**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **bps**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2833](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2833)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2830](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2830)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2833](https://github.com/
|
|||||||
|
|
||||||
> **cents**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **cents**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2834](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2834)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2831](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2831)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2834](https://github.com/
|
|||||||
|
|
||||||
> **percentiles**: [`Pct0Pct1Pct2Pct5Pct95Pct98Pct99Pattern`](Pct0Pct1Pct2Pct5Pct95Pct98Pct99Pattern.md)
|
> **percentiles**: [`Pct0Pct1Pct2Pct5Pct95Pct98Pct99Pattern`](Pct0Pct1Pct2Pct5Pct95Pct98Pct99Pattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2835](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2835)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2832](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2832)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2835](https://github.com/
|
|||||||
|
|
||||||
> **ratio**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **ratio**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2836](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2836)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2833](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2833)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2836](https://github.com/
|
|||||||
|
|
||||||
> **sats**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **sats**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2837](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2837)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2834](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2834)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2837](https://github.com/
|
|||||||
|
|
||||||
> **sma**: [`_1m1w1y2y4yAllPattern`](1m1w1y2y4yAllPattern.md)
|
> **sma**: [`_1m1w1y2y4yAllPattern`](1m1w1y2y4yAllPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2838](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2838)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2835](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2835)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2838](https://github.com/
|
|||||||
|
|
||||||
> **stdDev**: [`_1y2y4yAllPattern`](1y2y4yAllPattern.md)
|
> **stdDev**: [`_1y2y4yAllPattern`](1y2y4yAllPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2839](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2839)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2836](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2836)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -70,4 +70,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2839](https://github.com/
|
|||||||
|
|
||||||
> **usd**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **usd**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2840](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2840)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2837](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2837)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BpsCentsPercentilesRatioSatsUsdPattern
|
# Interface: BpsCentsPercentilesRatioSatsUsdPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3143](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3143)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3140](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3140)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3143](https://github.com/
|
|||||||
|
|
||||||
> **bps**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **bps**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3144](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3144)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3141](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3141)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3144](https://github.com/
|
|||||||
|
|
||||||
> **cents**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **cents**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3145](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3145)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3142](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3142)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3145](https://github.com/
|
|||||||
|
|
||||||
> **percentiles**: [`Pct0Pct1Pct2Pct5Pct95Pct98Pct99Pattern`](Pct0Pct1Pct2Pct5Pct95Pct98Pct99Pattern.md)
|
> **percentiles**: [`Pct0Pct1Pct2Pct5Pct95Pct98Pct99Pattern`](Pct0Pct1Pct2Pct5Pct95Pct98Pct99Pattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3146](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3146)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3143](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3143)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3146](https://github.com/
|
|||||||
|
|
||||||
> **ratio**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **ratio**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3147](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3147)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3144](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3144)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3147](https://github.com/
|
|||||||
|
|
||||||
> **sats**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **sats**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3148](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3148)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3145](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3145)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -54,4 +54,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3148](https://github.com/
|
|||||||
|
|
||||||
> **usd**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **usd**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3149](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3149)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3146](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3146)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BpsCentsRatioSatsUsdPattern
|
# Interface: BpsCentsRatioSatsUsdPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3426](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3426)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3423](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3423)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3426](https://github.com/
|
|||||||
|
|
||||||
> **bps**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **bps**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3427](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3427)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3424](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3424)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3427](https://github.com/
|
|||||||
|
|
||||||
> **cents**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **cents**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3428](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3428)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3425](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3425)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3428](https://github.com/
|
|||||||
|
|
||||||
> **ratio**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **ratio**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3429](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3429)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3426](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3426)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3429](https://github.com/
|
|||||||
|
|
||||||
> **sats**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **sats**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3430](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3430)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3427](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3427)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,4 +46,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3430](https://github.com/
|
|||||||
|
|
||||||
> **usd**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **usd**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3431](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3431)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3428](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3428)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BpsPercentRatioPattern
|
# Interface: BpsPercentRatioPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4251](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4251)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4248](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4248)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4251](https://github.com/
|
|||||||
|
|
||||||
> **bps**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **bps**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4252](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4252)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4249](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4249)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4252](https://github.com/
|
|||||||
|
|
||||||
> **percent**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **percent**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4253](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4253)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4250](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4250)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,4 +30,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4253](https://github.com/
|
|||||||
|
|
||||||
> **ratio**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **ratio**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4254](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4254)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4251](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4251)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BpsPercentRatioPattern2
|
# Interface: BpsPercentRatioPattern2
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4166](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4166)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4163](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4163)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4166](https://github.com/
|
|||||||
|
|
||||||
> **bps**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **bps**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4167](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4167)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4164](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4164)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4167](https://github.com/
|
|||||||
|
|
||||||
> **percent**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **percent**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4168](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4168)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4165](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4165)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,4 +30,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4168](https://github.com/
|
|||||||
|
|
||||||
> **ratio**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **ratio**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4169](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4169)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4166](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4166)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BpsPercentRatioPattern4
|
# Interface: BpsPercentRatioPattern4
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4187](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4187)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4184](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4184)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4187](https://github.com/
|
|||||||
|
|
||||||
> **bps**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **bps**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4188](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4188)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4185](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4185)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4188](https://github.com/
|
|||||||
|
|
||||||
> **percent**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **percent**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4189](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4189)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4186](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4186)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,4 +30,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4189](https://github.com/
|
|||||||
|
|
||||||
> **ratio**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **ratio**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4190](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4190)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4187](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4187)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BpsPercentRatioPattern5
|
# Interface: BpsPercentRatioPattern5
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4230](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4230)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4227](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4227)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4230](https://github.com/
|
|||||||
|
|
||||||
> **bps**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **bps**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4231](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4231)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4228](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4228)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4231](https://github.com/
|
|||||||
|
|
||||||
> **percent**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **percent**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4232](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4232)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4229](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4229)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,4 +30,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4232](https://github.com/
|
|||||||
|
|
||||||
> **ratio**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **ratio**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4233](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4233)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4230](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4230)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BpsPriceRatioPattern
|
# Interface: BpsPriceRatioPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4208](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4208)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4205](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4205)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4208](https://github.com/
|
|||||||
|
|
||||||
> **bps**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **bps**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4209](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4209)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4206](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4206)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4209](https://github.com/
|
|||||||
|
|
||||||
> **price**: [`CentsSatsUsdPattern`](CentsSatsUsdPattern.md)
|
> **price**: [`CentsSatsUsdPattern`](CentsSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4210](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4210)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4207](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4207)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,4 +30,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4210](https://github.com/
|
|||||||
|
|
||||||
> **ratio**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **ratio**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4211](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4211)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4208](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4208)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BpsRatioPattern
|
# Interface: BpsRatioPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4744](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4744)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4741](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4741)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4744](https://github.com/
|
|||||||
|
|
||||||
> **bps**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **bps**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4745](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4745)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4742](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4742)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,4 +22,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4745](https://github.com/
|
|||||||
|
|
||||||
> **ratio**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **ratio**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4746](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4746)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4743](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4743)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BpsRatioPattern2
|
# Interface: BpsRatioPattern2
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4725](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4725)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4722](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4722)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4725](https://github.com/
|
|||||||
|
|
||||||
> **bps**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **bps**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4726](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4726)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4723](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4723)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,4 +22,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4726](https://github.com/
|
|||||||
|
|
||||||
> **ratio**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **ratio**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4727](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4727)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4724](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4724)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BrkClientOptions
|
# Interface: BrkClientOptions
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:1383](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1383)
|
Defined in: [Developer/brk/modules/brk-client/index.js:1380](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1380)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:1383](https://github.com/
|
|||||||
|
|
||||||
> **baseUrl**: `string`
|
> **baseUrl**: `string`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:1384](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1384)
|
Defined in: [Developer/brk/modules/brk-client/index.js:1381](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1381)
|
||||||
|
|
||||||
Base URL for the API
|
Base URL for the API
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ Base URL for the API
|
|||||||
|
|
||||||
> `optional` **browserCache?**: `string` \| `boolean`
|
> `optional` **browserCache?**: `string` \| `boolean`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:1386](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1386)
|
Defined in: [Developer/brk/modules/brk-client/index.js:1383](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1383)
|
||||||
|
|
||||||
Enable browser Cache API with default name (true), custom name (string), or disable (false). No effect in Node.js. Default: true
|
Enable browser Cache API with default name (true), custom name (string), or disable (false). No effect in Node.js. Default: true
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ Enable browser Cache API with default name (true), custom name (string), or disa
|
|||||||
|
|
||||||
> `optional` **memCache?**: `number` \| `boolean`
|
> `optional` **memCache?**: `number` \| `boolean`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:1387](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1387)
|
Defined in: [Developer/brk/modules/brk-client/index.js:1384](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1384)
|
||||||
|
|
||||||
In-memory parsed-response cache size (LRU). true/undefined → 1000, false/0 → disabled. Lets 304 responses skip the JSON parse entirely. Default: 1000
|
In-memory parsed-response cache size (LRU). true/undefined → 1000, false/0 → disabled. Lets 304 responses skip the JSON parse entirely. Default: 1000
|
||||||
|
|
||||||
@@ -44,6 +44,6 @@ In-memory parsed-response cache size (LRU). true/undefined → 1000, false/0 →
|
|||||||
|
|
||||||
> `optional` **timeout?**: `number`
|
> `optional` **timeout?**: `number`
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:1385](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L1385)
|
Defined in: [Developer/brk/modules/brk-client/index.js:1382](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1382)
|
||||||
|
|
||||||
Request timeout in milliseconds
|
Request timeout in milliseconds
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BtcCentsDeltaSatsUsdPattern
|
# Interface: BtcCentsDeltaSatsUsdPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3451](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3451)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3448](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3448)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3451](https://github.com/
|
|||||||
|
|
||||||
> **btc**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **btc**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3452](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3452)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3449](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3449)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3452](https://github.com/
|
|||||||
|
|
||||||
> **cents**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **cents**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3453](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3453)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3450](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3450)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3453](https://github.com/
|
|||||||
|
|
||||||
> **delta**: [`AbsoluteRatePattern3`](AbsoluteRatePattern3.md)
|
> **delta**: [`AbsoluteRatePattern3`](AbsoluteRatePattern3.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3454](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3454)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3451](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3451)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3454](https://github.com/
|
|||||||
|
|
||||||
> **sats**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **sats**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3455](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3455)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3452](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3452)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,4 +46,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3455](https://github.com/
|
|||||||
|
|
||||||
> **usd**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **usd**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3456](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3456)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3453](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3453)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BtcCentsSatsShareUsdPattern
|
# Interface: BtcCentsSatsShareUsdPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3476](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3476)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3473](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3473)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3476](https://github.com/
|
|||||||
|
|
||||||
> **btc**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **btc**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3477](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3477)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3474](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3474)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3477](https://github.com/
|
|||||||
|
|
||||||
> **cents**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **cents**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3478](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3478)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3475](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3475)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3478](https://github.com/
|
|||||||
|
|
||||||
> **sats**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **sats**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3479](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3479)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3476](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3476)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3479](https://github.com/
|
|||||||
|
|
||||||
> **share**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
> **share**: [`BpsPercentRatioPattern2`](BpsPercentRatioPattern2.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3480](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3480)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3477](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3477)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,4 +46,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3480](https://github.com/
|
|||||||
|
|
||||||
> **usd**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **usd**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3481](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3481)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3478](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3478)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BtcCentsSatsUsdPattern
|
# Interface: BtcCentsSatsUsdPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3869](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3869)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3866](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3866)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3869](https://github.com/
|
|||||||
|
|
||||||
> **btc**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **btc**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3870](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3870)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3867](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3867)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3870](https://github.com/
|
|||||||
|
|
||||||
> **cents**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **cents**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3871](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3871)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3868](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3868)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3871](https://github.com/
|
|||||||
|
|
||||||
> **sats**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **sats**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3872](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3872)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3869](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3869)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,4 +38,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3872](https://github.com/
|
|||||||
|
|
||||||
> **usd**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **usd**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3873](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3873)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3870](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3870)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BtcCentsSatsUsdPattern2
|
# Interface: BtcCentsSatsUsdPattern2
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3892](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3892)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3889](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3889)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3892](https://github.com/
|
|||||||
|
|
||||||
> **btc**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **btc**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3893](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3893)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3890](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3890)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3893](https://github.com/
|
|||||||
|
|
||||||
> **cents**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **cents**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3894](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3894)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3891](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3891)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3894](https://github.com/
|
|||||||
|
|
||||||
> **sats**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **sats**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3895](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3895)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3892](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3892)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,4 +38,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3895](https://github.com/
|
|||||||
|
|
||||||
> **usd**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **usd**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3896](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3896)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3893](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3893)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BtcCentsSatsUsdPattern3
|
# Interface: BtcCentsSatsUsdPattern3
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3915](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3915)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3912](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3912)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3915](https://github.com/
|
|||||||
|
|
||||||
> **btc**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`number`\>
|
> **btc**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3916](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3916)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3913](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3913)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3916](https://github.com/
|
|||||||
|
|
||||||
> **cents**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`number`\>
|
> **cents**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3917](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3917)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3914](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3914)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3917](https://github.com/
|
|||||||
|
|
||||||
> **sats**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`number`\>
|
> **sats**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3918](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3918)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3915](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3915)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,4 +38,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3918](https://github.com/
|
|||||||
|
|
||||||
> **usd**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`number`\>
|
> **usd**: [`SeriesPattern18`](../type-aliases/SeriesPattern18.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3919](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3919)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3916](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3916)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: BtcSatsPattern
|
# Interface: BtcSatsPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4763](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4763)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4760](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4760)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4763](https://github.com/
|
|||||||
|
|
||||||
> **btc**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **btc**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4764](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4764)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4761](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4761)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,4 +22,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:4764](https://github.com/
|
|||||||
|
|
||||||
> **sats**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **sats**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:4765](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L4765)
|
Defined in: [Developer/brk/modules/brk-client/index.js:4762](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L4762)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: CapCapitalizedGrossLossMvrvNetPeakPriceProfitSellSoprPattern
|
# Interface: CapCapitalizedGrossLossMvrvNetPeakPriceProfitSellSoprPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2417](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2417)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2414](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2414)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2417](https://github.com/
|
|||||||
|
|
||||||
> **cap**: [`CentsDeltaToUsdPattern`](CentsDeltaToUsdPattern.md)
|
> **cap**: [`CentsDeltaToUsdPattern`](CentsDeltaToUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2418](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2418)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2415](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2415)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2418](https://github.com/
|
|||||||
|
|
||||||
> **capitalized**: [`PricePattern`](PricePattern.md)
|
> **capitalized**: [`PricePattern`](PricePattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2419](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2419)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2416](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2416)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2419](https://github.com/
|
|||||||
|
|
||||||
> **grossPnl**: [`BlockCumulativeSumPattern`](BlockCumulativeSumPattern.md)
|
> **grossPnl**: [`BlockCumulativeSumPattern`](BlockCumulativeSumPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2420](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2420)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2417](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2417)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2420](https://github.com/
|
|||||||
|
|
||||||
> **loss**: [`BlockCumulativeNegativeSumPattern`](BlockCumulativeNegativeSumPattern.md)
|
> **loss**: [`BlockCumulativeNegativeSumPattern`](BlockCumulativeNegativeSumPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2421](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2421)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2418](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2418)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2421](https://github.com/
|
|||||||
|
|
||||||
> **mvrv**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **mvrv**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2422](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2422)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2419](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2419)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2422](https://github.com/
|
|||||||
|
|
||||||
> **netPnl**: [`BlockChangeCumulativeDeltaSumPattern`](BlockChangeCumulativeDeltaSumPattern.md)
|
> **netPnl**: [`BlockChangeCumulativeDeltaSumPattern`](BlockChangeCumulativeDeltaSumPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2423](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2423)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2420](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2420)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2423](https://github.com/
|
|||||||
|
|
||||||
> **peakRegret**: [`BlockCumulativeSumPattern`](BlockCumulativeSumPattern.md)
|
> **peakRegret**: [`BlockCumulativeSumPattern`](BlockCumulativeSumPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2424](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2424)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2421](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2421)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2424](https://github.com/
|
|||||||
|
|
||||||
> **price**: [`BpsCentsPercentilesRatioSatsSmaStdUsdPattern`](BpsCentsPercentilesRatioSatsSmaStdUsdPattern.md)
|
> **price**: [`BpsCentsPercentilesRatioSatsSmaStdUsdPattern`](BpsCentsPercentilesRatioSatsSmaStdUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2425](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2425)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2422](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2422)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2425](https://github.com/
|
|||||||
|
|
||||||
> **profit**: [`BlockCumulativeSumPattern`](BlockCumulativeSumPattern.md)
|
> **profit**: [`BlockCumulativeSumPattern`](BlockCumulativeSumPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2426](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2426)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2423](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2423)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -86,7 +86,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2426](https://github.com/
|
|||||||
|
|
||||||
> **profitToLossRatio**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
> **profitToLossRatio**: [`_1m1w1y24hPattern`](1m1w1y24hPattern.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2427](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2427)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2424](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2424)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -94,7 +94,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2427](https://github.com/
|
|||||||
|
|
||||||
> **sellSideRiskRatio**: [`_1m1w1y24hPattern8`](1m1w1y24hPattern8.md)
|
> **sellSideRiskRatio**: [`_1m1w1y24hPattern8`](1m1w1y24hPattern8.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2428](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2428)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2425](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2425)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -102,4 +102,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2428](https://github.com/
|
|||||||
|
|
||||||
> **sopr**: [`AdjustedRatioValuePattern`](AdjustedRatioValuePattern.md)
|
> **sopr**: [`AdjustedRatioValuePattern`](AdjustedRatioValuePattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2429](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2429)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2426](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2426)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: CapLossMvrvNetPriceProfitSoprPattern
|
# Interface: CapLossMvrvNetPriceProfitSoprPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2944](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2944)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2941](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2941)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2944](https://github.com/
|
|||||||
|
|
||||||
> **cap**: [`CentsDeltaUsdPattern`](CentsDeltaUsdPattern.md)
|
> **cap**: [`CentsDeltaUsdPattern`](CentsDeltaUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2945](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2945)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2942](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2942)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2945](https://github.com/
|
|||||||
|
|
||||||
> **loss**: [`BlockCumulativeNegativeSumPattern`](BlockCumulativeNegativeSumPattern.md)
|
> **loss**: [`BlockCumulativeNegativeSumPattern`](BlockCumulativeNegativeSumPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2946](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2946)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2943](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2943)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2946](https://github.com/
|
|||||||
|
|
||||||
> **mvrv**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **mvrv**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2947](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2947)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2944](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2944)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2947](https://github.com/
|
|||||||
|
|
||||||
> **netPnl**: [`BlockCumulativeDeltaSumPattern`](BlockCumulativeDeltaSumPattern.md)
|
> **netPnl**: [`BlockCumulativeDeltaSumPattern`](BlockCumulativeDeltaSumPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2948](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2948)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2945](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2945)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2948](https://github.com/
|
|||||||
|
|
||||||
> **price**: [`BpsCentsRatioSatsUsdPattern`](BpsCentsRatioSatsUsdPattern.md)
|
> **price**: [`BpsCentsRatioSatsUsdPattern`](BpsCentsRatioSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2949](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2949)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2946](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2946)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2949](https://github.com/
|
|||||||
|
|
||||||
> **profit**: [`BlockCumulativeSumPattern`](BlockCumulativeSumPattern.md)
|
> **profit**: [`BlockCumulativeSumPattern`](BlockCumulativeSumPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2950](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2950)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2947](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2947)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -62,4 +62,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:2950](https://github.com/
|
|||||||
|
|
||||||
> **sopr**: [`RatioValuePattern`](RatioValuePattern.md)
|
> **sopr**: [`RatioValuePattern`](RatioValuePattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:2951](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L2951)
|
Defined in: [Developer/brk/modules/brk-client/index.js:2948](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L2948)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Interface: CapLossMvrvPriceProfitPattern
|
# Interface: CapLossMvrvPriceProfitPattern
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3501](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3501)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3498](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3498)
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3501](https://github.com/
|
|||||||
|
|
||||||
> **cap**: [`CentsDeltaUsdPattern`](CentsDeltaUsdPattern.md)
|
> **cap**: [`CentsDeltaUsdPattern`](CentsDeltaUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3502](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3502)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3499](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3499)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3502](https://github.com/
|
|||||||
|
|
||||||
> **loss**: [`BlockCumulativeSumPattern`](BlockCumulativeSumPattern.md)
|
> **loss**: [`BlockCumulativeSumPattern`](BlockCumulativeSumPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3503](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3503)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3500](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3500)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3503](https://github.com/
|
|||||||
|
|
||||||
> **mvrv**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
> **mvrv**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`number`\>
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3504](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3504)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3501](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3501)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3504](https://github.com/
|
|||||||
|
|
||||||
> **price**: [`BpsCentsRatioSatsUsdPattern`](BpsCentsRatioSatsUsdPattern.md)
|
> **price**: [`BpsCentsRatioSatsUsdPattern`](BpsCentsRatioSatsUsdPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3505](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3505)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3502](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3502)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -46,4 +46,4 @@ Defined in: [Developer/brk/modules/brk-client/index.js:3505](https://github.com/
|
|||||||
|
|
||||||
> **profit**: [`BlockCumulativeSumPattern`](BlockCumulativeSumPattern.md)
|
> **profit**: [`BlockCumulativeSumPattern`](BlockCumulativeSumPattern.md)
|
||||||
|
|
||||||
Defined in: [Developer/brk/modules/brk-client/index.js:3506](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L3506)
|
Defined in: [Developer/brk/modules/brk-client/index.js:3503](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L3503)
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user