mocks

package
v0.75.3 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2024 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockETHClient

type MockETHClient struct {
	// contains filtered or unexported fields
}

MockETHClient is a mock of ETHClient interface.

func NewMockETHClient

func NewMockETHClient(ctrl *gomock.Controller) *MockETHClient

NewMockETHClient creates a new mock instance.

func (*MockETHClient) CallContract

func (m *MockETHClient) CallContract(arg0 context.Context, arg1 ethereum.CallMsg, arg2 *big.Int) ([]byte, error)

CallContract mocks base method.

func (*MockETHClient) CodeAt

func (m *MockETHClient) CodeAt(arg0 context.Context, arg1 common.Address, arg2 *big.Int) ([]byte, error)

CodeAt mocks base method.

func (*MockETHClient) CollateralBridgeAddress

func (m *MockETHClient) CollateralBridgeAddress() common.Address

CollateralBridgeAddress mocks base method.

func (*MockETHClient) ConfirmationsRequired

func (m *MockETHClient) ConfirmationsRequired() uint64

ConfirmationsRequired mocks base method.

func (*MockETHClient) CurrentHeight

func (m *MockETHClient) CurrentHeight(arg0 context.Context) (uint64, error)

CurrentHeight mocks base method.

func (*MockETHClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockETHClient) EstimateGas

func (m *MockETHClient) EstimateGas(arg0 context.Context, arg1 ethereum.CallMsg) (uint64, error)

EstimateGas mocks base method.

func (*MockETHClient) FilterLogs

func (m *MockETHClient) FilterLogs(arg0 context.Context, arg1 ethereum.FilterQuery) ([]types.Log, error)

FilterLogs mocks base method.

func (*MockETHClient) HeaderByNumber

func (m *MockETHClient) HeaderByNumber(arg0 context.Context, arg1 *big.Int) (*types.Header, error)

HeaderByNumber mocks base method.

func (*MockETHClient) PendingCodeAt

func (m *MockETHClient) PendingCodeAt(arg0 context.Context, arg1 common.Address) ([]byte, error)

PendingCodeAt mocks base method.

func (*MockETHClient) PendingNonceAt

func (m *MockETHClient) PendingNonceAt(arg0 context.Context, arg1 common.Address) (uint64, error)

PendingNonceAt mocks base method.

func (*MockETHClient) SendTransaction

func (m *MockETHClient) SendTransaction(arg0 context.Context, arg1 *types.Transaction) error

SendTransaction mocks base method.

func (*MockETHClient) SubscribeFilterLogs

func (m *MockETHClient) SubscribeFilterLogs(arg0 context.Context, arg1 ethereum.FilterQuery, arg2 chan<- types.Log) (ethereum.Subscription, error)

SubscribeFilterLogs mocks base method.

func (*MockETHClient) SuggestGasPrice

func (m *MockETHClient) SuggestGasPrice(arg0 context.Context) (*big.Int, error)

SuggestGasPrice mocks base method.

func (*MockETHClient) SuggestGasTipCap

func (m *MockETHClient) SuggestGasTipCap(arg0 context.Context) (*big.Int, error)

SuggestGasTipCap mocks base method.

type MockETHClientMockRecorder

type MockETHClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockETHClientMockRecorder is the mock recorder for MockETHClient.

func (*MockETHClientMockRecorder) CallContract

func (mr *MockETHClientMockRecorder) CallContract(arg0, arg1, arg2 interface{}) *gomock.Call

CallContract indicates an expected call of CallContract.

func (*MockETHClientMockRecorder) CodeAt

func (mr *MockETHClientMockRecorder) CodeAt(arg0, arg1, arg2 interface{}) *gomock.Call

CodeAt indicates an expected call of CodeAt.

func (*MockETHClientMockRecorder) CollateralBridgeAddress

func (mr *MockETHClientMockRecorder) CollateralBridgeAddress() *gomock.Call

CollateralBridgeAddress indicates an expected call of CollateralBridgeAddress.

func (*MockETHClientMockRecorder) ConfirmationsRequired

func (mr *MockETHClientMockRecorder) ConfirmationsRequired() *gomock.Call

ConfirmationsRequired indicates an expected call of ConfirmationsRequired.

func (*MockETHClientMockRecorder) CurrentHeight

func (mr *MockETHClientMockRecorder) CurrentHeight(arg0 interface{}) *gomock.Call

CurrentHeight indicates an expected call of CurrentHeight.

func (*MockETHClientMockRecorder) EstimateGas

func (mr *MockETHClientMockRecorder) EstimateGas(arg0, arg1 interface{}) *gomock.Call

EstimateGas indicates an expected call of EstimateGas.

func (*MockETHClientMockRecorder) FilterLogs

func (mr *MockETHClientMockRecorder) FilterLogs(arg0, arg1 interface{}) *gomock.Call

FilterLogs indicates an expected call of FilterLogs.

func (*MockETHClientMockRecorder) HeaderByNumber

func (mr *MockETHClientMockRecorder) HeaderByNumber(arg0, arg1 interface{}) *gomock.Call

HeaderByNumber indicates an expected call of HeaderByNumber.

func (*MockETHClientMockRecorder) PendingCodeAt

func (mr *MockETHClientMockRecorder) PendingCodeAt(arg0, arg1 interface{}) *gomock.Call

PendingCodeAt indicates an expected call of PendingCodeAt.

func (*MockETHClientMockRecorder) PendingNonceAt

func (mr *MockETHClientMockRecorder) PendingNonceAt(arg0, arg1 interface{}) *gomock.Call

PendingNonceAt indicates an expected call of PendingNonceAt.

func (*MockETHClientMockRecorder) SendTransaction

func (mr *MockETHClientMockRecorder) SendTransaction(arg0, arg1 interface{}) *gomock.Call

SendTransaction indicates an expected call of SendTransaction.

func (*MockETHClientMockRecorder) SubscribeFilterLogs

func (mr *MockETHClientMockRecorder) SubscribeFilterLogs(arg0, arg1, arg2 interface{}) *gomock.Call

SubscribeFilterLogs indicates an expected call of SubscribeFilterLogs.

func (*MockETHClientMockRecorder) SuggestGasPrice

func (mr *MockETHClientMockRecorder) SuggestGasPrice(arg0 interface{}) *gomock.Call

SuggestGasPrice indicates an expected call of SuggestGasPrice.

func (*MockETHClientMockRecorder) SuggestGasTipCap

func (mr *MockETHClientMockRecorder) SuggestGasTipCap(arg0 interface{}) *gomock.Call

SuggestGasTipCap indicates an expected call of SuggestGasTipCap.

Jump to

Keyboard shortcuts

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