We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
estimate_gas_price
It will take a block horizon and return what the most expensive the gas price will be over that horizon.
For now, it should just return the hard-coded value that is already available via the NodeInfo.
NodeInfo
Followup to this work: #1606
The text was updated successfully, but these errors were encountered:
Estimate gas price API Endpoint (#1650)
5cbe7e2
Closes: #1648
@MitchTurner Do we need to rename NodeInfo.min_gas_price to gas_price as well?
NodeInfo.min_gas_price
gas_price
Sorry, something went wrong.
dd43a85
Closes: FuelLabs/fuel-core#1648
MitchTurner
Successfully merging a pull request may close this issue.
It will take a block horizon and return what the most expensive the gas price will be over that horizon.
For now, it should just return the hard-coded value that is already available via the
NodeInfo
.Followup to this work: #1606
The text was updated successfully, but these errors were encountered: