You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// EstimateGasAndPrice estimates gas and retrieves current gas price in a single batch RPC call
func EstimateGasAndPrice(chain string, from base.Address, to base.Address, data string, value *base.Wei) (estimatedGas base.Gas, gasPrice base.Gas, err error) {
return rpc.EstimateGasAndPrice(chain, from, to, data, value)