mock_apiserviceclient

package
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mock_apiserviceclient is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockServiceClient

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

MockServiceClient is a mock of ServiceClient interface.

func NewMockServiceClient

func NewMockServiceClient(ctrl *gomock.Controller) *MockServiceClient

NewMockServiceClient creates a new mock instance.

func (*MockServiceClient) EXPECT

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

func (*MockServiceClient) EstimateActionGasConsumption added in v0.9.0

EstimateActionGasConsumption mocks base method.

func (*MockServiceClient) EstimateGasForAction

EstimateGasForAction mocks base method.

func (*MockServiceClient) GetAccount

GetAccount mocks base method.

func (*MockServiceClient) GetActPoolActions added in v1.1.3

GetActPoolActions mocks base method.

func (*MockServiceClient) GetActions

GetActions mocks base method.

func (*MockServiceClient) GetBlockMetas

GetBlockMetas mocks base method.

func (*MockServiceClient) GetChainMeta

GetChainMeta mocks base method.

func (*MockServiceClient) GetElectionBuckets added in v0.9.0

GetElectionBuckets mocks base method.

func (*MockServiceClient) GetEpochMeta

GetEpochMeta mocks base method.

func (*MockServiceClient) GetEvmTransfersByActionHash added in v1.0.0

GetEvmTransfersByActionHash mocks base method.

func (*MockServiceClient) GetEvmTransfersByBlockHeight added in v1.0.0

GetEvmTransfersByBlockHeight mocks base method.

func (*MockServiceClient) GetLogs added in v0.7.1

GetLogs mocks base method.

func (*MockServiceClient) GetRawBlocks

GetRawBlocks mocks base method.

func (*MockServiceClient) GetReceiptByAction

GetReceiptByAction mocks base method.

func (*MockServiceClient) GetServerMeta

GetServerMeta mocks base method.

func (*MockServiceClient) GetTransactionLogByActionHash added in v1.1.0

GetTransactionLogByActionHash mocks base method.

func (*MockServiceClient) GetTransactionLogByBlockHeight added in v1.1.0

GetTransactionLogByBlockHeight mocks base method.

func (*MockServiceClient) ReadContract

ReadContract mocks base method.

func (*MockServiceClient) ReadContractStorage added in v1.6.1

ReadContractStorage mocks base method.

func (*MockServiceClient) ReadState

ReadState mocks base method.

func (*MockServiceClient) SendAction

SendAction mocks base method.

func (*MockServiceClient) StreamBlocks added in v0.6.2

StreamBlocks mocks base method.

func (*MockServiceClient) StreamLogs added in v0.7.1

StreamLogs mocks base method.

func (*MockServiceClient) SuggestGasPrice

SuggestGasPrice mocks base method.

func (*MockServiceClient) TraceTransactionStructLogs added in v1.6.3

TraceTransactionStructLogs mocks base method.

type MockServiceClientMockRecorder

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

MockServiceClientMockRecorder is the mock recorder for MockServiceClient.

func (*MockServiceClientMockRecorder) EstimateActionGasConsumption added in v0.9.0

func (mr *MockServiceClientMockRecorder) EstimateActionGasConsumption(ctx, in interface{}, opts ...interface{}) *gomock.Call

EstimateActionGasConsumption indicates an expected call of EstimateActionGasConsumption.

func (*MockServiceClientMockRecorder) EstimateGasForAction

func (mr *MockServiceClientMockRecorder) EstimateGasForAction(ctx, in interface{}, opts ...interface{}) *gomock.Call

EstimateGasForAction indicates an expected call of EstimateGasForAction.

func (*MockServiceClientMockRecorder) GetAccount

