mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14: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/19d4a193ffb7d8bbcaf9d0ccaccf8e90edff9e28/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/19d4a193ffb7d8bbcaf9d0ccaccf8e90edff9e28/modules/brk-client/index.js#L50)
|
|
|
|
Txid to paginate from (return transactions before this one)
|