mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
30 lines
969 B
Markdown
30 lines
969 B
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / CostBasisQuery
|
|
|
|
# Interface: CostBasisQuery
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:337](https://github.com/bitcoinresearchkit/brk/blob/8bc993ecebee68170d873d232b25f3b1f2d71378/modules/brk-client/index.js#L337)
|
|
|
|
## Properties
|
|
|
|
### bucket?
|
|
|
|
> `optional` **bucket?**: [`CostBasisBucket`](../type-aliases/CostBasisBucket.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:338](https://github.com/bitcoinresearchkit/brk/blob/8bc993ecebee68170d873d232b25f3b1f2d71378/modules/brk-client/index.js#L338)
|
|
|
|
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:339](https://github.com/bitcoinresearchkit/brk/blob/8bc993ecebee68170d873d232b25f3b1f2d71378/modules/brk-client/index.js#L339)
|
|
|
|
Value type to return. Default: supply.
|