xclud / web3dart

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

Number conversion error #66

Open javamr123 opened 1 year ago

javamr123 commented 1 year ago

When the balance is 88992998652472919577, There will be an error in the conversion of balance.getValueInUnit(EtherUnit.wei), but not when using balance.getValueInUnitBI(EtherUnit.wei)。