Files
brk/modules/brk-client/docs/interfaces/AddressTxidsParam.md
2026-02-05 23:23:11 +01:00

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/afe4123a1799221536f346575595e85e3b7040d4/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/afe4123a1799221536f346575595e85e3b7040d4/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/afe4123a1799221536f346575595e85e3b7040d4/modules/brk-client/index.js#L51)
Maximum number of results to return. Defaults to 25 if not specified.