mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
global: snapshot
This commit is contained in:
41
modules/brk-client/docs/interfaces/DataRangeFormat.md
Normal file
41
modules/brk-client/docs/interfaces/DataRangeFormat.md
Normal file
@@ -0,0 +1,41 @@
|
||||
[**brk-client**](../README.md)
|
||||
|
||||
***
|
||||
|
||||
[brk-client](../globals.md) / DataRangeFormat
|
||||
|
||||
# Interface: DataRangeFormat
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:125](https://github.com/bitcoinresearchkit/brk/blob/6f45ec13f3a9e84728abdaed03e8c5432df5ffa3/modules/brk-client/index.js#L125)
|
||||
|
||||
## Properties
|
||||
|
||||
### count?
|
||||
|
||||
> `optional` **count**: `number` \| `null`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:126](https://github.com/bitcoinresearchkit/brk/blob/6f45ec13f3a9e84728abdaed03e8c5432df5ffa3/modules/brk-client/index.js#L126)
|
||||
|
||||
***
|
||||
|
||||
### format?
|
||||
|
||||
> `optional` **format**: [`Format`](../type-aliases/Format.md)
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:127](https://github.com/bitcoinresearchkit/brk/blob/6f45ec13f3a9e84728abdaed03e8c5432df5ffa3/modules/brk-client/index.js#L127)
|
||||
|
||||
***
|
||||
|
||||
### from?
|
||||
|
||||
> `optional` **from**: `number` \| `null`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:128](https://github.com/bitcoinresearchkit/brk/blob/6f45ec13f3a9e84728abdaed03e8c5432df5ffa3/modules/brk-client/index.js#L128)
|
||||
|
||||
***
|
||||
|
||||
### to?
|
||||
|
||||
> `optional` **to**: `number` \| `null`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:129](https://github.com/bitcoinresearchkit/brk/blob/6f45ec13f3a9e84728abdaed03e8c5432df5ffa3/modules/brk-client/index.js#L129)
|
||||
Reference in New Issue
Block a user