mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-08-05 15:13:06 -07:00
30 lines
801 B
Markdown
30 lines
801 B
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / SearchQuery
|
|
|
|
# Interface: SearchQuery
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1081](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1081)
|
|
|
|
## Properties
|
|
|
|
### limit?
|
|
|
|
> `optional` **limit?**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1083](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1083)
|
|
|
|
Maximum number of results
|
|
|
|
***
|
|
|
|
### q
|
|
|
|
> **q**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1082](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1082)
|
|
|
|
Search query string
|