v2mocks

package
v1.34.0 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2025 License: Apache-2.0, MIT Imports: 9 Imported by: 0

Documentation

Overview

Package v2mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockFullNode

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

MockFullNode is a mock of FullNode interface.

func NewMockFullNode

func NewMockFullNode(ctrl *gomock.Controller) *MockFullNode

NewMockFullNode creates a new mock instance.

func (*MockFullNode) ChainGetTipSet

func (m *MockFullNode) ChainGetTipSet(arg0 context.Context, arg1 types.TipSetSelector) (*types.TipSet, error)

ChainGetTipSet mocks base method.

func (*MockFullNode) EXPECT

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

func (*MockFullNode) EthAccounts

func (m *MockFullNode) EthAccounts(arg0 context.Context) ([]ethtypes.EthAddress, error)

EthAccounts mocks base method.

func (*MockFullNode) EthAddressToFilecoinAddress

func (m *MockFullNode) EthAddressToFilecoinAddress(arg0 context.Context, arg1 ethtypes.EthAddress) (address.Address, error)

EthAddressToFilecoinAddress mocks base method.

func (*MockFullNode) EthBlockNumber

func (m *MockFullNode) EthBlockNumber(arg0 context.Context) (ethtypes.EthUint64, error)

EthBlockNumber mocks base method.

func (*MockFullNode) EthCall

EthCall mocks base method.

func (*MockFullNode) EthChainId

func (m *MockFullNode) EthChainId(arg0 context.Context) (ethtypes.EthUint64, error)

EthChainId mocks base method.

func (*MockFullNode) EthEstimateGas

func (m *MockFullNode) EthEstimateGas(arg0 context.Context, arg1 jsonrpc.RawParams) (ethtypes.EthUint64, error)

EthEstimateGas mocks base method.

func (*MockFullNode) EthFeeHistory

func (m *MockFullNode) EthFeeHistory(arg0 context.Context, arg1 jsonrpc.RawParams) (ethtypes.EthFeeHistory, error)

EthFeeHistory mocks base method.

func (*MockFullNode) EthGasPrice

func (m *MockFullNode) EthGasPrice(arg0 context.Context) (ethtypes.EthBigInt, error)

EthGasPrice mocks base method.

func (*MockFullNode) EthGetBalance

EthGetBalance mocks base method.

func (*MockFullNode) EthGetBlockByHash

func (m *MockFullNode) EthGetBlockByHash(arg0 context.Context, arg1 ethtypes.EthHash, arg2 bool) (ethtypes.EthBlock, error)

EthGetBlockByHash mocks base method.

func (*MockFullNode) EthGetBlockByNumber

func (m *MockFullNode) EthGetBlockByNumber(arg0 context.Context, arg1 string, arg2 bool) (ethtypes.EthBlock, error)

EthGetBlockByNumber mocks base method.

func (*MockFullNode) EthGetBlockReceipts

func (m *MockFullNode) EthGetBlockReceipts(arg0 context.Context, arg1 ethtypes.EthBlockNumberOrHash) ([]*ethtypes.EthTxReceipt, error)

EthGetBlockReceipts mocks base method.

func (*MockFullNode) EthGetBlockReceiptsLimited

func (m *MockFullNode) EthGetBlockReceiptsLimited(arg0 context.Context, arg1 ethtypes.EthBlockNumberOrHash, arg2 abi.ChainEpoch) ([]*ethtypes.EthTxReceipt, error)

EthGetBlockReceiptsLimited mocks base method.

func (*MockFullNode) EthGetBlockTransactionCountByHash

func (m *MockFullNode) EthGetBlockTransactionCountByHash(arg0 context.Context, arg1 ethtypes.EthHash) (ethtypes.EthUint64, error)

EthGetBlockTransactionCountByHash mocks base method.

func (*MockFullNode) EthGetBlockTransactionCountByNumber

func (m *MockFullNode) EthGetBlockTransactionCountByNumber(arg0 context.Context, arg1 string) (ethtypes.EthUint64, error)

EthGetBlockTransactionCountByNumber mocks base method.

func (*MockFullNode) EthGetCode

EthGetCode mocks base method.

func (*MockFullNode) EthGetFilterChanges

func (m *MockFullNode) EthGetFilterChanges(arg0 context.Context, arg1 ethtypes.EthFilterID) (*ethtypes.EthFilterResult, error)

EthGetFilterChanges mocks base method.

func (*MockFullNode) EthGetFilterLogs

func (m *MockFullNode) EthGetFilterLogs(arg0 context.Context, arg1 ethtypes.EthFilterID) (*ethtypes.EthFilterResult, error)

EthGetFilterLogs mocks base method.

func (*MockFullNode) EthGetLogs

EthGetLogs mocks base method.

func (*MockFullNode) EthGetMessageCidByTransactionHash

func (m *MockFullNode) EthGetMessageCidByTransactionHash(arg0 context.Context, arg1 *ethtypes.EthHash) (*cid.Cid, error)

EthGetMessageCidByTransactionHash mocks base method.

func (*MockFullNode) EthGetStorageAt

EthGetStorageAt mocks base method.

func (*MockFullNode) EthGetTransactionByBlockHashAndIndex

func (m *MockFullNode) EthGetTransactionByBlockHashAndIndex(arg0 context.Context, arg1 ethtypes.EthHash, arg2 ethtypes.EthUint64) (*ethtypes.EthTx, error)

EthGetTransactionByBlockHashAndIndex mocks base method.

func (*MockFullNode) EthGetTransactionByBlockNumberAndIndex

func (m *MockFullNode) EthGetTransactionByBlockNumberAndIndex(arg0 context.Context, arg1 string, arg2 ethtypes.EthUint64) (*ethtypes.EthTx, error)

EthGetTransactionByBlockNumberAndIndex mocks base method.

func (*MockFullNode) EthGetTransactionByHash

func (m *MockFullNode) EthGetTransactionByHash(arg0 context.Context, arg1 *ethtypes.EthHash) (*ethtypes.EthTx, error)

EthGetTransactionByHash mocks base method.

func (*MockFullNode) EthGetTransactionByHashLimited

func (m *MockFullNode) EthGetTransactionByHashLimited(arg0 context.Context, arg1 *ethtypes.EthHash, arg2 abi.ChainEpoch) (*ethtypes.EthTx, error)

EthGetTransactionByHashLimited mocks base method.

func (*MockFullNode) EthGetTransactionCount

func (m *MockFullNode) EthGetTransactionCount(arg0 context.Context, arg1 ethtypes.EthAddress, arg2 ethtypes.EthBlockNumberOrHash) (ethtypes.EthUint64, error)

EthGetTransactionCount mocks base method.

func (*MockFullNode) EthGetTransactionHashByCid

func (m *MockFullNode) EthGetTransactionHashByCid(arg0 context.Context, arg1 cid.Cid) (*ethtypes.EthHash, error)

EthGetTransactionHashByCid mocks base method.

func (*MockFullNode) EthGetTransactionReceipt

func (m *MockFullNode) EthGetTransactionReceipt(arg0 context.Context, arg1 ethtypes.EthHash) (*ethtypes.EthTxReceipt, error)

EthGetTransactionReceipt mocks base method.

func (*MockFullNode) EthGetTransactionReceiptLimited

func (m *MockFullNode) EthGetTransactionReceiptLimited(arg0 context.Context, arg1 ethtypes.EthHash, arg2 abi.ChainEpoch) (*ethtypes.EthTxReceipt, error)

EthGetTransactionReceiptLimited mocks base method.

func (*MockFullNode) EthMaxPriorityFeePerGas

func (m *MockFullNode) EthMaxPriorityFeePerGas(arg0 context.Context) (ethtypes.EthBigInt, error)

EthMaxPriorityFeePerGas mocks base method.

func (*MockFullNode) EthNewBlockFilter

func (m *MockFullNode) EthNewBlockFilter(arg0 context.Context) (ethtypes.EthFilterID, error)

EthNewBlockFilter mocks base method.

func (*MockFullNode) EthNewFilter

func (m *MockFullNode) EthNewFilter(arg0 context.Context, arg1 *ethtypes.EthFilterSpec) (ethtypes.EthFilterID, error)

EthNewFilter mocks base method.

func (*MockFullNode) EthNewPendingTransactionFilter

func (m *MockFullNode) EthNewPendingTransactionFilter(arg0 context.Context) (ethtypes.EthFilterID, error)

EthNewPendingTransactionFilter mocks base method.

func (*MockFullNode) EthProtocolVersion

func (m *MockFullNode) EthProtocolVersion(arg0 context.Context) (ethtypes.EthUint64, error)

EthProtocolVersion mocks base method.

