I guess the batch version of `transaction.get_merkle` could be implemented as an API method in `electrum-client`. _Originally posted by @ValuedMammal in https://github.com/bitcoindevkit/bdk/pull/1957#discussion_r2138359827_ -- As mentioned in the comment above, the bdk_electrum could use a batch version of `transaction.get_merkle` method, once it's added there. - [ ] add `batch_transaction_get_merkle` to `rust-electrum-client`. https://github.com/bitcoindevkit/rust-electrum-client/pull/170 - [ ] bump `electrum-client` and update `bdk_electrum` to use the new batch version. https://github.com/bitcoindevkit/bdk/pull/1989