mocks

package
v0.0.0-...-589da53 Latest Latest
Warning

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

Go to latest
Published: May 30, 2023 License: MIT 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 MockCoreProxyServiceClient

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

MockCoreProxyServiceClient is a mock of CoreProxyServiceClient interface.

func NewMockCoreProxyServiceClient

func NewMockCoreProxyServiceClient(ctrl *gomock.Controller) *MockCoreProxyServiceClient

NewMockCoreProxyServiceClient creates a new mock instance.

func (*MockCoreProxyServiceClient) CheckRawTransaction

CheckRawTransaction mocks base method.

func (*MockCoreProxyServiceClient) CheckTransaction

CheckTransaction mocks base method.

func (*MockCoreProxyServiceClient) EXPECT

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

func (*MockCoreProxyServiceClient) GetFuryTime

GetFuryTime mocks base method.

func (*MockCoreProxyServiceClient) GetSpamStatistics

GetSpamStatistics mocks base method.

func (*MockCoreProxyServiceClient) LastBlockHeight

LastBlockHeight mocks base method.

func (*MockCoreProxyServiceClient) ObserveEventBus

ObserveEventBus mocks base method.

func (*MockCoreProxyServiceClient) PropagateChainEvent

PropagateChainEvent mocks base method.

func (*MockCoreProxyServiceClient) Statistics

Statistics mocks base method.

func (*MockCoreProxyServiceClient) SubmitRawTransaction

SubmitRawTransaction mocks base method.

func (*MockCoreProxyServiceClient) SubmitTransaction

SubmitTransaction mocks base method.

type MockCoreProxyServiceClientMockRecorder

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

MockCoreProxyServiceClientMockRecorder is the mock recorder for MockCoreProxyServiceClient.

func (*MockCoreProxyServiceClientMockRecorder) CheckRawTransaction