func (*MockFullNode) EthSendRawTransaction

func (m *MockFullNode) EthSendRawTransaction(arg0 context.Context, arg1 ethtypes.EthBytes) (ethtypes.EthHash, error)

EthSendRawTransaction mocks base method.

func (*MockFullNode) EthSendRawTransactionUntrusted

func (m *MockFullNode) EthSendRawTransactionUntrusted(arg0 context.Context, arg1 ethtypes.EthBytes) (ethtypes.EthHash, error)

EthSendRawTransactionUntrusted mocks base method.

func (*MockFullNode) EthSubscribe

EthSubscribe mocks base method.

func (*MockFullNode) EthSyncing

func (m *MockFullNode) EthSyncing(arg0 context.Context) (ethtypes.EthSyncingResult, error)

EthSyncing mocks base method.

func (*MockFullNode) EthTraceBlock

func (m *MockFullNode) EthTraceBlock(arg0 context.Context, arg1 string) ([]*ethtypes.EthTraceBlock, error)

EthTraceBlock mocks base method.

func (*MockFullNode) EthTraceFilter

EthTraceFilter mocks base method.

func (*MockFullNode) EthTraceReplayBlockTransactions

func (m *MockFullNode) EthTraceReplayBlockTransactions(arg0 context.Context, arg1 string, arg2 []string) ([]*ethtypes.EthTraceReplayBlockTransaction, error)

EthTraceReplayBlockTransactions mocks base method.

func (*MockFullNode) EthTraceTransaction

func (m *MockFullNode) EthTraceTransaction(arg0 context.Context, arg1 string) ([]*ethtypes.EthTraceTransaction, error)

EthTraceTransaction mocks base method.

func (*MockFullNode) EthUninstallFilter

func (m *MockFullNode) EthUninstallFilter(arg0 context.Context, arg1 ethtypes.EthFilterID) (bool, error)

EthUninstallFilter mocks base method.

func (*MockFullNode) EthUnsubscribe

func (m *MockFullNode) EthUnsubscribe(arg0 context.Context, arg1 ethtypes.EthSubscriptionID) (bool, error)

EthUnsubscribe mocks base method.

func (*MockFullNode) FilecoinAddressToEthAddress

func (m *MockFullNode) FilecoinAddressToEthAddress(arg0 context.Context, arg1 jsonrpc.RawParams) (ethtypes.EthAddress, error)

FilecoinAddressToEthAddress mocks base method.

func (*MockFullNode) NetListening

func (m *MockFullNode) NetListening(arg0 context.Context) (bool, error)

NetListening mocks base method.

func (*MockFullNode) NetVersion

func (m *MockFullNode) NetVersion(arg0 context.Context) (string, error)

NetVersion mocks base method.

func (*MockFullNode) StateGetActor

func (m *MockFullNode) StateGetActor(arg0 context.Context, arg1 address.Address, arg2 types.TipSetSelector) (*types.ActorV5, error)

StateGetActor mocks base method.

func (*MockFullNode) StateGetID

func (m *MockFullNode) StateGetID(arg0 context.Context, arg1 address.Address, arg2 types.TipSetSelector) (*address.Address, error)

StateGetID mocks base method.

func (*MockFullNode) Web3ClientVersion

func (m *MockFullNode) Web3ClientVersion(arg0 context.Context) (string, error)

Web3ClientVersion mocks base method.

type MockFullNodeMockRecorder

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

MockFullNodeMockRecorder is the mock recorder for MockFullNode.

func (*MockFullNodeMockRecorder) ChainGetTipSet

func (mr *MockFullNodeMockRecorder) ChainGetTipSet(arg0, arg1 interface{}) *gomock.Call

ChainGetTipSet indicates an expected call of ChainGetTipSet.

func (*MockFullNodeMockRecorder) EthAccounts

func (mr *MockFullNodeMockRecorder) EthAccounts(arg0 interface{}) *gomock.Call

EthAccounts indicates an expected call of EthAccounts.

func (*MockFullNodeMockRecorder) EthAddressToFilecoinAddress

func (mr *MockFullNodeMockRecorder) EthAddressToFilecoinAddress(arg0, arg1 interface{}) *gomock.Call

EthAddressToFilecoinAddress indicates an expected call of EthAddressToFilecoinAddress.

func (*MockFullNodeMockRecorder) EthBlockNumber

func (mr *MockFullNodeMockRecorder) EthBlockNumber(arg0 interface{}) *gomock.Call

