mocks

package
v1.10.17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 18, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	mock.Mock
}

Config is an autogenerated mock type for the Config type

func (*Config) BlockHistoryEstimatorBatchSize

func (_m *Config) BlockHistoryEstimatorBatchSize() uint32

BlockHistoryEstimatorBatchSize provides a mock function with given fields:

func (*Config) BlockHistoryEstimatorBlockDelay

func (_m *Config) BlockHistoryEstimatorBlockDelay() uint16

BlockHistoryEstimatorBlockDelay provides a mock function with given fields:

func (*Config) BlockHistoryEstimatorBlockHistorySize

func (_m *Config) BlockHistoryEstimatorBlockHistorySize() uint16

BlockHistoryEstimatorBlockHistorySize provides a mock function with given fields:

func (*Config) BlockHistoryEstimatorTransactionPercentile

func (_m *Config) BlockHistoryEstimatorTransactionPercentile() uint16

BlockHistoryEstimatorTransactionPercentile provides a mock function with given fields:

func (*Config) ChainType added in v1.10.17

func (_m *Config) ChainType() chains.ChainType

ChainType provides a mock function with given fields:

func (*Config) EvmEIP1559DynamicFees added in v1.10.17

func (_m *Config) EvmEIP1559DynamicFees() bool

EvmEIP1559DynamicFees provides a mock function with given fields:

func (*Config) EvmFinalityDepth added in v1.10.17

func (_m *Config) EvmFinalityDepth() uint32

EvmFinalityDepth provides a mock function with given fields:

func (*Config) EvmGasBumpPercent added in v1.10.17

func (_m *Config) EvmGasBumpPercent() uint16

EvmGasBumpPercent provides a mock function with given fields:

func (*Config) EvmGasBumpWei added in v1.10.17

func (_m *Config) EvmGasBumpWei() *big.Int

EvmGasBumpWei provides a mock function with given fields:

func (*Config) EvmGasFeeCap added in v1.10.17

func (_m *Config) EvmGasFeeCap() *big.Int

EvmGasFeeCap provides a mock function with given fields:

func (*Config) EvmGasLimitMultiplier added in v1.10.17

func (_m *Config) EvmGasLimitMultiplier() float32

EvmGasLimitMultiplier provides a mock function with given fields:

func (*Config) EvmGasPriceDefault added in v1.10.17

func (_m *Config) EvmGasPriceDefault() *big.Int

EvmGasPriceDefault provides a mock function with given fields:

func (*Config) EvmGasTipCapDefault added in v1.10.17

func (_m *Config) EvmGasTipCapDefault() *big.Int

EvmGasTipCapDefault provides a mock function with given fields:

func (*Config) EvmGasTipCapMinimum added in v1.10.17

func (_m *Config) EvmGasTipCapMinimum() *big.Int

EvmGasTipCapMinimum provides a mock function with given fields:

func (*Config) EvmMaxGasPriceWei added in v1.10.17

func (_m *Config) EvmMaxGasPriceWei() *big.Int

EvmMaxGasPriceWei provides a mock function with given fields:

func (*Config) EvmMinGasPriceWei added in v1.10.17

func (_m *Config) EvmMinGasPriceWei() *big.Int

EvmMinGasPriceWei provides a mock function with given fields:

func (*Config) GasEstimatorMode

func (_m *Config) GasEstimatorMode() string

GasEstimatorMode provides a mock function with given fields:

type Estimator

type Estimator struct {
	mock.Mock
}

Estimator is an autogenerated mock type for the Estimator type

func (*Estimator) BumpDynamicFee added in v1.10.17

func (_m *Estimator) BumpDynamicFee(original gas.DynamicFee, gasLimit uint64) (gas.DynamicFee, uint64, error)

BumpDynamicFee provides a mock function with given fields: original, gasLimit

func (*Estimator) BumpLegacyGas added in v1.10.17

func (_m *Estimator) BumpLegacyGas(originalGasPrice *big.Int, gasLimit uint64) (*big.Int, uint64, error)

BumpLegacyGas provides a mock function with given fields: originalGasPrice, gasLimit

func (*Estimator) Close

func (_m *Estimator) Close() error

Close provides a mock function with given fields:

func (*Estimator) GetDynamicFee added in v1.10.17

func (_m *Estimator) GetDynamicFee(gasLimit uint64) (gas.DynamicFee, uint64, error)

GetDynamicFee provides a mock function with given fields: gasLimit

func (*Estimator) GetLegacyGas added in v1.10.17

func (_m *Estimator) GetLegacyGas(calldata []byte, gasLimit uint64, opts ...gas.Opt) (*big.Int, uint64, error)

GetLegacyGas provides a mock function with given fields: calldata, gasLimit, opts

func (*Estimator) OnNewLongestChain

func (_m *Estimator) OnNewLongestChain(_a0 context.Context, _a1 eth.Head)

OnNewLongestChain provides a mock function with given fields: _a0, _a1

func (*Estimator) Start

func (_m *Estimator) Start() error

Start provides a mock function with given fields:

type OptimismRPCClient

type OptimismRPCClient struct {
	mock.Mock
}

OptimismRPCClient is an autogenerated mock type for the optimismRPCClient type

func (*OptimismRPCClient) Call

func (_m *OptimismRPCClient) Call(result interface{}, method string, args ...interface{}) error

Call provides a mock function with given fields: result, method, args

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL