severinwullschleger
severinwullschleger
getBalance should always return an array at least containing the mainAsset of a chain. ETH, BTC; BCH and LTC are already behaving like that. I added the same behaviour to...
… generic way: e.g. if you get the client in a generic way and want to pass a customized gasprice in case it is ethereum ``` this.getClientFromAsset(asset).transfer({ asset, recipient, amount:...
when testing on mainnet it scanned for UTXOs where the value was 0. So it didn't "choose" it for the input. but the whole UTXOs array was returned to the...
xchain-crypto and some other packages are using the crypto package from node. To make xchainjs also usable for react native I suggest using crypto-js instead of crypto.