Versions in this module Expand all Collapse all v1 v1.0.1 Mar 15, 2024 Changes in this version + type MockClient struct + func NewMockClient(ctrl *gomock.Controller) *MockClient + func (m *MockClient) EXPECT() *MockClientMockRecorder + func (m *MockClient) GetAccount(account types0.AccAddress) (client.Account, error) + func (m *MockClient) GetBalance(account types0.AccAddress) (uint64, error) + func (m *MockClient) GetBlockResult(height int64) (*types1.ResultBlockResults, error) + func (m *MockClient) GetResult(id uint64) (*types.Result, error) + func (m *MockClient) GetSignature(id uint64) ([]byte, error) + func (m *MockClient) GetTx(txHash string) (*types0.TxResponse, error) + func (m *MockClient) QueryRequestFailureReason(id uint64) (string, error) + func (m *MockClient) SendRequest(msg *types.MsgRequestData, gasPrice float64, key keyring.Info) (*types0.TxResponse, error) + type MockClientMockRecorder struct + func (mr *MockClientMockRecorder) GetAccount(account any) *gomock.Call + func (mr *MockClientMockRecorder) GetBalance(account any) *gomock.Call + func (mr *MockClientMockRecorder) GetBlockResult(height any) *gomock.Call + func (mr *MockClientMockRecorder) GetResult(id any) *gomock.Call + func (mr *MockClientMockRecorder) GetSignature(id any) *gomock.Call + func (mr *MockClientMockRecorder) GetTx(txHash any) *gomock.Call + func (mr *MockClientMockRecorder) QueryRequestFailureReason(id any) *gomock.Call + func (mr *MockClientMockRecorder) SendRequest(msg, gasPrice, key any) *gomock.Call