func (mr *MockServiceClientMockRecorder) GetAccount(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetAccount indicates an expected call of GetAccount.

func (*MockServiceClientMockRecorder) GetActPoolActions added in v1.1.3

func (mr *MockServiceClientMockRecorder) GetActPoolActions(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetActPoolActions indicates an expected call of GetActPoolActions.

func (*MockServiceClientMockRecorder) GetActions

func (mr *MockServiceClientMockRecorder) GetActions(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetActions indicates an expected call of GetActions.

func (*MockServiceClientMockRecorder) GetBlockMetas

func (mr *MockServiceClientMockRecorder) GetBlockMetas(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetBlockMetas indicates an expected call of GetBlockMetas.

func (*MockServiceClientMockRecorder) GetChainMeta

func (mr *MockServiceClientMockRecorder) GetChainMeta(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetChainMeta indicates an expected call of GetChainMeta.

func (*MockServiceClientMockRecorder) GetElectionBuckets added in v0.9.0

func (mr *MockServiceClientMockRecorder) GetElectionBuckets(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetElectionBuckets indicates an expected call of GetElectionBuckets.

func (*MockServiceClientMockRecorder) GetEpochMeta

func (mr *MockServiceClientMockRecorder) GetEpochMeta(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetEpochMeta indicates an expected call of GetEpochMeta.

func (*MockServiceClientMockRecorder) GetEvmTransfersByActionHash added in v1.0.0

func (mr *MockServiceClientMockRecorder) GetEvmTransfersByActionHash(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetEvmTransfersByActionHash indicates an expected call of GetEvmTransfersByActionHash.

func (*MockServiceClientMockRecorder) GetEvmTransfersByBlockHeight added in v1.0.0

func (mr *MockServiceClientMockRecorder) GetEvmTransfersByBlockHeight(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetEvmTransfersByBlockHeight indicates an expected call of GetEvmTransfersByBlockHeight.

func (*MockServiceClientMockRecorder) GetLogs added in v0.7.1

func (mr *MockServiceClientMockRecorder) GetLogs(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetLogs indicates an expected call of GetLogs.

func (*MockServiceClientMockRecorder) GetRawBlocks

func (mr *MockServiceClientMockRecorder) GetRawBlocks(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetRawBlocks indicates an expected call of GetRawBlocks.

func (*MockServiceClientMockRecorder) GetReceiptByAction

func (mr *MockServiceClientMockRecorder) GetReceiptByAction(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetReceiptByAction indicates an expected call of GetReceiptByAction.

func (*MockServiceClientMockRecorder) GetServerMeta

func (mr *MockServiceClientMockRecorder) GetServerMeta(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetServerMeta indicates an expected call of GetServerMeta.

func (*MockServiceClientMockRecorder) GetTransactionLogByActionHash added in v1.1.0

func (mr *MockServiceClientMockRecorder) GetTransactionLogByActionHash(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetTransactionLogByActionHash indicates an expected call of GetTransactionLogByActionHash.

func (*MockServiceClientMockRecorder) GetTransactionLogByBlockHeight added in v1.1.0

func (mr *MockServiceClientMockRecorder) GetTransactionLogByBlockHeight(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetTransactionLogByBlockHeight indicates an expected call of GetTransactionLogByBlockHeight.

func (*MockServiceClientMockRecorder) ReadContract

func (mr *MockServiceClientMockRecorder) ReadContract(ctx, in interface{}, opts ...interface{}) *gomock.Call

ReadContract indicates an expected call of ReadContract.

func (*MockServiceClientMockRecorder) ReadContractStorage added in v1.6.1

func (mr *MockServiceClientMockRecorder) ReadContractStorage(ctx, in interface{}, opts ...interface{}) *gomock.Call

ReadContractStorage indicates an expected call of ReadContractStorage.

func (*MockServiceClientMockRecorder) ReadState

func (mr *MockServiceClientMockRecorder) ReadState(ctx, in interface{}, opts ...interface{}) *gomock.Call

ReadState indicates an expected call of ReadState.

func (*MockServiceClientMockRecorder) SendAction

func (mr *MockServiceClientMockRecorder) SendAction(ctx, in interface{}, opts ...interface{}) *gomock.Call

SendAction indicates an expected call of SendAction.

func (*MockServiceClientMockRecorder) StreamBlocks added in v0.6.2

func (mr *MockServiceClientMockRecorder) StreamBlocks(ctx, in interface{}, opts ...interface{}) *gomock.Call

StreamBlocks indicates an expected call of StreamBlocks.

func (*MockServiceClientMockRecorder) StreamLogs added in v0.7.1

func (mr *MockServiceClientMockRecorder) StreamLogs(ctx, in interface{}, opts ...interface{}) *gomock.Call

StreamLogs indicates an expected call of StreamLogs.

func (*MockServiceClientMockRecorder) SuggestGasPrice

func (mr *MockServiceClientMockRecorder) SuggestGasPrice(ctx, in interface{}, opts ...interface{}) *gomock.Call

SuggestGasPrice indicates an expected call of SuggestGasPrice.

func (*MockServiceClientMockRecorder) TraceTransactionStructLogs added in v1.6.3

func (mr *MockServiceClientMockRecorder) TraceTransactionStructLogs(ctx, in interface{}, opts ...interface{}) *gomock.Call

TraceTransactionStructLogs indicates an expected call of TraceTransactionStructLogs.

Jump to

Keyboard shortcuts

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