rn-electrum-client
rn-electrum-client copied to clipboard
Electrum Client for React Native
NodeJS >18 will crash the program if this exception is not caught.
I decided to push changes to this fork of electrum-client since it is actually being used in production. On rare occasions the client logs errors after close(). This is because...
Hello, Please add a feature that gets the address balance including the tx history, as it's quit intensive to fetch an addresses history and calculate the total received/total seend values...
Currently using the package require using this repo via: ```js "electrum-client": "https://github.com/BlueWallet/rn-electrum-client", ``` please upload it to NPM / Yarn Registries: https://yarnpkg.com/package/rn-electrum-client https://www.npmjs.com/package/rn-electrum-client So it can be used instead with:...
Does this library provide the support for `blockchain.scripthash.unsubscribe` documented here https://electrumx.readthedocs.io/en/latest/protocol-methods.html#blockchain-scripthash-unsubscribe? If not, would it be hard to add?
Does this library support timeout? I tried passing it through the options object, but it doesn't seem to work. Do you plan on supporting this in the near future?