mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-05 11:16:24 +00:00
It will allow fetching specific transactions using an external index, following https://github.com/bitcoin/bitcoin/pull/32541#issuecomment-3267485313. Co-authored-by: Hodlinator <172445034+hodlinator@users.noreply.github.com> Co-authored-by: Lőrinc <pap.lorinc@gmail.com>
6 lines
191 B
Markdown
6 lines
191 B
Markdown
New REST API
|
|
------------
|
|
|
|
- A new REST API endpoint (`/rest/blockpart/BLOCKHASH.bin?offset=X&size=Y`) has been introduced
|
|
for efficiently fetching a range of bytes from block `BLOCKHASH`.
|