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
func NewTestFeeComputer ¶
func NewTestFeeComputer(feeComputerInstance *feeComputer) *testFeeComputer
NewTestFeeComputer creates a new instance of type testFeeComputer
Types ¶
type ArgsNewFeeComputer ¶
type ArgsNewFeeComputer struct { BuiltInFunctionsCostHandler economics.BuiltInFunctionsCostHandler EconomicsConfig config.EconomicsConfig EnableEpochsConfig config.EnableEpochs TxVersionChecker process.TxVersionCheckerHandler }
ArgsNewFeeComputer holds the arguments for constructing a feeComputer
Click to show internal directories.
Click to hide internal directories.