LedgerHQ / satstack

Bitcoin full node with Ledger Live
BSD 2-Clause "Simplified" License
159 stars 32 forks source link

2/3 Added route for /address/:addresses/txs and output as expected by V4 #135

Open ROunofF opened 2 months ago

ROunofF commented 2 months ago

Reuse the logic for getAddresses, the output look the same except for a data+token first level.

The token output is probably some kind of pagination but I didn't need it on my addresses...

Fix #96 and #105