Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockCosmosClient
- func (m *MockCosmosClient) AsyncBroadcastMsg(arg0 ...types.Msg) (*types.TxResponse, error)
- func (m *MockCosmosClient) CanSignTransactions() bool
- func (m *MockCosmosClient) ClientContext() client.Context
- func (m *MockCosmosClient) Close()
- func (m *MockCosmosClient) EXPECT() *MockCosmosClientMockRecorder
- func (m *MockCosmosClient) FromAddress() types.AccAddress
- func (m *MockCosmosClient) QueryClient() *grpc.ClientConn
- func (m *MockCosmosClient) QueueBroadcastMsg(arg0 ...types.Msg) error
- func (m *MockCosmosClient) SyncBroadcastMsg(arg0 ...types.Msg) (*types.TxResponse, error)
- type MockCosmosClientMockRecorder
- func (mr *MockCosmosClientMockRecorder) AsyncBroadcastMsg(arg0 ...interface{}) *gomock.Call
- func (mr *MockCosmosClientMockRecorder) CanSignTransactions() *gomock.Call
- func (mr *MockCosmosClientMockRecorder) ClientContext() *gomock.Call
- func (mr *MockCosmosClientMockRecorder) Close() *gomock.Call
- func (mr *MockCosmosClientMockRecorder) FromAddress() *gomock.Call
- func (mr *MockCosmosClientMockRecorder) QueryClient() *gomock.Call
- func (mr *MockCosmosClientMockRecorder) QueueBroadcastMsg(arg0 ...interface{}) *gomock.Call
- func (mr *MockCosmosClientMockRecorder) SyncBroadcastMsg(arg0 ...interface{}) *gomock.Call
- type MockEVMProviderWithRet
- func (m *MockEVMProviderWithRet) CallContract(arg0 context.Context, arg1 ethereum.CallMsg, arg2 *big.Int) ([]byte, error)
- func (m *MockEVMProviderWithRet) CodeAt(arg0 context.Context, arg1 common.Address, arg2 *big.Int) ([]byte, error)
- func (m *MockEVMProviderWithRet) EXPECT() *MockEVMProviderWithRetMockRecorder
- func (m *MockEVMProviderWithRet) EstimateGas(arg0 context.Context, arg1 ethereum.CallMsg) (uint64, error)
- func (m *MockEVMProviderWithRet) FilterLogs(arg0 context.Context, arg1 ethereum.FilterQuery) ([]types.Log, error)
- func (m *MockEVMProviderWithRet) HeaderByNumber(arg0 context.Context, arg1 *big.Int) (*types.Header, error)
- func (m *MockEVMProviderWithRet) PendingCodeAt(arg0 context.Context, arg1 common.Address) ([]byte, error)
- func (m *MockEVMProviderWithRet) PendingNonceAt(arg0 context.Context, arg1 common.Address) (uint64, error)
- func (m *MockEVMProviderWithRet) SendTransaction(arg0 context.Context, arg1 *types.Transaction) error
- func (m *MockEVMProviderWithRet) SendTransactionWithRet(arg0 context.Context, arg1 *types.Transaction) (common.Hash, error)
- func (m *MockEVMProviderWithRet) SubscribeFilterLogs(arg0 context.Context, arg1 ethereum.FilterQuery, arg2 chan<- types.Log) (ethereum.Subscription, error)
- func (m *MockEVMProviderWithRet) SuggestGasPrice(arg0 context.Context) (*big.Int, error)
- func (m *MockEVMProviderWithRet) SuggestGasTipCap(arg0 context.Context) (*big.Int, error)
- func (m *MockEVMProviderWithRet) TransactionByHash(arg0 context.Context, arg1 common.Hash) (*types.Transaction, bool, error)
- func (m *MockEVMProviderWithRet) TransactionReceipt(arg0 context.Context, arg1 common.Hash) (*types.Receipt, error)
- type MockEVMProviderWithRetMockRecorder
- func (mr *MockEVMProviderWithRetMockRecorder) CallContract(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockEVMProviderWithRetMockRecorder) CodeAt(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockEVMProviderWithRetMockRecorder) EstimateGas(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEVMProviderWithRetMockRecorder) FilterLogs(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEVMProviderWithRetMockRecorder) HeaderByNumber(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEVMProviderWithRetMockRecorder) PendingCodeAt(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEVMProviderWithRetMockRecorder) PendingNonceAt(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEVMProviderWithRetMockRecorder) SendTransaction(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEVMProviderWithRetMockRecorder) SendTransactionWithRet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEVMProviderWithRetMockRecorder) SubscribeFilterLogs(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockEVMProviderWithRetMockRecorder) SuggestGasPrice(arg0 interface{}) *gomock.Call
- func (mr *MockEVMProviderWithRetMockRecorder) SuggestGasTipCap(arg0 interface{}) *gomock.Call
- func (mr *MockEVMProviderWithRetMockRecorder) TransactionByHash(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEVMProviderWithRetMockRecorder) TransactionReceipt(arg0, arg1 interface{}) *gomock.Call
- type MockQueryClient
- func (m *MockQueryClient) BatchConfirms(arg0 context.Context, arg1 *types.QueryBatchConfirmsRequest, ...) (*types.QueryBatchConfirmsResponse, error)
- func (m *MockQueryClient) BatchFees(arg0 context.Context, arg1 *types.QueryBatchFeeRequest, ...) (*types.QueryBatchFeeResponse, error)
- func (m *MockQueryClient) BatchRequestByNonce(arg0 context.Context, arg1 *types.QueryBatchRequestByNonceRequest, ...) (*types.QueryBatchRequestByNonceResponse, error)
- func (m *MockQueryClient) CurrentValset(arg0 context.Context, arg1 *types.QueryCurrentValsetRequest, ...) (*types.QueryCurrentValsetResponse, error)
- func (m *MockQueryClient) DenomToERC20(arg0 context.Context, arg1 *types.QueryDenomToERC20Request, ...) (*types.QueryDenomToERC20Response, error)
- func (m *MockQueryClient) ERC20ToDenom(arg0 context.Context, arg1 *types.QueryERC20ToDenomRequest, ...) (*types.QueryERC20ToDenomResponse, error)
- func (m *MockQueryClient) EXPECT() *MockQueryClientMockRecorder
- func (m *MockQueryClient) GetAttestations(arg0 context.Context, arg1 *types.QueryAttestationsRequest, ...) (*types.QueryAttestationsResponse, error)
- func (m *MockQueryClient) GetDelegateKeyByEth(arg0 context.Context, arg1 *types.QueryDelegateKeysByEthAddress, ...) (*types.QueryDelegateKeysByEthAddressResponse, error)
- func (m *MockQueryClient) GetDelegateKeyByOrchestrator(arg0 context.Context, arg1 *types.QueryDelegateKeysByOrchestratorAddress, ...) (*types.QueryDelegateKeysByOrchestratorAddressResponse, error)
- func (m *MockQueryClient) GetDelegateKeyByValidator(arg0 context.Context, arg1 *types.QueryDelegateKeysByValidatorAddress, ...) (*types.QueryDelegateKeysByValidatorAddressResponse, error)
- func (m *MockQueryClient) GetPendingIbcAutoForwards(arg0 context.Context, arg1 *types.QueryPendingIbcAutoForwards, ...) (*types.QueryPendingIbcAutoForwardsResponse, error)
- func (m *MockQueryClient) GetPendingSendToEth(arg0 context.Context, arg1 *types.QueryPendingSendToEth, ...) (*types.QueryPendingSendToEthResponse, error)
- func (m *MockQueryClient) LastEventNonceByAddr(arg0 context.Context, arg1 *types.QueryLastEventNonceByAddrRequest, ...) (*types.QueryLastEventNonceByAddrResponse, error)
- func (m *MockQueryClient) LastPendingBatchRequestByAddr(arg0 context.Context, arg1 *types.QueryLastPendingBatchRequestByAddrRequest, ...) (*types.QueryLastPendingBatchRequestByAddrResponse, error)
- func (m *MockQueryClient) LastPendingLogicCallByAddr(arg0 context.Context, arg1 *types.QueryLastPendingLogicCallByAddrRequest, ...) (*types.QueryLastPendingLogicCallByAddrResponse, error)
- func (m *MockQueryClient) LastPendingValsetRequestByAddr(arg0 context.Context, arg1 *types.QueryLastPendingValsetRequestByAddrRequest, ...) (*types.QueryLastPendingValsetRequestByAddrResponse, error)
- func (m *MockQueryClient) LastValsetRequests(arg0 context.Context, arg1 *types.QueryLastValsetRequestsRequest, ...) (*types.QueryLastValsetRequestsResponse, error)
- func (m *MockQueryClient) LogicConfirms(arg0 context.Context, arg1 *types.QueryLogicConfirmsRequest, ...) (*types.QueryLogicConfirmsResponse, error)
- func (m *MockQueryClient) OutgoingLogicCalls(arg0 context.Context, arg1 *types.QueryOutgoingLogicCallsRequest, ...) (*types.QueryOutgoingLogicCallsResponse, error)
- func (m *MockQueryClient) OutgoingTxBatches(arg0 context.Context, arg1 *types.QueryOutgoingTxBatchesRequest, ...) (*types.QueryOutgoingTxBatchesResponse, error)
- func (m *MockQueryClient) Params(arg0 context.Context, arg1 *types.QueryParamsRequest, arg2 ...grpc.CallOption) (*types.QueryParamsResponse, error)
- func (m *MockQueryClient) ValsetConfirm(arg0 context.Context, arg1 *types.QueryValsetConfirmRequest, ...) (*types.QueryValsetConfirmResponse, error)
- func (m *MockQueryClient) ValsetConfirmsByNonce(arg0 context.Context, arg1 *types.QueryValsetConfirmsByNonceRequest, ...) (*types.QueryValsetConfirmsByNonceResponse, error)
- func (m *MockQueryClient) ValsetRequest(arg0 context.Context, arg1 *types.QueryValsetRequestRequest, ...) (*types.QueryValsetRequestResponse, error)
- type MockQueryClientMockRecorder
- func (mr *MockQueryClientMockRecorder) BatchConfirms(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) BatchFees(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) BatchRequestByNonce(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) CurrentValset(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) DenomToERC20(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) ERC20ToDenom(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) GetAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) GetDelegateKeyByEth(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) GetDelegateKeyByOrchestrator(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) GetDelegateKeyByValidator(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) GetPendingIbcAutoForwards(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) GetPendingSendToEth(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) LastEventNonceByAddr(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) LastPendingBatchRequestByAddr(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) LastPendingLogicCallByAddr(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) LastPendingValsetRequestByAddr(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) LastValsetRequests(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) LogicConfirms(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) OutgoingLogicCalls(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) OutgoingTxBatches(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) Params(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) ValsetConfirm(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) ValsetConfirmsByNonce(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockQueryClientMockRecorder) ValsetRequest(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
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) EXPECT ¶
func (m *MockCosmosClient) EXPECT() *MockCosmosClientMockRecorder
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 ¶
func (mr *MockCosmosClientMockRecorder) Close() *gomock.Call
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 ¶
func (m *MockEVMProviderWithRet) EXPECT() *MockEVMProviderWithRetMockRecorder
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 ¶
SuggestGasPrice mocks base method.
func (*MockEVMProviderWithRet) SuggestGasTipCap ¶
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 ¶ added in v0.2.0
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) GetPendingIbcAutoForwards ¶ added in v0.4.1
func (m *MockQueryClient) GetPendingIbcAutoForwards(arg0 context.Context, arg1 *types.QueryPendingIbcAutoForwards, arg2 ...grpc.CallOption) (*types.QueryPendingIbcAutoForwardsResponse, error)
GetPendingIbcAutoForwards 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) LastEventNonceByAddr ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (m *MockQueryClient) LogicConfirms(arg0 context.Context, arg1 *types.QueryLogicConfirmsRequest, arg2 ...grpc.CallOption) (*types.QueryLogicConfirmsResponse, error)
LogicConfirms mocks base method.
func (*MockQueryClient) OutgoingLogicCalls ¶ added in v0.2.0
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) 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 ¶ added in v0.2.0
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) GetPendingIbcAutoForwards ¶ added in v0.4.1
func (mr *MockQueryClientMockRecorder) GetPendingIbcAutoForwards(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetPendingIbcAutoForwards indicates an expected call of GetPendingIbcAutoForwards.
func (*MockQueryClientMockRecorder) GetPendingSendToEth ¶
func (mr *MockQueryClientMockRecorder) GetPendingSendToEth(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetPendingSendToEth indicates an expected call of GetPendingSendToEth.
func (*MockQueryClientMockRecorder) LastEventNonceByAddr ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (mr *MockQueryClientMockRecorder) LogicConfirms(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
LogicConfirms indicates an expected call of LogicConfirms.
func (*MockQueryClientMockRecorder) OutgoingLogicCalls ¶ added in v0.2.0
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) 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.