web3dart
web3dart copied to clipboard
Method Web3Client.sendTransaction does not receive any exception when rejected by the user when calling the ERC20 approve function
hi,
I use Web3Client.sendTransaction
method most of the time, It fixes everywhere, but when I call the Erc20 approve method, I do not receive an error if the user rejects the request And the future method will not be completed only if the timeout has been set
thanks