func (mr *MockCoreProxyServiceClientMockRecorder) CheckRawTransaction(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CheckRawTransaction indicates an expected call of CheckRawTransaction.

func (*MockCoreProxyServiceClientMockRecorder) CheckTransaction

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

CheckTransaction indicates an expected call of CheckTransaction.

func (*MockCoreProxyServiceClientMockRecorder) GetFuryTime

func (mr *MockCoreProxyServiceClientMockRecorder) GetFuryTime(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetFuryTime indicates an expected call of GetFuryTime.

func (*MockCoreProxyServiceClientMockRecorder) GetSpamStatistics

func (mr *MockCoreProxyServiceClientMockRecorder) GetSpamStatistics(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSpamStatistics indicates an expected call of GetSpamStatistics.

func (*MockCoreProxyServiceClientMockRecorder) LastBlockHeight

func (mr *MockCoreProxyServiceClientMockRecorder) LastBlockHeight(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

LastBlockHeight indicates an expected call of LastBlockHeight.

func (*MockCoreProxyServiceClientMockRecorder) ObserveEventBus

func (mr *MockCoreProxyServiceClientMockRecorder) ObserveEventBus(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ObserveEventBus indicates an expected call of ObserveEventBus.

func (*MockCoreProxyServiceClientMockRecorder) PropagateChainEvent

func (mr *MockCoreProxyServiceClientMockRecorder) PropagateChainEvent(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PropagateChainEvent indicates an expected call of PropagateChainEvent.

func (*MockCoreProxyServiceClientMockRecorder) Statistics

func (mr *MockCoreProxyServiceClientMockRecorder) Statistics(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Statistics indicates an expected call of Statistics.

func (*MockCoreProxyServiceClientMockRecorder) SubmitRawTransaction

func (mr *MockCoreProxyServiceClientMockRecorder) SubmitRawTransaction(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubmitRawTransaction indicates an expected call of SubmitRawTransaction.

func (*MockCoreProxyServiceClientMockRecorder) SubmitTransaction

func (mr *MockCoreProxyServiceClientMockRecorder) SubmitTransaction(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubmitTransaction indicates an expected call of SubmitTransaction.

type MockTradingDataServiceClientV2

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

MockTradingDataServiceClientV2 is a mock of TradingDataServiceClientV2 interface.

func NewMockTradingDataServiceClientV2

func NewMockTradingDataServiceClientV2(ctrl *gomock.Controller) *MockTradingDataServiceClientV2

NewMockTradingDataServiceClientV2 creates a new mock instance.

func (*MockTradingDataServiceClientV2) EXPECT

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

func (*MockTradingDataServiceClientV2) EstimateFee

EstimateFee mocks base method.

func (*MockTradingDataServiceClientV2) EstimateMargin

EstimateMargin mocks base method.

func (*MockTradingDataServiceClientV2) EstimatePosition

EstimatePosition mocks base method.

func (*MockTradingDataServiceClientV2) ExportLedgerEntries

ExportLedgerEntries mocks base method.

func (*MockTradingDataServiceClientV2) ExportNetworkHistory

ExportNetworkHistory mocks base method.

func (*MockTradingDataServiceClientV2) GetActiveNetworkHistoryPeerAddresses

GetActiveNetworkHistoryPeerAddresses mocks base method.

func (*MockTradingDataServiceClientV2) GetAsset

GetAsset mocks base method.

func (*MockTradingDataServiceClientV2) GetDeposit

GetDeposit mocks base method.

func (*MockTradingDataServiceClientV2) GetERC20ListAssetBundle

GetERC20ListAssetBundle mocks base method.

func (*MockTradingDataServiceClientV2) GetERC20SetAssetLimitsBundle

GetERC20SetAssetLimitsBundle mocks base method.

func (*MockTradingDataServiceClientV2) GetERC20WithdrawalApproval

GetERC20WithdrawalApproval mocks base method.

func (*MockTradingDataServiceClientV2) GetEpoch

GetEpoch mocks base method.

func (*MockTradingDataServiceClientV2) GetFuryTime

GetFuryTime mocks base method.

func (*MockTradingDataServiceClientV2) GetGovernanceData

GetGovernanceData mocks base method.

func (*MockTradingDataServiceClientV2) GetLastTrade

GetLastTrade mocks base method.

func (*MockTradingDataServiceClientV2) GetLatestMarketData

GetLatestMarketData mocks base method.

func (*MockTradingDataServiceClientV2) GetLatestMarketDepth

GetLatestMarketDepth mocks base method.

func (*MockTradingDataServiceClientV2) GetMarket

GetMarket mocks base method.

func (*MockTradingDataServiceClientV2) GetMarketDataHistoryByID

GetMarketDataHistoryByID mocks base method.

func (*MockTradingDataServiceClientV2) GetMostRecentNetworkHistorySegment

GetMostRecentNetworkHistorySegment mocks base method.

func (*MockTradingDataServiceClientV2) GetNetworkData

GetNetworkData mocks base method.

func (*MockTradingDataServiceClientV2) GetNetworkHistoryBootstrapPeers

GetNetworkHistoryBootstrapPeers mocks base method.

func (*MockTradingDataServiceClientV2) GetNetworkHistoryStatus

GetNetworkHistoryStatus mocks base method.

func (*MockTradingDataServiceClientV2) GetNetworkLimits

GetNetworkLimits mocks base method.

func (*MockTradingDataServiceClientV2) GetNetworkParameter

GetNetworkParameter mocks base method.

func (*MockTradingDataServiceClientV2) GetNode

GetNode mocks base method.

func (*MockTradingDataServiceClientV2) GetOracleSpec

GetOracleSpec mocks base method.

func (*MockTradingDataServiceClientV2) GetOrder

GetOrder mocks base method.

func (*MockTradingDataServiceClientV2) GetParty

GetParty mocks base method.

func (*MockTradingDataServiceClientV2) GetProtocolUpgradeStatus

GetProtocolUpgradeStatus mocks base method.

func (*MockTradingDataServiceClientV2) GetRiskFactors

GetRiskFactors mocks base method.

func (*MockTradingDataServiceClientV2) GetStake

GetStake mocks base method.

func (*MockTradingDataServiceClientV2) GetWithdrawal

GetWithdrawal mocks base method.

func (*MockTradingDataServiceClientV2) Info

Info mocks base method.

func (*MockTradingDataServiceClientV2) ListAccounts

ListAccounts mocks base method.

func (*MockTradingDataServiceClientV2) ListAllNetworkHistorySegments

ListAllNetworkHistorySegments mocks base method.

func (*MockTradingDataServiceClientV2) ListAllPositions

ListAllPositions mocks base method.

func (*MockTradingDataServiceClientV2) ListAssets

ListAssets mocks base method.

func (*MockTradingDataServiceClientV2) ListBalanceChanges

ListBalanceChanges mocks base method.

func (*MockTradingDataServiceClientV2) ListCandleData

ListCandleData mocks base method.

func (*MockTradingDataServiceClientV2) ListCandleIntervals

ListCandleIntervals mocks base method.

func (*MockTradingDataServiceClientV2) ListCheckpoints

ListCheckpoints mocks base method.

func (*MockTradingDataServiceClientV2) ListCoreSnapshots

ListCoreSnapshots mocks base method.

func (*MockTradingDataServiceClientV2) ListDelegations

ListDelegations mocks base method.

func (*MockTradingDataServiceClientV2) ListDeposits

ListDeposits mocks base method.

func (*MockTradingDataServiceClientV2) ListERC20MultiSigSignerAddedBundles

ListERC20MultiSigSignerAddedBundles mocks base method.

func (*MockTradingDataServiceClientV2) ListERC20MultiSigSignerRemovedBundles

ListERC20MultiSigSignerRemovedBundles mocks base method.

func (*MockTradingDataServiceClientV2) ListEntities

ListEntities mocks base method.

func (*MockTradingDataServiceClientV2) ListEpochRewardSummaries

ListEpochRewardSummaries mocks base method.

func (*MockTradingDataServiceClientV2) ListEthereumKeyRotations

ListEthereumKeyRotations mocks base method.

func (*MockTradingDataServiceClientV2) ListGovernanceData

ListGovernanceData mocks base method.

func (*MockTradingDataServiceClientV2) ListKeyRotations

ListKeyRotations mocks base method.

func (*MockTradingDataServiceClientV2) ListLatestMarketData

ListLatestMarketData mocks base method.

func (*MockTradingDataServiceClientV2) ListLedgerEntries

ListLedgerEntries mocks base method.

func (*MockTradingDataServiceClientV2) ListLiquidityProvisions

ListLiquidityProvisions mocks base method.

func (*MockTradingDataServiceClientV2) ListMarginLevels

ListMarginLevels mocks base method.

func (*MockTradingDataServiceClientV2) ListMarkets

ListMarkets mocks base method.

func (*MockTradingDataServiceClientV2) ListNetworkParameters

ListNetworkParameters mocks base method.

func (*MockTradingDataServiceClientV2) ListNodeSignatures

ListNodeSignatures mocks base method.

func (*MockTradingDataServiceClientV2) ListNodes

ListNodes mocks base method.

func (*MockTradingDataServiceClientV2) ListOracleData

ListOracleData mocks base method.

func (*MockTradingDataServiceClientV2) ListOracleSpecs

ListOracleSpecs mocks base method.

func (*MockTradingDataServiceClientV2) ListOrderVersions

ListOrderVersions mocks base method.

func (*MockTradingDataServiceClientV2) ListOrders

ListOrders mocks base method.

func (*MockTradingDataServiceClientV2) ListParties

ListParties mocks base method.

func (*MockTradingDataServiceClientV2) ListPositions

ListPositions mocks base method.

func (*MockTradingDataServiceClientV2) ListProtocolUpgradeProposals

ListProtocolUpgradeProposals mocks base method.

func (*MockTradingDataServiceClientV2) ListRewardSummaries

ListRewardSummaries mocks base method.

func (*MockTradingDataServiceClientV2) ListRewards

ListRewards mocks base method.

func (*MockTradingDataServiceClientV2) ListTrades

ListTrades mocks base method.

func (*MockTradingDataServiceClientV2) ListTransfers

ListTransfers mocks base method.

func (*MockTradingDataServiceClientV2) ListVotes

ListVotes mocks base method.

func (*MockTradingDataServiceClientV2) ListWithdrawals

ListWithdrawals mocks base method.

func (*MockTradingDataServiceClientV2) ObserveAccounts

ObserveAccounts mocks base method.

func (*MockTradingDataServiceClientV2) ObserveCandleData

ObserveCandleData mocks base method.

func (*MockTradingDataServiceClientV2) ObserveEventBus

ObserveEventBus mocks base method.

func (*MockTradingDataServiceClientV2) ObserveGovernance

ObserveGovernance mocks base method.

func (*MockTradingDataServiceClientV2) ObserveLedgerMovements

ObserveLedgerMovements mocks base method.

func (*MockTradingDataServiceClientV2) ObserveLiquidityProvisions

ObserveLiquidityProvisions mocks base method.

func (*MockTradingDataServiceClientV2) ObserveMarginLevels

ObserveMarginLevels mocks base method.

func (*MockTradingDataServiceClientV2) ObserveMarketsData

ObserveMarketsData mocks base method.

func (*MockTradingDataServiceClientV2) ObserveMarketsDepth

ObserveMarketsDepth mocks base method.

func (*MockTradingDataServiceClientV2) ObserveMarketsDepthUpdates

ObserveMarketsDepthUpdates mocks base method.

func (*MockTradingDataServiceClientV2) ObserveOrders

ObserveOrders mocks base method.

func (*MockTradingDataServiceClientV2) ObservePositions

ObservePositions mocks base method.

func (*MockTradingDataServiceClientV2) ObserveTrades

ObserveTrades mocks base method.

func (*MockTradingDataServiceClientV2) ObserveVotes

ObserveVotes mocks base method.

func (*MockTradingDataServiceClientV2) Ping

Ping mocks base method.

type MockTradingDataServiceClientV2MockRecorder

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

MockTradingDataServiceClientV2MockRecorder is the mock recorder for MockTradingDataServiceClientV2.

func (*MockTradingDataServiceClientV2MockRecorder) EstimateFee

func (mr *MockTradingDataServiceClientV2MockRecorder) EstimateFee(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EstimateFee indicates an expected call of EstimateFee.

func (*MockTradingDataServiceClientV2MockRecorder) EstimateMargin

func (mr *MockTradingDataServiceClientV2MockRecorder) EstimateMargin(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EstimateMargin indicates an expected call of EstimateMargin.

func (*MockTradingDataServiceClientV2MockRecorder) EstimatePosition

func (mr *MockTradingDataServiceClientV2MockRecorder) EstimatePosition(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EstimatePosition indicates an expected call of EstimatePosition.

func (*MockTradingDataServiceClientV2MockRecorder) ExportLedgerEntries

func (mr *MockTradingDataServiceClientV2MockRecorder) ExportLedgerEntries(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportLedgerEntries indicates an expected call of ExportLedgerEntries.

func (*MockTradingDataServiceClientV2MockRecorder) ExportNetworkHistory

func (mr *MockTradingDataServiceClientV2MockRecorder) ExportNetworkHistory(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportNetworkHistory indicates an expected call of ExportNetworkHistory.

func (*MockTradingDataServiceClientV2MockRecorder) GetActiveNetworkHistoryPeerAddresses

func (mr *MockTradingDataServiceClientV2MockRecorder) GetActiveNetworkHistoryPeerAddresses(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetActiveNetworkHistoryPeerAddresses indicates an expected call of GetActiveNetworkHistoryPeerAddresses.

func (*MockTradingDataServiceClientV2MockRecorder) GetAsset

func (mr *MockTradingDataServiceClientV2MockRecorder) GetAsset(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAsset indicates an expected call of GetAsset.

func (*MockTradingDataServiceClientV2MockRecorder) GetDeposit

func (mr *MockTradingDataServiceClientV2MockRecorder) GetDeposit(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDeposit indicates an expected call of GetDeposit.

func (*MockTradingDataServiceClientV2MockRecorder) GetERC20ListAssetBundle

func (mr *MockTradingDataServiceClientV2MockRecorder) GetERC20ListAssetBundle(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetERC20ListAssetBundle indicates an expected call of GetERC20ListAssetBundle.

func (*MockTradingDataServiceClientV2MockRecorder) GetERC20SetAssetLimitsBundle

func (mr *MockTradingDataServiceClientV2MockRecorder) GetERC20SetAssetLimitsBundle(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetERC20SetAssetLimitsBundle indicates an expected call of GetERC20SetAssetLimitsBundle.

func (*MockTradingDataServiceClientV2MockRecorder) GetERC20WithdrawalApproval

func (mr *MockTradingDataServiceClientV2MockRecorder) GetERC20WithdrawalApproval(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetERC20WithdrawalApproval indicates an expected call of GetERC20WithdrawalApproval.

func (*MockTradingDataServiceClientV2MockRecorder) GetEpoch

func (mr *MockTradingDataServiceClientV2MockRecorder) GetEpoch(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetEpoch indicates an expected call of GetEpoch.

func (*MockTradingDataServiceClientV2MockRecorder) GetFuryTime

func (mr *MockTradingDataServiceClientV2MockRecorder) GetFuryTime(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetFuryTime indicates an expected call of GetFuryTime.

func (*MockTradingDataServiceClientV2MockRecorder) GetGovernanceData

func (mr *MockTradingDataServiceClientV2MockRecorder) GetGovernanceData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetGovernanceData indicates an expected call of GetGovernanceData.

func (*MockTradingDataServiceClientV2MockRecorder) GetLastTrade

func (mr *MockTradingDataServiceClientV2MockRecorder) GetLastTrade(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLastTrade indicates an expected call of GetLastTrade.

func (*MockTradingDataServiceClientV2MockRecorder) GetLatestMarketData

func (mr *MockTradingDataServiceClientV2MockRecorder) GetLatestMarketData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLatestMarketData indicates an expected call of GetLatestMarketData.

func (*MockTradingDataServiceClientV2MockRecorder) GetLatestMarketDepth

func (mr *MockTradingDataServiceClientV2MockRecorder) GetLatestMarketDepth(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLatestMarketDepth indicates an expected call of GetLatestMarketDepth.

func (*MockTradingDataServiceClientV2MockRecorder) GetMarket

func (mr *MockTradingDataServiceClientV2MockRecorder) GetMarket(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetMarket indicates an expected call of GetMarket.

func (*MockTradingDataServiceClientV2MockRecorder) GetMarketDataHistoryByID

func (mr *MockTradingDataServiceClientV2MockRecorder) GetMarketDataHistoryByID(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetMarketDataHistoryByID indicates an expected call of GetMarketDataHistoryByID.

func (*MockTradingDataServiceClientV2MockRecorder) GetMostRecentNetworkHistorySegment

func (mr *MockTradingDataServiceClientV2MockRecorder) GetMostRecentNetworkHistorySegment(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetMostRecentNetworkHistorySegment indicates an expected call of GetMostRecentNetworkHistorySegment.

func (*MockTradingDataServiceClientV2MockRecorder) GetNetworkData

func (mr *MockTradingDataServiceClientV2MockRecorder) GetNetworkData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNetworkData indicates an expected call of GetNetworkData.

func (*MockTradingDataServiceClientV2MockRecorder) GetNetworkHistoryBootstrapPeers

func (mr *MockTradingDataServiceClientV2MockRecorder) GetNetworkHistoryBootstrapPeers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNetworkHistoryBootstrapPeers indicates an expected call of GetNetworkHistoryBootstrapPeers.

func (*MockTradingDataServiceClientV2MockRecorder) GetNetworkHistoryStatus

func (mr *MockTradingDataServiceClientV2MockRecorder) GetNetworkHistoryStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNetworkHistoryStatus indicates an expected call of GetNetworkHistoryStatus.

func (*MockTradingDataServiceClientV2MockRecorder) GetNetworkLimits

func (mr *MockTradingDataServiceClientV2MockRecorder) GetNetworkLimits(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNetworkLimits indicates an expected call of GetNetworkLimits.

func (*MockTradingDataServiceClientV2MockRecorder) GetNetworkParameter

func (mr *MockTradingDataServiceClientV2MockRecorder) GetNetworkParameter(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNetworkParameter indicates an expected call of GetNetworkParameter.

func (*MockTradingDataServiceClientV2MockRecorder) GetNode

func (mr *MockTradingDataServiceClientV2MockRecorder) GetNode(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNode indicates an expected call of GetNode.

func (*MockTradingDataServiceClientV2MockRecorder) GetOracleSpec

func (mr *MockTradingDataServiceClientV2MockRecorder) GetOracleSpec(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetOracleSpec indicates an expected call of GetOracleSpec.

func (*MockTradingDataServiceClientV2MockRecorder) GetOrder

func (mr *MockTradingDataServiceClientV2MockRecorder) GetOrder(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetOrder indicates an expected call of GetOrder.

func (*MockTradingDataServiceClientV2MockRecorder) GetParty

func (mr *MockTradingDataServiceClientV2MockRecorder) GetParty(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetParty indicates an expected call of GetParty.

func (*MockTradingDataServiceClientV2MockRecorder) GetProtocolUpgradeStatus

func (mr *MockTradingDataServiceClientV2MockRecorder) GetProtocolUpgradeStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetProtocolUpgradeStatus indicates an expected call of GetProtocolUpgradeStatus.

func (*MockTradingDataServiceClientV2MockRecorder) GetRiskFactors

func (mr *MockTradingDataServiceClientV2MockRecorder) GetRiskFactors(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRiskFactors indicates an expected call of GetRiskFactors.

func (*MockTradingDataServiceClientV2MockRecorder) GetStake

func (mr *MockTradingDataServiceClientV2MockRecorder) GetStake(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetStake indicates an expected call of GetStake.

func (*MockTradingDataServiceClientV2MockRecorder) GetWithdrawal

func (mr *MockTradingDataServiceClientV2MockRecorder) GetWithdrawal(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetWithdrawal indicates an expected call of GetWithdrawal.

func (*MockTradingDataServiceClientV2MockRecorder) Info

func (mr *MockTradingDataServiceClientV2MockRecorder) Info(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Info indicates an expected call of Info.

func (*MockTradingDataServiceClientV2MockRecorder) ListAccounts

func (mr *MockTradingDataServiceClientV2MockRecorder) ListAccounts(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAccounts indicates an expected call of ListAccounts.

func (*MockTradingDataServiceClientV2MockRecorder) ListAllNetworkHistorySegments

func (mr *MockTradingDataServiceClientV2MockRecorder) ListAllNetworkHistorySegments(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAllNetworkHistorySegments indicates an expected call of ListAllNetworkHistorySegments.

func (*MockTradingDataServiceClientV2MockRecorder) ListAllPositions

func (mr *MockTradingDataServiceClientV2MockRecorder) ListAllPositions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAllPositions indicates an expected call of ListAllPositions.

func (*MockTradingDataServiceClientV2MockRecorder) ListAssets

func (mr *MockTradingDataServiceClientV2MockRecorder) ListAssets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAssets indicates an expected call of ListAssets.

func (*MockTradingDataServiceClientV2MockRecorder) ListBalanceChanges

func (mr *MockTradingDataServiceClientV2MockRecorder) ListBalanceChanges(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBalanceChanges indicates an expected call of ListBalanceChanges.

func (*MockTradingDataServiceClientV2MockRecorder) ListCandleData

func (mr *MockTradingDataServiceClientV2MockRecorder) ListCandleData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListCandleData indicates an expected call of ListCandleData.

func (*MockTradingDataServiceClientV2MockRecorder) ListCandleIntervals

func (mr *MockTradingDataServiceClientV2MockRecorder) ListCandleIntervals(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListCandleIntervals indicates an expected call of ListCandleIntervals.

func (*MockTradingDataServiceClientV2MockRecorder) ListCheckpoints

func (mr *MockTradingDataServiceClientV2MockRecorder) ListCheckpoints(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListCheckpoints indicates an expected call of ListCheckpoints.

func (*MockTradingDataServiceClientV2MockRecorder) ListCoreSnapshots

func (mr *MockTradingDataServiceClientV2MockRecorder) ListCoreSnapshots(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListCoreSnapshots indicates an expected call of ListCoreSnapshots.

func (*MockTradingDataServiceClientV2MockRecorder) ListDelegations

func (mr *MockTradingDataServiceClientV2MockRecorder) ListDelegations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDelegations indicates an expected call of ListDelegations.

func (*MockTradingDataServiceClientV2MockRecorder) ListDeposits

func (mr *MockTradingDataServiceClientV2MockRecorder) ListDeposits(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDeposits indicates an expected call of ListDeposits.

func (*MockTradingDataServiceClientV2MockRecorder) ListERC20MultiSigSignerAddedBundles

func (mr *MockTradingDataServiceClientV2MockRecorder) ListERC20MultiSigSignerAddedBundles(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListERC20MultiSigSignerAddedBundles indicates an expected call of ListERC20MultiSigSignerAddedBundles.

func (*MockTradingDataServiceClientV2MockRecorder) ListERC20MultiSigSignerRemovedBundles

func (mr *MockTradingDataServiceClientV2MockRecorder) ListERC20MultiSigSignerRemovedBundles(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListERC20MultiSigSignerRemovedBundles indicates an expected call of ListERC20MultiSigSignerRemovedBundles.

func (*MockTradingDataServiceClientV2MockRecorder) ListEntities

func (mr *MockTradingDataServiceClientV2MockRecorder) ListEntities(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEntities indicates an expected call of ListEntities.

func (*MockTradingDataServiceClientV2MockRecorder) ListEpochRewardSummaries

func (mr *MockTradingDataServiceClientV2MockRecorder) ListEpochRewardSummaries(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEpochRewardSummaries indicates an expected call of ListEpochRewardSummaries.

func (*MockTradingDataServiceClientV2MockRecorder) ListEthereumKeyRotations

func (mr *MockTradingDataServiceClientV2MockRecorder) ListEthereumKeyRotations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEthereumKeyRotations indicates an expected call of ListEthereumKeyRotations.

func (*MockTradingDataServiceClientV2MockRecorder) ListGovernanceData

func (mr *MockTradingDataServiceClientV2MockRecorder) ListGovernanceData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGovernanceData indicates an expected call of ListGovernanceData.

func (*MockTradingDataServiceClientV2MockRecorder) ListKeyRotations

func (mr *MockTradingDataServiceClientV2MockRecorder) ListKeyRotations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListKeyRotations indicates an expected call of ListKeyRotations.

func (*MockTradingDataServiceClientV2MockRecorder) ListLatestMarketData

func (mr *MockTradingDataServiceClientV2MockRecorder) ListLatestMarketData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListLatestMarketData indicates an expected call of ListLatestMarketData.

func (*MockTradingDataServiceClientV2MockRecorder) ListLedgerEntries

func (mr *MockTradingDataServiceClientV2MockRecorder) ListLedgerEntries(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListLedgerEntries indicates an expected call of ListLedgerEntries.

func (*MockTradingDataServiceClientV2MockRecorder) ListLiquidityProvisions

func (mr *MockTradingDataServiceClientV2MockRecorder) ListLiquidityProvisions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListLiquidityProvisions indicates an expected call of ListLiquidityProvisions.

func (*MockTradingDataServiceClientV2MockRecorder) ListMarginLevels

func (mr *MockTradingDataServiceClientV2MockRecorder) ListMarginLevels(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListMarginLevels indicates an expected call of ListMarginLevels.

func (*MockTradingDataServiceClientV2MockRecorder) ListMarkets

func (mr *MockTradingDataServiceClientV2MockRecorder) ListMarkets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListMarkets indicates an expected call of ListMarkets.

func (*MockTradingDataServiceClientV2MockRecorder) ListNetworkParameters

func (mr *MockTradingDataServiceClientV2MockRecorder) ListNetworkParameters(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListNetworkParameters indicates an expected call of ListNetworkParameters.

func (*MockTradingDataServiceClientV2MockRecorder) ListNodeSignatures

func (mr *MockTradingDataServiceClientV2MockRecorder) ListNodeSignatures(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListNodeSignatures indicates an expected call of ListNodeSignatures.

func (*MockTradingDataServiceClientV2MockRecorder) ListNodes

func (mr *MockTradingDataServiceClientV2MockRecorder) ListNodes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListNodes indicates an expected call of ListNodes.

func (*MockTradingDataServiceClientV2MockRecorder) ListOracleData

func (mr *MockTradingDataServiceClientV2MockRecorder) ListOracleData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOracleData indicates an expected call of ListOracleData.

func (*MockTradingDataServiceClientV2MockRecorder) ListOracleSpecs

func (mr *MockTradingDataServiceClientV2MockRecorder) ListOracleSpecs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOracleSpecs indicates an expected call of ListOracleSpecs.

func (*MockTradingDataServiceClientV2MockRecorder) ListOrderVersions

func (mr *MockTradingDataServiceClientV2MockRecorder) ListOrderVersions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOrderVersions indicates an expected call of ListOrderVersions.

func (*MockTradingDataServiceClientV2MockRecorder) ListOrders

func (mr *MockTradingDataServiceClientV2MockRecorder) ListOrders(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOrders indicates an expected call of ListOrders.

func (*MockTradingDataServiceClientV2MockRecorder) ListParties

func (mr *MockTradingDataServiceClientV2MockRecorder) ListParties(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListParties indicates an expected call of ListParties.

func (*MockTradingDataServiceClientV2MockRecorder) ListPositions

func (mr *MockTradingDataServiceClientV2MockRecorder) ListPositions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPositions indicates an expected call of ListPositions.

func (*MockTradingDataServiceClientV2MockRecorder) ListProtocolUpgradeProposals

func (mr *MockTradingDataServiceClientV2MockRecorder) ListProtocolUpgradeProposals(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListProtocolUpgradeProposals indicates an expected call of ListProtocolUpgradeProposals.

func (*MockTradingDataServiceClientV2MockRecorder) ListRewardSummaries

func (mr *MockTradingDataServiceClientV2MockRecorder) ListRewardSummaries(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRewardSummaries indicates an expected call of ListRewardSummaries.

func (*MockTradingDataServiceClientV2MockRecorder) ListRewards

func (mr *MockTradingDataServiceClientV2MockRecorder) ListRewards(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRewards indicates an expected call of ListRewards.

func (*MockTradingDataServiceClientV2MockRecorder) ListTrades

func (mr *MockTradingDataServiceClientV2MockRecorder) ListTrades(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTrades indicates an expected call of ListTrades.

func (*MockTradingDataServiceClientV2MockRecorder) ListTransfers

func (mr *MockTradingDataServiceClientV2MockRecorder) ListTransfers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTransfers indicates an expected call of ListTransfers.

func (*MockTradingDataServiceClientV2MockRecorder) ListVotes

func (mr *MockTradingDataServiceClientV2MockRecorder) ListVotes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListVotes indicates an expected call of ListVotes.

func (*MockTradingDataServiceClientV2MockRecorder) ListWithdrawals

func (mr *MockTradingDataServiceClientV2MockRecorder) ListWithdrawals(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListWithdrawals indicates an expected call of ListWithdrawals.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveAccounts

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveAccounts(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveAccounts indicates an expected call of ObserveAccounts.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveCandleData

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveCandleData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveCandleData indicates an expected call of ObserveCandleData.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveEventBus

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveEventBus(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ObserveEventBus indicates an expected call of ObserveEventBus.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveGovernance

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveGovernance(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveGovernance indicates an expected call of ObserveGovernance.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveLedgerMovements

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveLedgerMovements(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveLedgerMovements indicates an expected call of ObserveLedgerMovements.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveLiquidityProvisions

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveLiquidityProvisions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveLiquidityProvisions indicates an expected call of ObserveLiquidityProvisions.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveMarginLevels

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveMarginLevels(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveMarginLevels indicates an expected call of ObserveMarginLevels.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveMarketsData

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveMarketsData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveMarketsData indicates an expected call of ObserveMarketsData.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveMarketsDepth

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveMarketsDepth(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveMarketsDepth indicates an expected call of ObserveMarketsDepth.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveMarketsDepthUpdates

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveMarketsDepthUpdates(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveMarketsDepthUpdates indicates an expected call of ObserveMarketsDepthUpdates.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveOrders

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveOrders(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveOrders indicates an expected call of ObserveOrders.

func (*MockTradingDataServiceClientV2MockRecorder) ObservePositions

func (mr *MockTradingDataServiceClientV2MockRecorder) ObservePositions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObservePositions indicates an expected call of ObservePositions.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveTrades

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveTrades(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveTrades indicates an expected call of ObserveTrades.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveVotes

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveVotes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveVotes indicates an expected call of ObserveVotes.

func (*MockTradingDataServiceClientV2MockRecorder) Ping

func (mr *MockTradingDataServiceClientV2MockRecorder) Ping(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Ping indicates an expected call of Ping.

Jump to

Keyboard shortcuts

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