package
2.21.1-hedera-beta.0
Repository: https://github.com/smartcontractkit/chainlink.git
Documentation: pkg.go.dev

# Functions

NewMockGasPriceEstimator creates a new instance of MockGasPriceEstimator.
NewMockGasPriceEstimatorCommit creates a new instance of MockGasPriceEstimatorCommit.
NewMockGasPriceEstimatorExec creates a new instance of MockGasPriceEstimatorExec.

# Constants

DANoDeviationThresholdUSD is the lower bound no deviation threshold for DA gas.
ExecNoDeviationThresholdUSD is the lower bound no deviation threshold for exec gas.

# Structs

MockGasPriceEstimator is an autogenerated mock type for the GasPriceEstimator type.
MockGasPriceEstimator_DenoteInUSD_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DenoteInUSD'.
MockGasPriceEstimator_Deviates_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Deviates'.
MockGasPriceEstimator_EstimateMsgCostUSD_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EstimateMsgCostUSD'.
MockGasPriceEstimator_GetGasPrice_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetGasPrice'.
MockGasPriceEstimator_Median_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Median'.
MockGasPriceEstimatorCommit is an autogenerated mock type for the GasPriceEstimatorCommit type.
MockGasPriceEstimatorCommit_DenoteInUSD_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DenoteInUSD'.
MockGasPriceEstimatorCommit_Deviates_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Deviates'.
MockGasPriceEstimatorCommit_GetGasPrice_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetGasPrice'.
MockGasPriceEstimatorCommit_Median_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Median'.
MockGasPriceEstimatorExec is an autogenerated mock type for the GasPriceEstimatorExec type.
MockGasPriceEstimatorExec_DenoteInUSD_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DenoteInUSD'.
MockGasPriceEstimatorExec_EstimateMsgCostUSD_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EstimateMsgCostUSD'.
MockGasPriceEstimatorExec_GetGasPrice_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetGasPrice'.
MockGasPriceEstimatorExec_Median_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Median'.

# Interfaces

GasPriceEstimator provides complete gas price estimator functions.
GasPriceEstimatorCommit provides gasPriceEstimatorCommon + features needed in commit plugin, e.g.
GasPriceEstimatorExec provides gasPriceEstimatorCommon + features needed in exec plugin, e.g.