Files
brk/modules/brk-client/docs/interfaces/DataRangeFormat.md
2026-01-17 22:48:00 +01:00

50 lines
1.5 KiB
Markdown

[**brk-client**](../README.md)
***
[brk-client](../globals.md) / DataRangeFormat
# Interface: DataRangeFormat
Defined in: [Developer/brk/modules/brk-client/index.js:179](https://github.com/bitcoinresearchkit/brk/blob/2e1037ff3648b9362cc223c71160f3d69c7730ad/modules/brk-client/index.js#L179)
## Properties
### end?
> `optional` **end**: `number` \| `null`
Defined in: [Developer/brk/modules/brk-client/index.js:181](https://github.com/bitcoinresearchkit/brk/blob/2e1037ff3648b9362cc223c71160f3d69c7730ad/modules/brk-client/index.js#L181)
Exclusive ending index, if negative counts from end
***
### format?
> `optional` **format**: [`Format`](../type-aliases/Format.md)
Defined in: [Developer/brk/modules/brk-client/index.js:183](https://github.com/bitcoinresearchkit/brk/blob/2e1037ff3648b9362cc223c71160f3d69c7730ad/modules/brk-client/index.js#L183)
Format of the output
***
### limit?
> `optional` **limit**: `number` \| `null`
Defined in: [Developer/brk/modules/brk-client/index.js:182](https://github.com/bitcoinresearchkit/brk/blob/2e1037ff3648b9362cc223c71160f3d69c7730ad/modules/brk-client/index.js#L182)
Maximum number of values to return (ignored if `end` is set)
***
### start?
> `optional` **start**: `number` \| `null`
Defined in: [Developer/brk/modules/brk-client/index.js:180](https://github.com/bitcoinresearchkit/brk/blob/2e1037ff3648b9362cc223c71160f3d69c7730ad/modules/brk-client/index.js#L180)
Inclusive starting index, if negative counts from end