xclud / web3dart

Ethereum library, written in Dart.
https://pub.dev/packages/web3dart
MIT License
170 stars 94 forks source link

How to manage revert instruction #118

Open redDwarf03 opened 10 months ago

redDwarf03 commented 10 months ago

I would like to catch revert keywords in smart contract Is it possible with your lib ? thx

redDwarf03 commented 6 months ago

do you know if something like interface.parseError in ether.js exists in dart ? Thx