EthBlockNumber indicates an expected call of EthBlockNumber.

func (*MockFullNodeMockRecorder) EthCall

func (mr *MockFullNodeMockRecorder) EthCall(arg0, arg1, arg2 interface{}) *gomock.Call

EthCall indicates an expected call of EthCall.

func (*MockFullNodeMockRecorder) EthChainId

func (mr *MockFullNodeMockRecorder) EthChainId(arg0 interface{}) *gomock.Call

EthChainId indicates an expected call of EthChainId.

func (*MockFullNodeMockRecorder) EthEstimateGas

func (mr *MockFullNodeMockRecorder) EthEstimateGas(arg0, arg1 interface{}) *gomock.Call

EthEstimateGas indicates an expected call of EthEstimateGas.

func (*MockFullNodeMockRecorder) EthFeeHistory

func (mr *MockFullNodeMockRecorder) EthFeeHistory(arg0, arg1 interface{}) *gomock.Call

EthFeeHistory indicates an expected call of EthFeeHistory.

func (*MockFullNodeMockRecorder) EthGasPrice

func (mr *MockFullNodeMockRecorder) EthGasPrice(arg0 interface{}) *gomock.Call

EthGasPrice indicates an expected call of EthGasPrice.

func (*MockFullNodeMockRecorder) EthGetBalance

func (mr *MockFullNodeMockRecorder) EthGetBalance(arg0, arg1, arg2 interface{}) *gomock.Call

EthGetBalance indicates an expected call of EthGetBalance.

func (*MockFullNodeMockRecorder) EthGetBlockByHash

func (mr *MockFullNodeMockRecorder) EthGetBlockByHash(arg0, arg1, arg2 interface{}) *gomock.Call

EthGetBlockByHash indicates an expected call of EthGetBlockByHash.

func (*MockFullNodeMockRecorder) EthGetBlockByNumber

func (mr *MockFullNodeMockRecorder) EthGetBlockByNumber(arg0, arg1, arg2 interface{}) *gomock.Call

EthGetBlockByNumber indicates an expected call of EthGetBlockByNumber.

func (*MockFullNodeMockRecorder) EthGetBlockReceipts

func (mr *MockFullNodeMockRecorder) EthGetBlockReceipts(arg0, arg1 interface{}) *gomock.Call

EthGetBlockReceipts indicates an expected call of EthGetBlockReceipts.

func (*MockFullNodeMockRecorder) EthGetBlockReceiptsLimited

func (mr *MockFullNodeMockRecorder) EthGetBlockReceiptsLimited(arg0, arg1, arg2 interface{}) *gomock.Call

EthGetBlockReceiptsLimited indicates an expected call of EthGetBlockReceiptsLimited.

func (*MockFullNodeMockRecorder) EthGetBlockTransactionCountByHash

func (mr *MockFullNodeMockRecorder) EthGetBlockTransactionCountByHash(arg0, arg1 interface{}) *gomock.Call

EthGetBlockTransactionCountByHash indicates an expected call of EthGetBlockTransactionCountByHash.

func (*MockFullNodeMockRecorder) EthGetBlockTransactionCountByNumber

func (mr *MockFullNodeMockRecorder) EthGetBlockTransactionCountByNumber(arg0, arg1 interface{}) *gomock.Call

EthGetBlockTransactionCountByNumber indicates an expected call of EthGetBlockTransactionCountByNumber.

func (*MockFullNodeMockRecorder) EthGetCode

func (mr *MockFullNodeMockRecorder) EthGetCode(arg0, arg1, arg2 interface{}) *gomock.Call

EthGetCode indicates an expected call of EthGetCode.

func (*MockFullNodeMockRecorder) EthGetFilterChanges

func (mr *MockFullNodeMockRecorder) EthGetFilterChanges(arg0, arg1 interface{}) *gomock.Call

EthGetFilterChanges indicates an expected call of EthGetFilterChanges.

func (*MockFullNodeMockRecorder) EthGetFilterLogs

func (mr *MockFullNodeMockRecorder) EthGetFilterLogs(arg0, arg1 interface{}) *gomock.Call

EthGetFilterLogs indicates an expected call of EthGetFilterLogs.

func (*MockFullNodeMockRecorder) EthGetLogs

func (mr *MockFullNodeMockRecorder) EthGetLogs(arg0, arg1 interface{}) *gomock.Call

