mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-30 01:20:00 -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:892](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L892)
|
|
|
|
## Properties
|
|
|
|
### limit?
|
|
|
|
> `optional` **limit?**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:894](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L894)
|
|
|
|
Maximum number of results
|
|
|
|
***
|
|
|
|
### q
|
|
|
|
> **q**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:893](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L893)
|
|
|
|
Search query string
|