simolus3 / web3dart

Ethereum library, written in Dart.
MIT License
442 stars 273 forks source link

add 'value' param usage in eth_estimageGas call #150

Closed andromeda911 closed 3 years ago

andromeda911 commented 3 years ago

you can use parameter 'value' in estimateGas rpc method, but this lib doesnt use this parameter. it required for contract calls with coins transfers. (for example, Binance Smart Chain Cross-Chain transfer uses contract call with coin transfer in case BNB swap).