mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-30 09:30:00 -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:53](https://github.com/bitcoinresearchkit/brk/blob/75a97b4da99e60fce9ac789d118004f9b3db3ee5/modules/brk-client/index.js#L53)
|
|
|
|
## Properties
|
|
|
|
### afterTxid?
|
|
|
|
> `optional` **afterTxid?**: `string` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:54](https://github.com/bitcoinresearchkit/brk/blob/75a97b4da99e60fce9ac789d118004f9b3db3ee5/modules/brk-client/index.js#L54)
|
|
|
|
Txid to paginate from (return transactions before this one)
|