Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFeeComputer ¶
func NewFeeComputer(args ArgsNewFeeComputer) (*feeComputer, error)
NewFeeComputer creates a fee computer which handles historical transactions, as well
Types ¶
type ArgsNewFeeComputer ¶
type ArgsNewFeeComputer struct { BuiltInFunctionsCostHandler economics.BuiltInFunctionsCostHandler EconomicsConfig config.EconomicsConfig PenalizedTooMuchGasEnableEpoch uint32 GasPriceModifierEnableEpoch uint32 }
ArgsNewFeeComputer holds the arguments for constructing a feeComputer
Click to show internal directories.
Click to hide internal directories.