EthGetLogs indicates an expected call of EthGetLogs.

func (*MockFullNodeMockRecorder) EthGetMessageCidByTransactionHash

func (mr *MockFullNodeMockRecorder) EthGetMessageCidByTransactionHash(arg0, arg1 interface{}) *gomock.Call

EthGetMessageCidByTransactionHash indicates an expected call of EthGetMessageCidByTransactionHash.

func (*MockFullNodeMockRecorder) EthGetStorageAt

func (mr *MockFullNodeMockRecorder) EthGetStorageAt(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

EthGetStorageAt indicates an expected call of EthGetStorageAt.

func (*MockFullNodeMockRecorder) EthGetTransactionByBlockHashAndIndex

func (mr *MockFullNodeMockRecorder) EthGetTransactionByBlockHashAndIndex(arg0, arg1, arg2 interface{}) *gomock.Call

EthGetTransactionByBlockHashAndIndex indicates an expected call of EthGetTransactionByBlockHashAndIndex.

func (*MockFullNodeMockRecorder) EthGetTransactionByBlockNumberAndIndex

func (mr *MockFullNodeMockRecorder) EthGetTransactionByBlockNumberAndIndex(arg0, arg1, arg2 interface{}) *gomock.Call

EthGetTransactionByBlockNumberAndIndex indicates an expected call of EthGetTransactionByBlockNumberAndIndex.

func (*MockFullNodeMockRecorder) EthGetTransactionByHash

func (mr *MockFullNodeMockRecorder) EthGetTransactionByHash(arg0, arg1 interface{}) *gomock.Call

EthGetTransactionByHash indicates an expected call of EthGetTransactionByHash.

func (*MockFullNodeMockRecorder) EthGetTransactionByHashLimited

func (mr *MockFullNodeMockRecorder) EthGetTransactionByHashLimited(arg0, arg1, arg2 interface{}) *gomock.Call

EthGetTransactionByHashLimited indicates an expected call of EthGetTransactionByHashLimited.

func (*MockFullNodeMockRecorder) EthGetTransactionCount

func (mr *MockFullNodeMockRecorder) EthGetTransactionCount(arg0, arg1, arg2 interface{}) *gomock.Call

EthGetTransactionCount indicates an expected call of EthGetTransactionCount.

func (*MockFullNodeMockRecorder) EthGetTransactionHashByCid

func (mr *MockFullNodeMockRecorder) EthGetTransactionHashByCid(arg0, arg1 interface{}) *gomock.Call

EthGetTransactionHashByCid indicates an expected call of EthGetTransactionHashByCid.

func (*MockFullNodeMockRecorder) EthGetTransactionReceipt

func (mr *MockFullNodeMockRecorder) EthGetTransactionReceipt(arg0, arg1 interface{}) *gomock.Call

EthGetTransactionReceipt indicates an expected call of EthGetTransactionReceipt.

func (*MockFullNodeMockRecorder) EthGetTransactionReceiptLimited

func (mr *MockFullNodeMockRecorder) EthGetTransactionReceiptLimited(arg0, arg1, arg2 interface{}) *gomock.Call

EthGetTransactionReceiptLimited indicates an expected call of EthGetTransactionReceiptLimited.

func (*MockFullNodeMockRecorder) EthMaxPriorityFeePerGas

func (mr *MockFullNodeMockRecorder) EthMaxPriorityFeePerGas(arg0 interface{}) *gomock.Call

EthMaxPriorityFeePerGas indicates an expected call of EthMaxPriorityFeePerGas.

func (*MockFullNodeMockRecorder) EthNewBlockFilter

func (mr *MockFullNodeMockRecorder) EthNewBlockFilter(arg0 interface{}) *gomock.Call

EthNewBlockFilter indicates an expected call of EthNewBlockFilter.

func (*MockFullNodeMockRecorder) EthNewFilter

func (mr *MockFullNodeMockRecorder) EthNewFilter(arg0, arg1 interface{}) *gomock.Call

EthNewFilter indicates an expected call of EthNewFilter.

func (*MockFullNodeMockRecorder) EthNewPendingTransactionFilter

func (mr *MockFullNodeMockRecorder) EthNewPendingTransactionFilter(arg0 interface{}) *gomock.Call

EthNewPendingTransactionFilter indicates an expected call of EthNewPendingTransactionFilter.

func (*MockFullNodeMockRecorder) EthProtocolVersion

func (mr *MockFullNodeMockRecorder) EthProtocolVersion(arg0 interface{}) *gomock.Call

EthProtocolVersion indicates an expected call of EthProtocolVersion.

func (*MockFullNodeMockRecorder) EthSendRawTransaction

func (mr *MockFullNodeMockRecorder) EthSendRawTransaction(arg0, arg1 interface{}) *gomock.Call

EthSendRawTransaction indicates an expected call of EthSendRawTransaction.

func (*MockFullNodeMockRecorder) EthSendRawTransactionUntrusted

func (mr *MockFullNodeMockRecorder) EthSendRawTransactionUntrusted(arg0, arg1 interface{}) *gomock.Call

EthSendRawTransactionUntrusted indicates an expected call of EthSendRawTransactionUntrusted.

func (*MockFullNodeMockRecorder) EthSubscribe

func (mr *MockFullNodeMockRecorder) EthSubscribe(arg0, arg1 interface{}) *gomock.Call

EthSubscribe indicates an expected call of EthSubscribe.

func (*MockFullNodeMockRecorder) EthSyncing

func (mr *MockFullNodeMockRecorder) EthSyncing(arg0 interface{}) *gomock.Call

EthSyncing indicates an expected call of EthSyncing.

func (*MockFullNodeMockRecorder) EthTraceBlock

func (mr *MockFullNodeMockRecorder) EthTraceBlock(arg0, arg1 interface{}) *gomock.Call

EthTraceBlock indicates an expected call of EthTraceBlock.

func (*MockFullNodeMockRecorder) EthTraceFilter

func (mr *MockFullNodeMockRecorder) EthTraceFilter(arg0, arg1 interface{}) *gomock.Call

EthTraceFilter indicates an expected call of EthTraceFilter.

func (*MockFullNodeMockRecorder) EthTraceReplayBlockTransactions

func (mr *MockFullNodeMockRecorder) EthTraceReplayBlockTransactions(arg0, arg1, arg2 interface{}) *gomock.Call

EthTraceReplayBlockTransactions indicates an expected call of EthTraceReplayBlockTransactions.

func (*MockFullNodeMockRecorder) EthTraceTransaction

func (mr *MockFullNodeMockRecorder) EthTraceTransaction(arg0, arg1 interface{}) *gomock.Call

EthTraceTransaction indicates an expected call of EthTraceTransaction.

func (*MockFullNodeMockRecorder) EthUninstallFilter

func (mr *MockFullNodeMockRecorder) EthUninstallFilter(arg0, arg1 interface{}) *gomock.Call

EthUninstallFilter indicates an expected call of EthUninstallFilter.

func (*MockFullNodeMockRecorder) EthUnsubscribe

func (mr *MockFullNodeMockRecorder) EthUnsubscribe(arg0, arg1 interface{}) *gomock.Call

EthUnsubscribe indicates an expected call of EthUnsubscribe.

func (*MockFullNodeMockRecorder) FilecoinAddressToEthAddress

func (mr *MockFullNodeMockRecorder) FilecoinAddressToEthAddress(arg0, arg1 interface{}) *gomock.Call

FilecoinAddressToEthAddress indicates an expected call of FilecoinAddressToEthAddress.

func (*MockFullNodeMockRecorder) NetListening

func (mr *MockFullNodeMockRecorder) NetListening(arg0 interface{}) *gomock.Call

NetListening indicates an expected call of NetListening.

func (*MockFullNodeMockRecorder) NetVersion

func (mr *MockFullNodeMockRecorder) NetVersion(arg0 interface{}) *gomock.Call

NetVersion indicates an expected call of NetVersion.

func (*MockFullNodeMockRecorder) StateGetActor

func (mr *MockFullNodeMockRecorder) StateGetActor(arg0, arg1, arg2 interface{}) *gomock.Call

StateGetActor indicates an expected call of StateGetActor.

func (*MockFullNodeMockRecorder) StateGetID

func (mr *MockFullNodeMockRecorder) StateGetID(arg0, arg1, arg2 interface{}) *gomock.Call

StateGetID indicates an expected call of StateGetID.

func (*MockFullNodeMockRecorder) Web3ClientVersion

func (mr *MockFullNodeMockRecorder) Web3ClientVersion(arg0 interface{}) *gomock.Call

Web3ClientVersion indicates an expected call of Web3ClientVersion.

Jump to

Keyboard shortcuts

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