Type of Web3Eth.calculateFeeData
Param baseFeePerGasFactor
Should Support Decimals
#7321
Labels
Web3Eth.calculateFeeData
Param baseFeePerGasFactor
Should Support Decimals
#7321
When specifying the
baseFeePerGasFactor
for theWeb3Eth.calculcateFeeData
method, users may wish to specify a percentage, such as %112.5. To support this, the type of this parameter should be changed frombigint
to a type that supports decimal values.The text was updated successfully, but these errors were encountered: