mocks

package
v0.0.0-...-4f34134 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2021 License: Apache-2.0 Imports: 12 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.

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 MockCosmosClient

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

MockCosmosClient is a mock of CosmosClient interface.

func NewMockCosmosClient

func NewMockCosmosClient(ctrl *gomock.Controller) *MockCosmosClient

NewMockCosmosClient creates a new mock instance.

func (*MockCosmosClient) AsyncBroadcastMsg

func (m *MockCosmosClient) AsyncBroadcastMsg(arg0 ...types.Msg) (*types.TxResponse, error)

AsyncBroadcastMsg mocks base method.

func (*MockCosmosClient) CanSignTransactions

func (m *MockCosmosClient) CanSignTransactions() bool

CanSignTransactions mocks base method.

func (*MockCosmosClient) ClientContext

func (m *MockCosmosClient) ClientContext() client.Context

ClientContext mocks base method.

func (*MockCosmosClient) Close

func (m *MockCosmosClient) Close()

Close mocks base method.

func (*MockCosmosClient) EXPECT

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

func (*MockCosmosClient) FromAddress

func (m *MockCosmosClient) FromAddress() types.AccAddress

FromAddress mocks base method.

func (*MockCosmosClient) QueryClient

func (m *MockCosmosClient) QueryClient() *grpc.ClientConn

QueryClient mocks base method.

func (*MockCosmosClient) QueueBroadcastMsg

func (m *MockCosmosClient) QueueBroadcastMsg(arg0 ...types.Msg) error

QueueBroadcastMsg mocks base method.

func (*MockCosmosClient) SyncBroadcastMsg

func (m *MockCosmosClient) SyncBroadcastMsg(arg0 ...types.Msg) (*types.TxResponse, error)

SyncBroadcastMsg mocks base method.

type MockCosmosClientMockRecorder

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

MockCosmosClientMockRecorder is the mock recorder for MockCosmosClient.

func (*MockCosmosClientMockRecorder) AsyncBroadcastMsg

func (mr *MockCosmosClientMockRecorder) AsyncBroadcastMsg(arg0 ...interface{}) *gomock.Call

AsyncBroadcastMsg indicates an expected call of AsyncBroadcastMsg.

func (*MockCosmosClientMockRecorder) CanSignTransactions

func (mr *MockCosmosClientMockRecorder) CanSignTransactions() *gomock.Call

CanSignTransactions indicates an expected call of CanSignTransactions.

func (*MockCosmosClientMockRecorder) ClientContext

func (mr *MockCosmosClientMockRecorder) ClientContext() *gomock.Call

ClientContext indicates an expected call of ClientContext.

func (*MockCosmosClientMockRecorder) Close

Close indicates an expected call of Close.

func (*MockCosmosClientMockRecorder) FromAddress

func (mr *MockCosmosClientMockRecorder) FromAddress() *gomock.Call

FromAddress indicates an expected call of FromAddress.

func (*MockCosmosClientMockRecorder) QueryClient

func (mr *MockCosmosClientMockRecorder) QueryClient() *gomock.Call

QueryClient indicates an expected call of QueryClient.

func (*MockCosmosClientMockRecorder) QueueBroadcastMsg

func (mr *MockCosmosClientMockRecorder) QueueBroadcastMsg(arg0 ...interface{}) *gomock.Call

QueueBroadcastMsg indicates an expected call of QueueBroadcastMsg.

func (*MockCosmosClientMockRecorder) SyncBroadcastMsg

func (mr *MockCosmosClientMockRecorder) SyncBroadcastMsg(arg0 ...interface{}) *gomock.Call

SyncBroadcastMsg indicates an expected call of SyncBroadcastMsg.

type MockEVMProviderWithRet

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

MockEVMProviderWithRet is a mock of EVMProviderWithRet interface.

func NewMockEVMProviderWithRet

func NewMockEVMProviderWithRet(ctrl *gomock.Controller) *MockEVMProviderWithRet

NewMockEVMProviderWithRet creates a new mock instance.

func (*MockEVMProviderWithRet) CallContract

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

CallContract mocks base method.

func (*MockEVMProviderWithRet) CodeAt

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

CodeAt mocks base method.

func (*MockEVMProviderWithRet) EXPECT

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

func (*MockEVMProviderWithRet) EstimateGas

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

EstimateGas mocks base method.

func (*MockEVMProviderWithRet) FilterLogs

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

FilterLogs mocks base method.

func (*MockEVMProviderWithRet) HeaderByNumber

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

HeaderByNumber mocks base method.

func (*MockEVMProviderWithRet) PendingCodeAt

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

PendingCodeAt mocks base method.

func (*MockEVMProviderWithRet) PendingNonceAt

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

PendingNonceAt mocks base method.

func (*MockEVMProviderWithRet) SendTransaction

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

SendTransaction mocks base method.

func (*MockEVMProviderWithRet) SendTransactionWithRet

func (m *MockEVMProviderWithRet) SendTransactionWithRet(arg0 context.Context, arg1 *types.Transaction) (common.Hash, error)

SendTransactionWithRet mocks base method.

func (*MockEVMProviderWithRet) SubscribeFilterLogs

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

SubscribeFilterLogs mocks base method.

func (*MockEVMProviderWithRet) SuggestGasPrice

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

SuggestGasPrice mocks base method.

func (*MockEVMProviderWithRet) SuggestGasTipCap

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

SuggestGasTipCap mocks base method.

func (*MockEVMProviderWithRet) TransactionByHash

func (m *MockEVMProviderWithRet) TransactionByHash(arg0 context.Context, arg1 common.Hash) (*types.Transaction, bool, error)

TransactionByHash mocks base method.

func (*MockEVMProviderWithRet) TransactionReceipt

func (m *MockEVMProviderWithRet) TransactionReceipt(arg0 context.Context, arg1 common.Hash) (*types.Receipt, error)

TransactionReceipt mocks base method.

type MockEVMProviderWithRetMockRecorder

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

MockEVMProviderWithRetMockRecorder is the mock recorder for MockEVMProviderWithRet.

func (*MockEVMProviderWithRetMockRecorder) CallContract

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

CallContract indicates an expected call of CallContract.

func (*MockEVMProviderWithRetMockRecorder) CodeAt

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

CodeAt indicates an expected call of CodeAt.

func (*MockEVMProviderWithRetMockRecorder) EstimateGas

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

EstimateGas indicates an expected call of EstimateGas.

func (*MockEVMProviderWithRetMockRecorder) FilterLogs

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

FilterLogs indicates an expected call of FilterLogs.

func (*MockEVMProviderWithRetMockRecorder) HeaderByNumber

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

HeaderByNumber indicates an expected call of HeaderByNumber.

func (*MockEVMProviderWithRetMockRecorder) PendingCodeAt

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

PendingCodeAt indicates an expected call of PendingCodeAt.

func (*MockEVMProviderWithRetMockRecorder) PendingNonceAt

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

PendingNonceAt indicates an expected call of PendingNonceAt.

func (*MockEVMProviderWithRetMockRecorder) SendTransaction

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

SendTransaction indicates an expected call of SendTransaction.

func (*MockEVMProviderWithRetMockRecorder) SendTransactionWithRet

func (mr *MockEVMProviderWithRetMockRecorder) SendTransactionWithRet(arg0, arg1 interface{}) *gomock.Call

SendTransactionWithRet indicates an expected call of SendTransactionWithRet.

func (*MockEVMProviderWithRetMockRecorder) SubscribeFilterLogs

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

SubscribeFilterLogs indicates an expected call of SubscribeFilterLogs.

func (*MockEVMProviderWithRetMockRecorder) SuggestGasPrice

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

SuggestGasPrice indicates an expected call of SuggestGasPrice.

func (*MockEVMProviderWithRetMockRecorder) SuggestGasTipCap

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

SuggestGasTipCap indicates an expected call of SuggestGasTipCap.

func (*MockEVMProviderWithRetMockRecorder) TransactionByHash

func (mr *MockEVMProviderWithRetMockRecorder) TransactionByHash(arg0, arg1 interface{}) *gomock.Call

TransactionByHash indicates an expected call of TransactionByHash.

func (*MockEVMProviderWithRetMockRecorder) TransactionReceipt

func (mr *MockEVMProviderWithRetMockRecorder) TransactionReceipt(arg0, arg1 interface{}) *gomock.Call

TransactionReceipt indicates an expected call of TransactionReceipt.

type MockQueryClient

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

MockQueryClient is a mock of QueryClient interface.

func NewMockQueryClient

func NewMockQueryClient(ctrl *gomock.Controller) *MockQueryClient

NewMockQueryClient creates a new mock instance.

func (*MockQueryClient) BatchConfirms

func (m *MockQueryClient) BatchConfirms(arg0 context.Context, arg1 *types.QueryBatchConfirmsRequest, arg2 ...grpc.CallOption) (*types.QueryBatchConfirmsResponse, error)

BatchConfirms mocks base method.

func (*MockQueryClient) BatchFees

func (m *MockQueryClient) BatchFees(arg0 context.Context, arg1 *types.QueryBatchFeeRequest, arg2 ...grpc.CallOption) (*types.QueryBatchFeeResponse, error)

BatchFees mocks base method.

func (*MockQueryClient) BatchRequestByNonce

func (m *MockQueryClient) BatchRequestByNonce(arg0 context.Context, arg1 *types.QueryBatchRequestByNonceRequest, arg2 ...grpc.CallOption) (*types.QueryBatchRequestByNonceResponse, error)

BatchRequestByNonce mocks base method.

func (*MockQueryClient) CurrentValset

func (m *MockQueryClient) CurrentValset(arg0 context.Context, arg1 *types.QueryCurrentValsetRequest, arg2 ...grpc.CallOption) (*types.QueryCurrentValsetResponse, error)

CurrentValset mocks base method.

func (*MockQueryClient) DenomToERC20

func (m *MockQueryClient) DenomToERC20(arg0 context.Context, arg1 *types.QueryDenomToERC20Request, arg2 ...grpc.CallOption) (*types.QueryDenomToERC20Response, error)

DenomToERC20 mocks base method.

func (*MockQueryClient) ERC20ToDenom

func (m *MockQueryClient) ERC20ToDenom(arg0 context.Context, arg1 *types.QueryERC20ToDenomRequest, arg2 ...grpc.CallOption) (*types.QueryERC20ToDenomResponse, error)

ERC20ToDenom mocks base method.

func (*MockQueryClient) EXPECT

func (m *MockQueryClient) EXPECT() *MockQueryClientMockRecorder

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

func (*MockQueryClient) GetAttestations

func (m *MockQueryClient) GetAttestations(arg0 context.Context, arg1 *types.QueryAttestationsRequest, arg2 ...grpc.CallOption) (*types.QueryAttestationsResponse, error)

GetAttestations mocks base method.

func (*MockQueryClient) GetDelegateKeyByEth

func (m *MockQueryClient) GetDelegateKeyByEth(arg0 context.Context, arg1 *types.QueryDelegateKeysByEthAddress, arg2 ...grpc.CallOption) (*types.QueryDelegateKeysByEthAddressResponse, error)

GetDelegateKeyByEth mocks base method.

func (*MockQueryClient) GetDelegateKeyByOrchestrator

func (m *MockQueryClient) GetDelegateKeyByOrchestrator(arg0 context.Context, arg1 *types.QueryDelegateKeysByOrchestratorAddress, arg2 ...grpc.CallOption) (*types.QueryDelegateKeysByOrchestratorAddressResponse, error)

GetDelegateKeyByOrchestrator mocks base method.

func (*MockQueryClient) GetDelegateKeyByValidator

func (m *MockQueryClient) GetDelegateKeyByValidator(arg0 context.Context, arg1 *types.QueryDelegateKeysByValidatorAddress, arg2 ...grpc.CallOption) (*types.QueryDelegateKeysByValidatorAddressResponse, error)

GetDelegateKeyByValidator mocks base method.

func (*MockQueryClient) GetPendingSendToEth

func (m *MockQueryClient) GetPendingSendToEth(arg0 context.Context, arg1 *types.QueryPendingSendToEth, arg2 ...grpc.CallOption) (*types.QueryPendingSendToEthResponse, error)

GetPendingSendToEth mocks base method.

func (*MockQueryClient) LastEventByAddr

LastEventByAddr mocks base method.

func (*MockQueryClient) LastEventNonceByAddr

func (m *MockQueryClient) LastEventNonceByAddr(arg0 context.Context, arg1 *types.QueryLastEventNonceByAddrRequest, arg2 ...grpc.CallOption) (*types.QueryLastEventNonceByAddrResponse, error)

LastEventNonceByAddr mocks base method.

func (*MockQueryClient) LastPendingBatchRequestByAddr

func (m *MockQueryClient) LastPendingBatchRequestByAddr(arg0 context.Context, arg1 *types.QueryLastPendingBatchRequestByAddrRequest, arg2 ...grpc.CallOption) (*types.QueryLastPendingBatchRequestByAddrResponse, error)

LastPendingBatchRequestByAddr mocks base method.

func (*MockQueryClient) LastPendingLogicCallByAddr

func (m *MockQueryClient) LastPendingLogicCallByAddr(arg0 context.Context, arg1 *types.QueryLastPendingLogicCallByAddrRequest, arg2 ...grpc.CallOption) (*types.QueryLastPendingLogicCallByAddrResponse, error)

LastPendingLogicCallByAddr mocks base method.

func (*MockQueryClient) LastPendingValsetRequestByAddr

func (m *MockQueryClient) LastPendingValsetRequestByAddr(arg0 context.Context, arg1 *types.QueryLastPendingValsetRequestByAddrRequest, arg2 ...grpc.CallOption) (*types.QueryLastPendingValsetRequestByAddrResponse, error)

LastPendingValsetRequestByAddr mocks base method.

func (*MockQueryClient) LastValsetRequests

func (m *MockQueryClient) LastValsetRequests(arg0 context.Context, arg1 *types.QueryLastValsetRequestsRequest, arg2 ...grpc.CallOption) (*types.QueryLastValsetRequestsResponse, error)

LastValsetRequests mocks base method.

func (*MockQueryClient) LogicConfirms

func (m *MockQueryClient) LogicConfirms(arg0 context.Context, arg1 *types.QueryLogicConfirmsRequest, arg2 ...grpc.CallOption) (*types.QueryLogicConfirmsResponse, error)

LogicConfirms mocks base method.

func (*MockQueryClient) OutgoingLogicCalls

func (m *MockQueryClient) OutgoingLogicCalls(arg0 context.Context, arg1 *types.QueryOutgoingLogicCallsRequest, arg2 ...grpc.CallOption) (*types.QueryOutgoingLogicCallsResponse, error)

OutgoingLogicCalls mocks base method.

func (*MockQueryClient) OutgoingTxBatches

func (m *MockQueryClient) OutgoingTxBatches(arg0 context.Context, arg1 *types.QueryOutgoingTxBatchesRequest, arg2 ...grpc.CallOption) (*types.QueryOutgoingTxBatchesResponse, error)

OutgoingTxBatches mocks base method.

func (*MockQueryClient) Params

func (m *MockQueryClient) Params(arg0 context.Context, arg1 *types.QueryParamsRequest, arg2 ...grpc.CallOption) (*types.QueryParamsResponse, error)

Params mocks base method.

func (*MockQueryClient) PeggyModuleState

PeggyModuleState mocks base method.

func (*MockQueryClient) ValsetConfirm

func (m *MockQueryClient) ValsetConfirm(arg0 context.Context, arg1 *types.QueryValsetConfirmRequest, arg2 ...grpc.CallOption) (*types.QueryValsetConfirmResponse, error)

ValsetConfirm mocks base method.

func (*MockQueryClient) ValsetConfirmsByNonce

func (m *MockQueryClient) ValsetConfirmsByNonce(arg0 context.Context, arg1 *types.QueryValsetConfirmsByNonceRequest, arg2 ...grpc.CallOption) (*types.QueryValsetConfirmsByNonceResponse, error)

ValsetConfirmsByNonce mocks base method.

func (*MockQueryClient) ValsetRequest

func (m *MockQueryClient) ValsetRequest(arg0 context.Context, arg1 *types.QueryValsetRequestRequest, arg2 ...grpc.CallOption) (*types.QueryValsetRequestResponse, error)

ValsetRequest mocks base method.

type MockQueryClientMockRecorder

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

MockQueryClientMockRecorder is the mock recorder for MockQueryClient.

func (*MockQueryClientMockRecorder) BatchConfirms

func (mr *MockQueryClientMockRecorder) BatchConfirms(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchConfirms indicates an expected call of BatchConfirms.

func (*MockQueryClientMockRecorder) BatchFees

func (mr *MockQueryClientMockRecorder) BatchFees(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchFees indicates an expected call of BatchFees.

func (*MockQueryClientMockRecorder) BatchRequestByNonce

func (mr *MockQueryClientMockRecorder) BatchRequestByNonce(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchRequestByNonce indicates an expected call of BatchRequestByNonce.

func (*MockQueryClientMockRecorder) CurrentValset

func (mr *MockQueryClientMockRecorder) CurrentValset(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CurrentValset indicates an expected call of CurrentValset.

func (*MockQueryClientMockRecorder) DenomToERC20

func (mr *MockQueryClientMockRecorder) DenomToERC20(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DenomToERC20 indicates an expected call of DenomToERC20.

func (*MockQueryClientMockRecorder) ERC20ToDenom

func (mr *MockQueryClientMockRecorder) ERC20ToDenom(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ERC20ToDenom indicates an expected call of ERC20ToDenom.

func (*MockQueryClientMockRecorder) GetAttestations

func (mr *MockQueryClientMockRecorder) GetAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAttestations indicates an expected call of GetAttestations.

func (*MockQueryClientMockRecorder) GetDelegateKeyByEth

func (mr *MockQueryClientMockRecorder) GetDelegateKeyByEth(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDelegateKeyByEth indicates an expected call of GetDelegateKeyByEth.

func (*MockQueryClientMockRecorder) GetDelegateKeyByOrchestrator

func (mr *MockQueryClientMockRecorder) GetDelegateKeyByOrchestrator(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDelegateKeyByOrchestrator indicates an expected call of GetDelegateKeyByOrchestrator.

func (*MockQueryClientMockRecorder) GetDelegateKeyByValidator

func (mr *MockQueryClientMockRecorder) GetDelegateKeyByValidator(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDelegateKeyByValidator indicates an expected call of GetDelegateKeyByValidator.

func (*MockQueryClientMockRecorder) GetPendingSendToEth

func (mr *MockQueryClientMockRecorder) GetPendingSendToEth(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPendingSendToEth indicates an expected call of GetPendingSendToEth.

func (*MockQueryClientMockRecorder) LastEventByAddr

func (mr *MockQueryClientMockRecorder) LastEventByAddr(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

LastEventByAddr indicates an expected call of LastEventByAddr.

func (*MockQueryClientMockRecorder) LastEventNonceByAddr

func (mr *MockQueryClientMockRecorder) LastEventNonceByAddr(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

LastEventNonceByAddr indicates an expected call of LastEventNonceByAddr.

func (*MockQueryClientMockRecorder) LastPendingBatchRequestByAddr

func (mr *MockQueryClientMockRecorder) LastPendingBatchRequestByAddr(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

LastPendingBatchRequestByAddr indicates an expected call of LastPendingBatchRequestByAddr.

func (*MockQueryClientMockRecorder) LastPendingLogicCallByAddr

func (mr *MockQueryClientMockRecorder) LastPendingLogicCallByAddr(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

LastPendingLogicCallByAddr indicates an expected call of LastPendingLogicCallByAddr.

func (*MockQueryClientMockRecorder) LastPendingValsetRequestByAddr

func (mr *MockQueryClientMockRecorder) LastPendingValsetRequestByAddr(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

LastPendingValsetRequestByAddr indicates an expected call of LastPendingValsetRequestByAddr.

func (*MockQueryClientMockRecorder) LastValsetRequests

func (mr *MockQueryClientMockRecorder) LastValsetRequests(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

LastValsetRequests indicates an expected call of LastValsetRequests.

func (*MockQueryClientMockRecorder) LogicConfirms

func (mr *MockQueryClientMockRecorder) LogicConfirms(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

LogicConfirms indicates an expected call of LogicConfirms.

func (*MockQueryClientMockRecorder) OutgoingLogicCalls

func (mr *MockQueryClientMockRecorder) OutgoingLogicCalls(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

OutgoingLogicCalls indicates an expected call of OutgoingLogicCalls.

func (*MockQueryClientMockRecorder) OutgoingTxBatches

func (mr *MockQueryClientMockRecorder) OutgoingTxBatches(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

OutgoingTxBatches indicates an expected call of OutgoingTxBatches.

func (*MockQueryClientMockRecorder) Params

func (mr *MockQueryClientMockRecorder) Params(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Params indicates an expected call of Params.

func (*MockQueryClientMockRecorder) PeggyModuleState

func (mr *MockQueryClientMockRecorder) PeggyModuleState(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PeggyModuleState indicates an expected call of PeggyModuleState.

func (*MockQueryClientMockRecorder) ValsetConfirm

func (mr *MockQueryClientMockRecorder) ValsetConfirm(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ValsetConfirm indicates an expected call of ValsetConfirm.

func (*MockQueryClientMockRecorder) ValsetConfirmsByNonce

func (mr *MockQueryClientMockRecorder) ValsetConfirmsByNonce(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ValsetConfirmsByNonce indicates an expected call of ValsetConfirmsByNonce.

func (*MockQueryClientMockRecorder) ValsetRequest

func (mr *MockQueryClientMockRecorder) ValsetRequest(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ValsetRequest indicates an expected call of ValsetRequest.

Directories

Path Synopsis
Package gravity is a generated GoMock package.
Package gravity is a generated GoMock package.
Package peggy is a generated GoMock package.
Package peggy is a generated GoMock package.

Jump to

Keyboard shortcuts

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