mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
30 lines
922 B
Markdown
30 lines
922 B
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / AddressTxidsParam
|
|
|
|
# Interface: AddressTxidsParam
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:49](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L49)
|
|
|
|
## Properties
|
|
|
|
### afterTxid?
|
|
|
|
> `optional` **afterTxid**: `string` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:50](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L50)
|
|
|
|
Txid to paginate from (return transactions before this one)
|
|
|
|
***
|
|
|
|
### limit?
|
|
|
|
> `optional` **limit**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:51](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L51)
|
|
|
|
Maximum number of results to return. Defaults to 25 if not specified.
|