I guess the batch version of transaction.get_merkle could be implemented as an API method in electrum-client.
Originally posted by @ValuedMammal in #1957 (comment)
--
As mentioned in the comment above, the bdk_electrum could use a batch version of transaction.get_merkle method, once it's added there.
I guess the batch version of
transaction.get_merklecould be implemented as an API method inelectrum-client.Originally posted by @ValuedMammal in #1957 (comment)
--
As mentioned in the comment above, the bdk_electrum could use a batch version of
transaction.get_merklemethod, once it's added there.batch_transaction_get_merkletorust-electrum-client. feat: addbatch_transaction_get_merklerust-electrum-client#170electrum-clientand updatebdk_electrumto use the new batch version. chore(bdk-electrum): use newbatch_transaction_get_merkleAPI #1989