mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
30 lines
795 B
Markdown
30 lines
795 B
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / SearchQuery
|
|
|
|
# Interface: SearchQuery
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:861](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L861)
|
|
|
|
## Properties
|
|
|
|
### limit?
|
|
|
|
> `optional` **limit?**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:863](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L863)
|
|
|
|
Maximum number of results
|
|
|
|
***
|
|
|
|
### q
|
|
|
|
> **q**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:862](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L862)
|
|
|
|
Search query string
|