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: 6 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 MockClientAPI

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

MockClientAPI is a mock of ClientAPI interface.

func NewMockClientAPI

func NewMockClientAPI(ctrl *gomock.Controller) *MockClientAPI

NewMockClientAPI creates a new mock instance.

func (*MockClientAPI) CheckTransaction added in v0.69.0

func (m *MockClientAPI) CheckTransaction(arg0 context.Context, arg1 jsonrpc.Params, arg2 api.ConnectedWallet) (jsonrpc.Result, *jsonrpc.ErrorDetails)

CheckTransaction mocks base method.

func (*MockClientAPI) ConnectWallet

func (m *MockClientAPI) ConnectWallet(arg0 context.Context, arg1 string) (wallet.Wallet, *jsonrpc.ErrorDetails)

ConnectWallet mocks base method.

func (*MockClientAPI) EXPECT

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

func (*MockClientAPI) GetChainID

GetChainID mocks base method.

func (*MockClientAPI) ListKeys

ListKeys mocks base method.

func (*MockClientAPI) SendTransaction

func (m *MockClientAPI) SendTransaction(arg0 context.Context, arg1 jsonrpc.Params, arg2 api.ConnectedWallet) (jsonrpc.Result, *jsonrpc.ErrorDetails)

SendTransaction mocks base method.

func (*MockClientAPI) SignTransaction

func (m *MockClientAPI) SignTransaction(arg0 context.Context, arg1 jsonrpc.Params, arg2 api.ConnectedWallet) (jsonrpc.Result, *jsonrpc.ErrorDetails)

SignTransaction mocks base method.

type MockClientAPIMockRecorder

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

MockClientAPIMockRecorder is the mock recorder for MockClientAPI.

func (*MockClientAPIMockRecorder) CheckTransaction added in v0.69.0

func (mr *MockClientAPIMockRecorder) CheckTransaction(arg0, arg1, arg2 interface{}) *gomock.Call

CheckTransaction indicates an expected call of CheckTransaction.

func (*MockClientAPIMockRecorder) ConnectWallet

func (mr *MockClientAPIMockRecorder) ConnectWallet(arg0, arg1 interface{}) *gomock.Call

ConnectWallet indicates an expected call of ConnectWallet.

func (*MockClientAPIMockRecorder) GetChainID

func (mr *MockClientAPIMockRecorder) GetChainID(arg0 interface{}) *gomock.Call

GetChainID indicates an expected call of GetChainID.

func (*MockClientAPIMockRecorder) ListKeys

func (mr *MockClientAPIMockRecorder) ListKeys(arg0, arg1 interface{}) *gomock.Call

ListKeys indicates an expected call of ListKeys.

func (*MockClientAPIMockRecorder) SendTransaction

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

SendTransaction indicates an expected call of SendTransaction.

func (*MockClientAPIMockRecorder) SignTransaction

func (mr *MockClientAPIMockRecorder) SignTransaction(arg0, arg1, arg2 interface{}) *gomock.Call

SignTransaction indicates an expected call of SignTransaction.

Jump to

Keyboard shortcuts

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