mocks

package
v0.75.8 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: AGPL-3.0 Imports: 8 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

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) BlockByHash added in v0.73.0

func (m *MockETHClient) BlockByHash(arg0 context.Context, arg1 common.Hash) (*types.Block, error)

BlockByHash mocks base method.

func (*MockETHClient) BlockByNumber added in v0.73.0

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

BlockByNumber mocks base method.

func (*MockETHClient) CallContract

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

CallContract mocks base method.

func (*MockETHClient) ChainID

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

ChainID 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) 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) HeaderByHash added in v0.73.0

func (m *MockETHClient) HeaderByHash(arg0 context.Context, arg1 common.Hash) (*types.Header, error)

HeaderByHash 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) NetworkID

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

NetworkID 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) SubscribeNewHead added in v0.73.0

func (m *MockETHClient) SubscribeNewHead(arg0 context.Context, arg1 chan<- *types.Header) (ethereum.Subscription, error)

SubscribeNewHead 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.

func (*MockETHClient) TransactionCount added in v0.73.0

func (m *MockETHClient) TransactionCount(arg0 context.Context, arg1 common.Hash) (uint, error)

TransactionCount mocks base method.

func (*MockETHClient) TransactionInBlock added in v0.73.0

func (m *MockETHClient) TransactionInBlock(arg0 context.Context, arg1 common.Hash, arg2 uint) (*types.Transaction, error)

TransactionInBlock mocks base method.

type MockETHClientMockRecorder

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

MockETHClientMockRecorder is the mock recorder for MockETHClient.

func (*MockETHClientMockRecorder) BlockByHash added in v0.73.0

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

BlockByHash indicates an expected call of BlockByHash.

func (*MockETHClientMockRecorder) BlockByNumber added in v0.73.0

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

BlockByNumber indicates an expected call of BlockByNumber.

func (*MockETHClientMockRecorder) CallContract

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

CallContract indicates an expected call of CallContract.

func (*MockETHClientMockRecorder) ChainID

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

ChainID indicates an expected call of ChainID.

func (*MockETHClientMockRecorder) CodeAt

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

CodeAt indicates an expected call of CodeAt.

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) HeaderByHash added in v0.73.0

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

HeaderByHash indicates an expected call of HeaderByHash.

func (*MockETHClientMockRecorder) HeaderByNumber

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

HeaderByNumber indicates an expected call of HeaderByNumber.

func (*MockETHClientMockRecorder) NetworkID

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

NetworkID indicates an expected call of NetworkID.

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) SubscribeNewHead added in v0.73.0

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

SubscribeNewHead indicates an expected call of SubscribeNewHead.

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.

func (*MockETHClientMockRecorder) TransactionCount added in v0.73.0

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

TransactionCount indicates an expected call of TransactionCount.

func (*MockETHClientMockRecorder) TransactionInBlock added in v0.73.0

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

TransactionInBlock indicates an expected call of TransactionInBlock.

type MockEthereumClientConfirmations

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

MockEthereumClientConfirmations is a mock of EthereumClientConfirmations interface.

func NewMockEthereumClientConfirmations

func NewMockEthereumClientConfirmations(ctrl *gomock.Controller) *MockEthereumClientConfirmations

NewMockEthereumClientConfirmations creates a new mock instance.

func (*MockEthereumClientConfirmations) EXPECT

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

func (*MockEthereumClientConfirmations) HeaderByNumber

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

HeaderByNumber mocks base method.

type MockEthereumClientConfirmationsMockRecorder

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

MockEthereumClientConfirmationsMockRecorder is the mock recorder for MockEthereumClientConfirmations.

func (*MockEthereumClientConfirmationsMockRecorder) HeaderByNumber

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

HeaderByNumber indicates an expected call of HeaderByNumber.

type MockTime

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

MockTime is a mock of Time interface.

func NewMockTime

func NewMockTime(ctrl *gomock.Controller) *MockTime

NewMockTime creates a new mock instance.

func (*MockTime) EXPECT

func (m *MockTime) EXPECT() *MockTimeMockRecorder

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

func (*MockTime) Now

func (m *MockTime) Now() time.Time

Now mocks base method.

type MockTimeMockRecorder

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

MockTimeMockRecorder is the mock recorder for MockTime.

func (*MockTimeMockRecorder) Now

func (mr *MockTimeMockRecorder) Now() *gomock.Call

Now indicates an expected call of Now.

Jump to

Keyboard shortcuts

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