Versions in this module Expand all Collapse all v1 v1.0.21 Jan 19, 2023 v1.0.20 Jan 19, 2023 Changes in this version + type MockGasPriceClient struct + func NewMockGasPriceClient(ctrl *gomock.Controller) *MockGasPriceClient + func (m *MockGasPriceClient) EXPECT() *MockGasPriceClientMockRecorder + func (m *MockGasPriceClient) SuggestGasPrice(ctx context.Context) (*big.Int, error) + type MockGasPriceClientMockRecorder struct + func (mr *MockGasPriceClientMockRecorder) SuggestGasPrice(ctx interface{}) *gomock.Call + type MockLondonGasClient struct + func NewMockLondonGasClient(ctrl *gomock.Controller) *MockLondonGasClient + func (m *MockLondonGasClient) BaseFee() (*big.Int, error) + func (m *MockLondonGasClient) EXPECT() *MockLondonGasClientMockRecorder + func (m *MockLondonGasClient) SuggestGasPrice(ctx context.Context) (*big.Int, error) + func (m *MockLondonGasClient) SuggestGasTipCap(ctx context.Context) (*big.Int, error) + type MockLondonGasClientMockRecorder struct + func (mr *MockLondonGasClientMockRecorder) BaseFee() *gomock.Call + func (mr *MockLondonGasClientMockRecorder) SuggestGasPrice(ctx interface{}) *gomock.Call + func (mr *MockLondonGasClientMockRecorder) SuggestGasTipCap(ctx interface{}) *gomock.Call