mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-26 15:49:58 -07:00
20 lines
614 B
Markdown
20 lines
614 B
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / AddrTxidsParam
|
|
|
|
# Interface: AddrTxidsParam
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:49](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/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/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L50)
|
|
|
|
Txid to paginate from (return transactions before this one)
|