Documentation ¶
Index ¶
- type Config
- type ETHClient
- type EvmEstimator
- func (_m *EvmEstimator) BumpDynamicFee(ctx context.Context, original gas.DynamicFee, gasLimit uint32, ...) (gas.DynamicFee, uint32, error)
- func (_m *EvmEstimator) BumpLegacyGas(ctx context.Context, originalGasPrice *assets.Wei, gasLimit uint32, ...) (*assets.Wei, uint32, error)
- func (_m *EvmEstimator) Close() error
- func (_m *EvmEstimator) GetDynamicFee(ctx context.Context, gasLimit uint32, maxGasPriceWei *assets.Wei) (gas.DynamicFee, uint32, error)
- func (_m *EvmEstimator) GetLegacyGas(ctx context.Context, calldata []byte, gasLimit uint32, ...) (*assets.Wei, uint32, error)
- func (_m *EvmEstimator) HealthReport() map[string]error
- func (_m *EvmEstimator) Name() string
- func (_m *EvmEstimator) OnNewLongestChain(ctx context.Context, head *evmtypes.Head)
- func (_m *EvmEstimator) Ready() error
- func (_m *EvmEstimator) Start(_a0 context.Context) error
- type EvmFeeEstimator
- func (_m *EvmFeeEstimator) BumpFee(ctx context.Context, originalFee gas.EvmFee, feeLimit uint32, ...) (gas.EvmFee, uint32, error)
- func (_m *EvmFeeEstimator) Close() error
- func (_m *EvmFeeEstimator) GetFee(ctx context.Context, calldata []byte, feeLimit uint32, maxFeePrice *assets.Wei, ...) (gas.EvmFee, uint32, error)
- func (_m *EvmFeeEstimator) HealthReport() map[string]error
- func (_m *EvmFeeEstimator) Name() string
- func (_m *EvmFeeEstimator) OnNewLongestChain(ctx context.Context, head *evmtypes.Head)
- func (_m *EvmFeeEstimator) Ready() error
- func (_m *EvmFeeEstimator) Start(_a0 context.Context) error
- type RPCClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
Config is an autogenerated mock type for the Config type
func NewConfig ¶
func NewConfig(t mockConstructorTestingTNewConfig) *Config
NewConfig creates a new instance of Config. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*Config) FinalityDepth ¶ added in v2.3.0
FinalityDepth provides a mock function with given fields:
type ETHClient ¶
ETHClient is an autogenerated mock type for the ethClient type
func NewETHClient ¶
func NewETHClient(t mockConstructorTestingTNewETHClient) *ETHClient
NewETHClient creates a new instance of ETHClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type EvmEstimator ¶
EvmEstimator is an autogenerated mock type for the EvmEstimator type
func NewEvmEstimator ¶
func NewEvmEstimator(t mockConstructorTestingTNewEvmEstimator) *EvmEstimator
NewEvmEstimator creates a new instance of EvmEstimator. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*EvmEstimator) BumpDynamicFee ¶
func (_m *EvmEstimator) BumpDynamicFee(ctx context.Context, original gas.DynamicFee, gasLimit uint32, maxGasPriceWei *assets.Wei, attempts []gas.EvmPriorAttempt) (gas.DynamicFee, uint32, error)
BumpDynamicFee provides a mock function with given fields: ctx, original, gasLimit, maxGasPriceWei, attempts
func (*EvmEstimator) BumpLegacyGas ¶
func (_m *EvmEstimator) BumpLegacyGas(ctx context.Context, originalGasPrice *assets.Wei, gasLimit uint32, maxGasPriceWei *assets.Wei, attempts []gas.EvmPriorAttempt) (*assets.Wei, uint32, error)
BumpLegacyGas provides a mock function with given fields: ctx, originalGasPrice, gasLimit, maxGasPriceWei, attempts
func (*EvmEstimator) Close ¶
func (_m *EvmEstimator) Close() error
Close provides a mock function with given fields:
func (*EvmEstimator) GetDynamicFee ¶
func (_m *EvmEstimator) GetDynamicFee(ctx context.Context, gasLimit uint32, maxGasPriceWei *assets.Wei) (gas.DynamicFee, uint32, error)
GetDynamicFee provides a mock function with given fields: ctx, gasLimit, maxGasPriceWei
func (*EvmEstimator) GetLegacyGas ¶
func (_m *EvmEstimator) GetLegacyGas(ctx context.Context, calldata []byte, gasLimit uint32, maxGasPriceWei *assets.Wei, opts ...types.Opt) (*assets.Wei, uint32, error)
GetLegacyGas provides a mock function with given fields: ctx, calldata, gasLimit, maxGasPriceWei, opts
func (*EvmEstimator) HealthReport ¶
func (_m *EvmEstimator) HealthReport() map[string]error
HealthReport provides a mock function with given fields:
func (*EvmEstimator) Name ¶
func (_m *EvmEstimator) Name() string
Name provides a mock function with given fields:
func (*EvmEstimator) OnNewLongestChain ¶
func (_m *EvmEstimator) OnNewLongestChain(ctx context.Context, head *evmtypes.Head)
OnNewLongestChain provides a mock function with given fields: ctx, head
func (*EvmEstimator) Ready ¶
func (_m *EvmEstimator) Ready() error
Ready provides a mock function with given fields:
type EvmFeeEstimator ¶ added in v2.3.0
EvmFeeEstimator is an autogenerated mock type for the EvmFeeEstimator type
func NewEvmFeeEstimator ¶ added in v2.3.0
func NewEvmFeeEstimator(t mockConstructorTestingTNewEvmFeeEstimator) *EvmFeeEstimator
NewEvmFeeEstimator creates a new instance of EvmFeeEstimator. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*EvmFeeEstimator) BumpFee ¶ added in v2.3.0
func (_m *EvmFeeEstimator) BumpFee(ctx context.Context, originalFee gas.EvmFee, feeLimit uint32, maxFeePrice *assets.Wei, attempts []gas.EvmPriorAttempt) (gas.EvmFee, uint32, error)
BumpFee provides a mock function with given fields: ctx, originalFee, feeLimit, maxFeePrice, attempts
func (*EvmFeeEstimator) Close ¶ added in v2.3.0
func (_m *EvmFeeEstimator) Close() error
Close provides a mock function with given fields:
func (*EvmFeeEstimator) GetFee ¶ added in v2.3.0
func (_m *EvmFeeEstimator) GetFee(ctx context.Context, calldata []byte, feeLimit uint32, maxFeePrice *assets.Wei, opts ...types.Opt) (gas.EvmFee, uint32, error)
GetFee provides a mock function with given fields: ctx, calldata, feeLimit, maxFeePrice, opts
func (*EvmFeeEstimator) HealthReport ¶ added in v2.3.0
func (_m *EvmFeeEstimator) HealthReport() map[string]error
HealthReport provides a mock function with given fields:
func (*EvmFeeEstimator) Name ¶ added in v2.3.0
func (_m *EvmFeeEstimator) Name() string
Name provides a mock function with given fields:
func (*EvmFeeEstimator) OnNewLongestChain ¶ added in v2.3.0
func (_m *EvmFeeEstimator) OnNewLongestChain(ctx context.Context, head *evmtypes.Head)
OnNewLongestChain provides a mock function with given fields: ctx, head
func (*EvmFeeEstimator) Ready ¶ added in v2.3.0
func (_m *EvmFeeEstimator) Ready() error
Ready provides a mock function with given fields:
type RPCClient ¶
RPCClient is an autogenerated mock type for the rpcClient type
func NewRPCClient ¶
func NewRPCClient(t mockConstructorTestingTNewRPCClient) *RPCClient
NewRPCClient creates a new instance of RPCClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.