mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
docs: update generated docs
This commit is contained in:
29
modules/brk-client/docs/interfaces/CostBasisQuery.md
Normal file
29
modules/brk-client/docs/interfaces/CostBasisQuery.md
Normal file
@@ -0,0 +1,29 @@
|
||||
[**brk-client**](../README.md)
|
||||
|
||||
***
|
||||
|
||||
[brk-client](../globals.md) / CostBasisQuery
|
||||
|
||||
# Interface: CostBasisQuery
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:222](https://github.com/bitcoinresearchkit/brk/blob/afe4123a1799221536f346575595e85e3b7040d4/modules/brk-client/index.js#L222)
|
||||
|
||||
## Properties
|
||||
|
||||
### bucket?
|
||||
|
||||
> `optional` **bucket**: [`CostBasisBucket`](../type-aliases/CostBasisBucket.md)
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:223](https://github.com/bitcoinresearchkit/brk/blob/afe4123a1799221536f346575595e85e3b7040d4/modules/brk-client/index.js#L223)
|
||||
|
||||
Bucket type for aggregation. Default: raw (no aggregation).
|
||||
|
||||
***
|
||||
|
||||
### value?
|
||||
|
||||
> `optional` **value**: [`CostBasisValue`](../type-aliases/CostBasisValue.md)
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:224](https://github.com/bitcoinresearchkit/brk/blob/afe4123a1799221536f346575595e85e3b7040d4/modules/brk-client/index.js#L224)
|
||||
|
||||
Value type to return. Default: supply.
|
||||
Reference in New Issue
Block a user