chenzhijie / go-web3

Ethereum Golang API, JSON-RPC client, Smart contract transaction API.
GNU Lesser General Public License v3.0
219 stars 74 forks source link

Some way to estimate gas fee? #1

Closed joacorob closed 2 years ago

joacorob commented 3 years ago

hi man, awesome work.

Do you have some way to estimate gas fee?

chenzhijie commented 2 years ago

Update. You can use those apis:

EstimateGas() in eth.go EstimateFee() in eth.go