mocks

package
v0.86.1 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockISuiAPI

type MockISuiAPI struct {
	mock.Mock
}

MockISuiAPI is an autogenerated mock type for the ISuiAPI type

func NewMockISuiAPI

func NewMockISuiAPI(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockISuiAPI

NewMockISuiAPI creates a new instance of MockISuiAPI. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockISuiAPI) BatchTransaction

BatchTransaction provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) EXPECT

func (_m *MockISuiAPI) EXPECT() *MockISuiAPI_Expecter

func (*MockISuiAPI) MergeCoins

func (_mock *MockISuiAPI) MergeCoins(ctx context.Context, req models.MergeCoinsRequest) (models.TxnMetaData, error)

MergeCoins provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) MoveCall

MoveCall provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) Pay

Pay provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) PayAllSui

func (_mock *MockISuiAPI) PayAllSui(ctx context.Context, req models.PayAllSuiRequest) (models.TxnMetaData, error)

PayAllSui provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) PaySui

PaySui provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) Publish

Publish provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) RequestAddStake

func (_mock *MockISuiAPI) RequestAddStake(ctx context.Context, req models.AddStakeRequest) (models.TxnMetaData, error)

RequestAddStake provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) RequestWithdrawStake

func (_mock *MockISuiAPI) RequestWithdrawStake(ctx context.Context, req models.WithdrawStakeRequest) (models.TxnMetaData, error)

RequestWithdrawStake provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SignAndExecuteTransactionBlock

SignAndExecuteTransactionBlock provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SplitCoin

func (_mock *MockISuiAPI) SplitCoin(ctx context.Context, req models.SplitCoinRequest) (models.TxnMetaData, error)

SplitCoin provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SplitCoinEqual

func (_mock *MockISuiAPI) SplitCoinEqual(ctx context.Context, req models.SplitCoinEqualRequest) (models.TxnMetaData, error)

SplitCoinEqual provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiCall

func (_mock *MockISuiAPI) SuiCall(ctx context.Context, method string, params ...interface{}) (interface{}, error)

SuiCall provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiDevInspectTransactionBlock

SuiDevInspectTransactionBlock provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiDryRunTransactionBlock

SuiDryRunTransactionBlock provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiExecuteTransactionBlock

SuiExecuteTransactionBlock provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiGetChainIdentifier

func (_mock *MockISuiAPI) SuiGetChainIdentifier(ctx context.Context) (string, error)

SuiGetChainIdentifier provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiGetCheckpoint

SuiGetCheckpoint provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiGetCheckpoints

SuiGetCheckpoints provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiGetEvents

SuiGetEvents provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiGetLatestCheckpointSequenceNumber

func (_mock *MockISuiAPI) SuiGetLatestCheckpointSequenceNumber(ctx context.Context) (uint64, error)

SuiGetLatestCheckpointSequenceNumber provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiGetLoadedChildObjects

SuiGetLoadedChildObjects provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiGetMoveFunctionArgTypes

SuiGetMoveFunctionArgTypes provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiGetNormalizedMoveFunction

SuiGetNormalizedMoveFunction provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiGetNormalizedMoveModule

SuiGetNormalizedMoveModule provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiGetNormalizedMoveModulesByPackage

SuiGetNormalizedMoveModulesByPackage provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiGetNormalizedMoveStruct

SuiGetNormalizedMoveStruct provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiGetObject

SuiGetObject provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiGetProtocolConfig

SuiGetProtocolConfig provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiGetTotalTransactionBlocks

func (_mock *MockISuiAPI) SuiGetTotalTransactionBlocks(ctx context.Context) (uint64, error)

SuiGetTotalTransactionBlocks provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiGetTransactionBlock

SuiGetTransactionBlock provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiMultiGetObjects

func (_mock *MockISuiAPI) SuiMultiGetObjects(ctx context.Context, req models.SuiMultiGetObjectsRequest) ([]*models.SuiObjectResponse, error)

SuiMultiGetObjects provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiMultiGetTransactionBlocks

SuiMultiGetTransactionBlocks provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiTryGetPastObject

SuiTryGetPastObject provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiTryMultiGetPastObjects

func (_mock *MockISuiAPI) SuiTryMultiGetPastObjects(ctx context.Context, req models.SuiTryMultiGetPastObjectsRequest) ([]*models.PastObjectResponse, error)

SuiTryMultiGetPastObjects provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiXGetAllBalance

SuiXGetAllBalance provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiXGetAllCoins

SuiXGetAllCoins provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiXGetBalance

SuiXGetBalance provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiXGetCoinMetadata

SuiXGetCoinMetadata provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiXGetCoins

SuiXGetCoins provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiXGetCommitteeInfo

SuiXGetCommitteeInfo provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiXGetCurrentEpoch

func (_mock *MockISuiAPI) SuiXGetCurrentEpoch(ctx context.Context) (models.EpochInfo, error)

SuiXGetCurrentEpoch provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiXGetDynamicField

SuiXGetDynamicField provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiXGetDynamicFieldObject

func (_mock *MockISuiAPI) SuiXGetDynamicFieldObject(ctx context.Context, req models.SuiXGetDynamicFieldObjectRequest) (models.SuiObjectResponse, error)

SuiXGetDynamicFieldObject provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiXGetEpochs

SuiXGetEpochs provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiXGetLatestSuiSystemState

func (_mock *MockISuiAPI) SuiXGetLatestSuiSystemState(ctx context.Context) (models.SuiSystemStateSummary, error)

SuiXGetLatestSuiSystemState provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiXGetOwnedObjects

SuiXGetOwnedObjects provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiXGetReferenceGasPrice

func (_mock *MockISuiAPI) SuiXGetReferenceGasPrice(ctx context.Context) (uint64, error)

SuiXGetReferenceGasPrice provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiXGetStakes

SuiXGetStakes provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiXGetStakesByIds

SuiXGetStakesByIds provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiXGetTotalSupply

SuiXGetTotalSupply provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiXGetValidatorsApy

func (_mock *MockISuiAPI) SuiXGetValidatorsApy(ctx context.Context) (models.ValidatorsApy, error)

SuiXGetValidatorsApy provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiXQueryEvents

SuiXQueryEvents provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiXQueryTransactionBlocks

SuiXQueryTransactionBlocks provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiXResolveNameServiceAddress

func (_mock *MockISuiAPI) SuiXResolveNameServiceAddress(ctx context.Context, req models.SuiXResolveNameServiceAddressRequest) (string, error)

SuiXResolveNameServiceAddress provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) SuiXResolveNameServiceNames

SuiXResolveNameServiceNames provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) TransferObject

func (_mock *MockISuiAPI) TransferObject(ctx context.Context, req models.TransferObjectRequest) (models.TxnMetaData, error)

TransferObject provides a mock function for the type MockISuiAPI

func (*MockISuiAPI) TransferSui

func (_mock *MockISuiAPI) TransferSui(ctx context.Context, req models.TransferSuiRequest) (models.TxnMetaData, error)

TransferSui provides a mock function for the type MockISuiAPI

type MockISuiAPI_BatchTransaction_Call

type MockISuiAPI_BatchTransaction_Call struct {
	*mock.Call
}

MockISuiAPI_BatchTransaction_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BatchTransaction'

func (*MockISuiAPI_BatchTransaction_Call) Return

func (*MockISuiAPI_BatchTransaction_Call) Run

type MockISuiAPI_Expecter

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

func (*MockISuiAPI_Expecter) BatchTransaction

func (_e *MockISuiAPI_Expecter) BatchTransaction(ctx interface{}, req interface{}) *MockISuiAPI_BatchTransaction_Call

BatchTransaction is a helper method to define mock.On call

  • ctx context.Context
  • req models.BatchTransactionRequest

func (*MockISuiAPI_Expecter) MergeCoins

func (_e *MockISuiAPI_Expecter) MergeCoins(ctx interface{}, req interface{}) *MockISuiAPI_MergeCoins_Call

MergeCoins is a helper method to define mock.On call

  • ctx context.Context
  • req models.MergeCoinsRequest

func (*MockISuiAPI_Expecter) MoveCall

func (_e *MockISuiAPI_Expecter) MoveCall(ctx interface{}, req interface{}) *MockISuiAPI_MoveCall_Call

MoveCall is a helper method to define mock.On call

  • ctx context.Context
  • req models.MoveCallRequest

func (*MockISuiAPI_Expecter) Pay

func (_e *MockISuiAPI_Expecter) Pay(ctx interface{}, req interface{}) *MockISuiAPI_Pay_Call

Pay is a helper method to define mock.On call

  • ctx context.Context
  • req models.PayRequest

func (*MockISuiAPI_Expecter) PayAllSui

func (_e *MockISuiAPI_Expecter) PayAllSui(ctx interface{}, req interface{}) *MockISuiAPI_PayAllSui_Call

PayAllSui is a helper method to define mock.On call

  • ctx context.Context
  • req models.PayAllSuiRequest

func (*MockISuiAPI_Expecter) PaySui

func (_e *MockISuiAPI_Expecter) PaySui(ctx interface{}, req interface{}) *MockISuiAPI_PaySui_Call

PaySui is a helper method to define mock.On call

  • ctx context.Context
  • req models.PaySuiRequest

func (*MockISuiAPI_Expecter) Publish

func (_e *MockISuiAPI_Expecter) Publish(ctx interface{}, req interface{}) *MockISuiAPI_Publish_Call

Publish is a helper method to define mock.On call

  • ctx context.Context
  • req models.PublishRequest

func (*MockISuiAPI_Expecter) RequestAddStake

func (_e *MockISuiAPI_Expecter) RequestAddStake(ctx interface{}, req interface{}) *MockISuiAPI_RequestAddStake_Call

RequestAddStake is a helper method to define mock.On call

  • ctx context.Context
  • req models.AddStakeRequest

func (*MockISuiAPI_Expecter) RequestWithdrawStake

func (_e *MockISuiAPI_Expecter) RequestWithdrawStake(ctx interface{}, req interface{}) *MockISuiAPI_RequestWithdrawStake_Call

RequestWithdrawStake is a helper method to define mock.On call

  • ctx context.Context
  • req models.WithdrawStakeRequest

func (*MockISuiAPI_Expecter) SignAndExecuteTransactionBlock

func (_e *MockISuiAPI_Expecter) SignAndExecuteTransactionBlock(ctx interface{}, req interface{}) *MockISuiAPI_SignAndExecuteTransactionBlock_Call

SignAndExecuteTransactionBlock is a helper method to define mock.On call

  • ctx context.Context
  • req models.SignAndExecuteTransactionBlockRequest

func (*MockISuiAPI_Expecter) SplitCoin

func (_e *MockISuiAPI_Expecter) SplitCoin(ctx interface{}, req interface{}) *MockISuiAPI_SplitCoin_Call

SplitCoin is a helper method to define mock.On call

  • ctx context.Context
  • req models.SplitCoinRequest

func (*MockISuiAPI_Expecter) SplitCoinEqual

func (_e *MockISuiAPI_Expecter) SplitCoinEqual(ctx interface{}, req interface{}) *MockISuiAPI_SplitCoinEqual_Call

SplitCoinEqual is a helper method to define mock.On call

  • ctx context.Context
  • req models.SplitCoinEqualRequest

func (*MockISuiAPI_Expecter) SuiCall

func (_e *MockISuiAPI_Expecter) SuiCall(ctx interface{}, method interface{}, params ...interface{}) *MockISuiAPI_SuiCall_Call

SuiCall is a helper method to define mock.On call

  • ctx context.Context
  • method string
  • params ...interface{}

func (*MockISuiAPI_Expecter) SuiDevInspectTransactionBlock

func (_e *MockISuiAPI_Expecter) SuiDevInspectTransactionBlock(ctx interface{}, req interface{}) *MockISuiAPI_SuiDevInspectTransactionBlock_Call

SuiDevInspectTransactionBlock is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiDevInspectTransactionBlockRequest

func (*MockISuiAPI_Expecter) SuiDryRunTransactionBlock

func (_e *MockISuiAPI_Expecter) SuiDryRunTransactionBlock(ctx interface{}, req interface{}) *MockISuiAPI_SuiDryRunTransactionBlock_Call

SuiDryRunTransactionBlock is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiDryRunTransactionBlockRequest

func (*MockISuiAPI_Expecter) SuiExecuteTransactionBlock

func (_e *MockISuiAPI_Expecter) SuiExecuteTransactionBlock(ctx interface{}, req interface{}) *MockISuiAPI_SuiExecuteTransactionBlock_Call

SuiExecuteTransactionBlock is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiExecuteTransactionBlockRequest

func (*MockISuiAPI_Expecter) SuiGetChainIdentifier

func (_e *MockISuiAPI_Expecter) SuiGetChainIdentifier(ctx interface{}) *MockISuiAPI_SuiGetChainIdentifier_Call

SuiGetChainIdentifier is a helper method to define mock.On call

  • ctx context.Context

func (*MockISuiAPI_Expecter) SuiGetCheckpoint

func (_e *MockISuiAPI_Expecter) SuiGetCheckpoint(ctx interface{}, req interface{}) *MockISuiAPI_SuiGetCheckpoint_Call

SuiGetCheckpoint is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiGetCheckpointRequest

func (*MockISuiAPI_Expecter) SuiGetCheckpoints

func (_e *MockISuiAPI_Expecter) SuiGetCheckpoints(ctx interface{}, req interface{}) *MockISuiAPI_SuiGetCheckpoints_Call

SuiGetCheckpoints is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiGetCheckpointsRequest

func (*MockISuiAPI_Expecter) SuiGetEvents

func (_e *MockISuiAPI_Expecter) SuiGetEvents(ctx interface{}, req interface{}) *MockISuiAPI_SuiGetEvents_Call

SuiGetEvents is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiGetEventsRequest

func (*MockISuiAPI_Expecter) SuiGetLatestCheckpointSequenceNumber

func (_e *MockISuiAPI_Expecter) SuiGetLatestCheckpointSequenceNumber(ctx interface{}) *MockISuiAPI_SuiGetLatestCheckpointSequenceNumber_Call

SuiGetLatestCheckpointSequenceNumber is a helper method to define mock.On call

  • ctx context.Context

func (*MockISuiAPI_Expecter) SuiGetLoadedChildObjects

func (_e *MockISuiAPI_Expecter) SuiGetLoadedChildObjects(ctx interface{}, req interface{}) *MockISuiAPI_SuiGetLoadedChildObjects_Call

SuiGetLoadedChildObjects is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiGetLoadedChildObjectsRequest

func (*MockISuiAPI_Expecter) SuiGetMoveFunctionArgTypes

func (_e *MockISuiAPI_Expecter) SuiGetMoveFunctionArgTypes(ctx interface{}, req interface{}) *MockISuiAPI_SuiGetMoveFunctionArgTypes_Call

SuiGetMoveFunctionArgTypes is a helper method to define mock.On call

  • ctx context.Context
  • req models.GetMoveFunctionArgTypesRequest

func (*MockISuiAPI_Expecter) SuiGetNormalizedMoveFunction

func (_e *MockISuiAPI_Expecter) SuiGetNormalizedMoveFunction(ctx interface{}, req interface{}) *MockISuiAPI_SuiGetNormalizedMoveFunction_Call

SuiGetNormalizedMoveFunction is a helper method to define mock.On call

  • ctx context.Context
  • req models.GetNormalizedMoveFunctionRequest

func (*MockISuiAPI_Expecter) SuiGetNormalizedMoveModule

func (_e *MockISuiAPI_Expecter) SuiGetNormalizedMoveModule(ctx interface{}, req interface{}) *MockISuiAPI_SuiGetNormalizedMoveModule_Call

SuiGetNormalizedMoveModule is a helper method to define mock.On call

  • ctx context.Context
  • req models.GetNormalizedMoveModuleRequest

func (*MockISuiAPI_Expecter) SuiGetNormalizedMoveModulesByPackage

func (_e *MockISuiAPI_Expecter) SuiGetNormalizedMoveModulesByPackage(ctx interface{}, req interface{}) *MockISuiAPI_SuiGetNormalizedMoveModulesByPackage_Call

SuiGetNormalizedMoveModulesByPackage is a helper method to define mock.On call

  • ctx context.Context
  • req models.GetNormalizedMoveModulesByPackageRequest

func (*MockISuiAPI_Expecter) SuiGetNormalizedMoveStruct

func (_e *MockISuiAPI_Expecter) SuiGetNormalizedMoveStruct(ctx interface{}, req interface{}) *MockISuiAPI_SuiGetNormalizedMoveStruct_Call

SuiGetNormalizedMoveStruct is a helper method to define mock.On call

  • ctx context.Context
  • req models.GetNormalizedMoveStructRequest

func (*MockISuiAPI_Expecter) SuiGetObject

func (_e *MockISuiAPI_Expecter) SuiGetObject(ctx interface{}, req interface{}) *MockISuiAPI_SuiGetObject_Call

SuiGetObject is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiGetObjectRequest

func (*MockISuiAPI_Expecter) SuiGetProtocolConfig

func (_e *MockISuiAPI_Expecter) SuiGetProtocolConfig(ctx interface{}, req interface{}) *MockISuiAPI_SuiGetProtocolConfig_Call

SuiGetProtocolConfig is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiGetProtocolConfigRequest

func (*MockISuiAPI_Expecter) SuiGetTotalTransactionBlocks

func (_e *MockISuiAPI_Expecter) SuiGetTotalTransactionBlocks(ctx interface{}) *MockISuiAPI_SuiGetTotalTransactionBlocks_Call

SuiGetTotalTransactionBlocks is a helper method to define mock.On call

  • ctx context.Context

func (*MockISuiAPI_Expecter) SuiGetTransactionBlock

func (_e *MockISuiAPI_Expecter) SuiGetTransactionBlock(ctx interface{}, req interface{}) *MockISuiAPI_SuiGetTransactionBlock_Call

SuiGetTransactionBlock is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiGetTransactionBlockRequest

func (*MockISuiAPI_Expecter) SuiMultiGetObjects

func (_e *MockISuiAPI_Expecter) SuiMultiGetObjects(ctx interface{}, req interface{}) *MockISuiAPI_SuiMultiGetObjects_Call

SuiMultiGetObjects is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiMultiGetObjectsRequest

func (*MockISuiAPI_Expecter) SuiMultiGetTransactionBlocks

func (_e *MockISuiAPI_Expecter) SuiMultiGetTransactionBlocks(ctx interface{}, req interface{}) *MockISuiAPI_SuiMultiGetTransactionBlocks_Call

SuiMultiGetTransactionBlocks is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiMultiGetTransactionBlocksRequest

func (*MockISuiAPI_Expecter) SuiTryGetPastObject

func (_e *MockISuiAPI_Expecter) SuiTryGetPastObject(ctx interface{}, req interface{}) *MockISuiAPI_SuiTryGetPastObject_Call

SuiTryGetPastObject is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiTryGetPastObjectRequest

func (*MockISuiAPI_Expecter) SuiTryMultiGetPastObjects

func (_e *MockISuiAPI_Expecter) SuiTryMultiGetPastObjects(ctx interface{}, req interface{}) *MockISuiAPI_SuiTryMultiGetPastObjects_Call

SuiTryMultiGetPastObjects is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiTryMultiGetPastObjectsRequest

func (*MockISuiAPI_Expecter) SuiXGetAllBalance

func (_e *MockISuiAPI_Expecter) SuiXGetAllBalance(ctx interface{}, req interface{}) *MockISuiAPI_SuiXGetAllBalance_Call

SuiXGetAllBalance is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiXGetAllBalanceRequest

func (*MockISuiAPI_Expecter) SuiXGetAllCoins

func (_e *MockISuiAPI_Expecter) SuiXGetAllCoins(ctx interface{}, req interface{}) *MockISuiAPI_SuiXGetAllCoins_Call

SuiXGetAllCoins is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiXGetAllCoinsRequest

func (*MockISuiAPI_Expecter) SuiXGetBalance

func (_e *MockISuiAPI_Expecter) SuiXGetBalance(ctx interface{}, req interface{}) *MockISuiAPI_SuiXGetBalance_Call

SuiXGetBalance is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiXGetBalanceRequest

func (*MockISuiAPI_Expecter) SuiXGetCoinMetadata

func (_e *MockISuiAPI_Expecter) SuiXGetCoinMetadata(ctx interface{}, req interface{}) *MockISuiAPI_SuiXGetCoinMetadata_Call

SuiXGetCoinMetadata is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiXGetCoinMetadataRequest

func (*MockISuiAPI_Expecter) SuiXGetCoins

func (_e *MockISuiAPI_Expecter) SuiXGetCoins(ctx interface{}, req interface{}) *MockISuiAPI_SuiXGetCoins_Call

SuiXGetCoins is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiXGetCoinsRequest

func (*MockISuiAPI_Expecter) SuiXGetCommitteeInfo

func (_e *MockISuiAPI_Expecter) SuiXGetCommitteeInfo(ctx interface{}, req interface{}) *MockISuiAPI_SuiXGetCommitteeInfo_Call

SuiXGetCommitteeInfo is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiXGetCommitteeInfoRequest

func (*MockISuiAPI_Expecter) SuiXGetCurrentEpoch

func (_e *MockISuiAPI_Expecter) SuiXGetCurrentEpoch(ctx interface{}) *MockISuiAPI_SuiXGetCurrentEpoch_Call

SuiXGetCurrentEpoch is a helper method to define mock.On call

  • ctx context.Context

func (*MockISuiAPI_Expecter) SuiXGetDynamicField

func (_e *MockISuiAPI_Expecter) SuiXGetDynamicField(ctx interface{}, req interface{}) *MockISuiAPI_SuiXGetDynamicField_Call

SuiXGetDynamicField is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiXGetDynamicFieldRequest

func (*MockISuiAPI_Expecter) SuiXGetDynamicFieldObject

func (_e *MockISuiAPI_Expecter) SuiXGetDynamicFieldObject(ctx interface{}, req interface{}) *MockISuiAPI_SuiXGetDynamicFieldObject_Call

SuiXGetDynamicFieldObject is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiXGetDynamicFieldObjectRequest

func (*MockISuiAPI_Expecter) SuiXGetEpochs

func (_e *MockISuiAPI_Expecter) SuiXGetEpochs(ctx interface{}, req interface{}) *MockISuiAPI_SuiXGetEpochs_Call

SuiXGetEpochs is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiXGetEpochsRequest

func (*MockISuiAPI_Expecter) SuiXGetLatestSuiSystemState

func (_e *MockISuiAPI_Expecter) SuiXGetLatestSuiSystemState(ctx interface{}) *MockISuiAPI_SuiXGetLatestSuiSystemState_Call

SuiXGetLatestSuiSystemState is a helper method to define mock.On call

  • ctx context.Context

func (*MockISuiAPI_Expecter) SuiXGetOwnedObjects

func (_e *MockISuiAPI_Expecter) SuiXGetOwnedObjects(ctx interface{}, req interface{}) *MockISuiAPI_SuiXGetOwnedObjects_Call

SuiXGetOwnedObjects is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiXGetOwnedObjectsRequest

func (*MockISuiAPI_Expecter) SuiXGetReferenceGasPrice

func (_e *MockISuiAPI_Expecter) SuiXGetReferenceGasPrice(ctx interface{}) *MockISuiAPI_SuiXGetReferenceGasPrice_Call

SuiXGetReferenceGasPrice is a helper method to define mock.On call

  • ctx context.Context

func (*MockISuiAPI_Expecter) SuiXGetStakes

func (_e *MockISuiAPI_Expecter) SuiXGetStakes(ctx interface{}, req interface{}) *MockISuiAPI_SuiXGetStakes_Call

SuiXGetStakes is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiXGetStakesRequest

func (*MockISuiAPI_Expecter) SuiXGetStakesByIds

func (_e *MockISuiAPI_Expecter) SuiXGetStakesByIds(ctx interface{}, req interface{}) *MockISuiAPI_SuiXGetStakesByIds_Call

SuiXGetStakesByIds is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiXGetStakesByIdsRequest

func (*MockISuiAPI_Expecter) SuiXGetTotalSupply

func (_e *MockISuiAPI_Expecter) SuiXGetTotalSupply(ctx interface{}, req interface{}) *MockISuiAPI_SuiXGetTotalSupply_Call

SuiXGetTotalSupply is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiXGetTotalSupplyRequest

func (*MockISuiAPI_Expecter) SuiXGetValidatorsApy

func (_e *MockISuiAPI_Expecter) SuiXGetValidatorsApy(ctx interface{}) *MockISuiAPI_SuiXGetValidatorsApy_Call

SuiXGetValidatorsApy is a helper method to define mock.On call

  • ctx context.Context

func (*MockISuiAPI_Expecter) SuiXQueryEvents

func (_e *MockISuiAPI_Expecter) SuiXQueryEvents(ctx interface{}, req interface{}) *MockISuiAPI_SuiXQueryEvents_Call

SuiXQueryEvents is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiXQueryEventsRequest

func (*MockISuiAPI_Expecter) SuiXQueryTransactionBlocks

func (_e *MockISuiAPI_Expecter) SuiXQueryTransactionBlocks(ctx interface{}, req interface{}) *MockISuiAPI_SuiXQueryTransactionBlocks_Call

SuiXQueryTransactionBlocks is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiXQueryTransactionBlocksRequest

func (*MockISuiAPI_Expecter) SuiXResolveNameServiceAddress

func (_e *MockISuiAPI_Expecter) SuiXResolveNameServiceAddress(ctx interface{}, req interface{}) *MockISuiAPI_SuiXResolveNameServiceAddress_Call

SuiXResolveNameServiceAddress is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiXResolveNameServiceAddressRequest

func (*MockISuiAPI_Expecter) SuiXResolveNameServiceNames

func (_e *MockISuiAPI_Expecter) SuiXResolveNameServiceNames(ctx interface{}, req interface{}) *MockISuiAPI_SuiXResolveNameServiceNames_Call

SuiXResolveNameServiceNames is a helper method to define mock.On call

  • ctx context.Context
  • req models.SuiXResolveNameServiceNamesRequest

func (*MockISuiAPI_Expecter) TransferObject

func (_e *MockISuiAPI_Expecter) TransferObject(ctx interface{}, req interface{}) *MockISuiAPI_TransferObject_Call

TransferObject is a helper method to define mock.On call

  • ctx context.Context
  • req models.TransferObjectRequest

func (*MockISuiAPI_Expecter) TransferSui

func (_e *MockISuiAPI_Expecter) TransferSui(ctx interface{}, req interface{}) *MockISuiAPI_TransferSui_Call

TransferSui is a helper method to define mock.On call

  • ctx context.Context
  • req models.TransferSuiRequest

type MockISuiAPI_MergeCoins_Call

type MockISuiAPI_MergeCoins_Call struct {
	*mock.Call
}

MockISuiAPI_MergeCoins_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MergeCoins'

func (*MockISuiAPI_MergeCoins_Call) Return

func (*MockISuiAPI_MergeCoins_Call) Run

func (*MockISuiAPI_MergeCoins_Call) RunAndReturn

type MockISuiAPI_MoveCall_Call

type MockISuiAPI_MoveCall_Call struct {
	*mock.Call
}

MockISuiAPI_MoveCall_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MoveCall'

func (*MockISuiAPI_MoveCall_Call) Return

func (*MockISuiAPI_MoveCall_Call) Run

func (*MockISuiAPI_MoveCall_Call) RunAndReturn

type MockISuiAPI_PayAllSui_Call

type MockISuiAPI_PayAllSui_Call struct {
	*mock.Call
}

MockISuiAPI_PayAllSui_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PayAllSui'

func (*MockISuiAPI_PayAllSui_Call) Return

func (*MockISuiAPI_PayAllSui_Call) Run

func (*MockISuiAPI_PayAllSui_Call) RunAndReturn

type MockISuiAPI_PaySui_Call

type MockISuiAPI_PaySui_Call struct {
	*mock.Call
}

MockISuiAPI_PaySui_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PaySui'

func (*MockISuiAPI_PaySui_Call) Return

func (*MockISuiAPI_PaySui_Call) Run

func (*MockISuiAPI_PaySui_Call) RunAndReturn

type MockISuiAPI_Pay_Call

type MockISuiAPI_Pay_Call struct {
	*mock.Call
}

MockISuiAPI_Pay_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Pay'

func (*MockISuiAPI_Pay_Call) Return

func (_c *MockISuiAPI_Pay_Call) Return(txnMetaData models.TxnMetaData, err error) *MockISuiAPI_Pay_Call

func (*MockISuiAPI_Pay_Call) Run

func (*MockISuiAPI_Pay_Call) RunAndReturn

type MockISuiAPI_Publish_Call

type MockISuiAPI_Publish_Call struct {
	*mock.Call
}

MockISuiAPI_Publish_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Publish'

func (*MockISuiAPI_Publish_Call) Return

func (*MockISuiAPI_Publish_Call) Run

func (*MockISuiAPI_Publish_Call) RunAndReturn

type MockISuiAPI_RequestAddStake_Call

type MockISuiAPI_RequestAddStake_Call struct {
	*mock.Call
}

MockISuiAPI_RequestAddStake_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RequestAddStake'

func (*MockISuiAPI_RequestAddStake_Call) Return

func (*MockISuiAPI_RequestAddStake_Call) Run

func (*MockISuiAPI_RequestAddStake_Call) RunAndReturn

type MockISuiAPI_RequestWithdrawStake_Call

type MockISuiAPI_RequestWithdrawStake_Call struct {
	*mock.Call
}

MockISuiAPI_RequestWithdrawStake_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RequestWithdrawStake'

func (*MockISuiAPI_RequestWithdrawStake_Call) Return

func (*MockISuiAPI_RequestWithdrawStake_Call) Run

func (*MockISuiAPI_RequestWithdrawStake_Call) RunAndReturn

type MockISuiAPI_SignAndExecuteTransactionBlock_Call

type MockISuiAPI_SignAndExecuteTransactionBlock_Call struct {
	*mock.Call
}

MockISuiAPI_SignAndExecuteTransactionBlock_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SignAndExecuteTransactionBlock'

func (*MockISuiAPI_SignAndExecuteTransactionBlock_Call) Return

type MockISuiAPI_SplitCoinEqual_Call

type MockISuiAPI_SplitCoinEqual_Call struct {
	*mock.Call
}

MockISuiAPI_SplitCoinEqual_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SplitCoinEqual'

func (*MockISuiAPI_SplitCoinEqual_Call) Return

func (*MockISuiAPI_SplitCoinEqual_Call) Run

func (*MockISuiAPI_SplitCoinEqual_Call) RunAndReturn

type MockISuiAPI_SplitCoin_Call

type MockISuiAPI_SplitCoin_Call struct {
	*mock.Call
}

MockISuiAPI_SplitCoin_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SplitCoin'

func (*MockISuiAPI_SplitCoin_Call) Return

func (*MockISuiAPI_SplitCoin_Call) Run

func (*MockISuiAPI_SplitCoin_Call) RunAndReturn

type MockISuiAPI_SuiCall_Call

type MockISuiAPI_SuiCall_Call struct {
	*mock.Call
}

MockISuiAPI_SuiCall_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiCall'

func (*MockISuiAPI_SuiCall_Call) Return

func (_c *MockISuiAPI_SuiCall_Call) Return(ifaceVal interface{}, err error) *MockISuiAPI_SuiCall_Call

func (*MockISuiAPI_SuiCall_Call) Run

func (_c *MockISuiAPI_SuiCall_Call) Run(run func(ctx context.Context, method string, params ...interface{})) *MockISuiAPI_SuiCall_Call

func (*MockISuiAPI_SuiCall_Call) RunAndReturn

func (_c *MockISuiAPI_SuiCall_Call) RunAndReturn(run func(ctx context.Context, method string, params ...interface{}) (interface{}, error)) *MockISuiAPI_SuiCall_Call

type MockISuiAPI_SuiDevInspectTransactionBlock_Call

type MockISuiAPI_SuiDevInspectTransactionBlock_Call struct {
	*mock.Call
}

MockISuiAPI_SuiDevInspectTransactionBlock_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiDevInspectTransactionBlock'

func (*MockISuiAPI_SuiDevInspectTransactionBlock_Call) Return

type MockISuiAPI_SuiDryRunTransactionBlock_Call

type MockISuiAPI_SuiDryRunTransactionBlock_Call struct {
	*mock.Call
}

MockISuiAPI_SuiDryRunTransactionBlock_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiDryRunTransactionBlock'

func (*MockISuiAPI_SuiDryRunTransactionBlock_Call) Return

func (*MockISuiAPI_SuiDryRunTransactionBlock_Call) Run

type MockISuiAPI_SuiExecuteTransactionBlock_Call

type MockISuiAPI_SuiExecuteTransactionBlock_Call struct {
	*mock.Call
}

MockISuiAPI_SuiExecuteTransactionBlock_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiExecuteTransactionBlock'

func (*MockISuiAPI_SuiExecuteTransactionBlock_Call) Return

func (*MockISuiAPI_SuiExecuteTransactionBlock_Call) Run

type MockISuiAPI_SuiGetChainIdentifier_Call

type MockISuiAPI_SuiGetChainIdentifier_Call struct {
	*mock.Call
}

MockISuiAPI_SuiGetChainIdentifier_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiGetChainIdentifier'

func (*MockISuiAPI_SuiGetChainIdentifier_Call) Return

func (*MockISuiAPI_SuiGetChainIdentifier_Call) Run

func (*MockISuiAPI_SuiGetChainIdentifier_Call) RunAndReturn

type MockISuiAPI_SuiGetCheckpoint_Call

type MockISuiAPI_SuiGetCheckpoint_Call struct {
	*mock.Call
}

MockISuiAPI_SuiGetCheckpoint_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiGetCheckpoint'

func (*MockISuiAPI_SuiGetCheckpoint_Call) Return

func (*MockISuiAPI_SuiGetCheckpoint_Call) Run

func (*MockISuiAPI_SuiGetCheckpoint_Call) RunAndReturn

type MockISuiAPI_SuiGetCheckpoints_Call

type MockISuiAPI_SuiGetCheckpoints_Call struct {
	*mock.Call
}

MockISuiAPI_SuiGetCheckpoints_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiGetCheckpoints'

func (*MockISuiAPI_SuiGetCheckpoints_Call) Return

func (*MockISuiAPI_SuiGetCheckpoints_Call) Run

type MockISuiAPI_SuiGetEvents_Call

type MockISuiAPI_SuiGetEvents_Call struct {
	*mock.Call
}

MockISuiAPI_SuiGetEvents_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiGetEvents'

func (*MockISuiAPI_SuiGetEvents_Call) Return

func (*MockISuiAPI_SuiGetEvents_Call) Run

func (*MockISuiAPI_SuiGetEvents_Call) RunAndReturn

type MockISuiAPI_SuiGetLatestCheckpointSequenceNumber_Call

type MockISuiAPI_SuiGetLatestCheckpointSequenceNumber_Call struct {
	*mock.Call
}

MockISuiAPI_SuiGetLatestCheckpointSequenceNumber_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiGetLatestCheckpointSequenceNumber'

func (*MockISuiAPI_SuiGetLatestCheckpointSequenceNumber_Call) Return

func (*MockISuiAPI_SuiGetLatestCheckpointSequenceNumber_Call) Run

func (*MockISuiAPI_SuiGetLatestCheckpointSequenceNumber_Call) RunAndReturn

type MockISuiAPI_SuiGetLoadedChildObjects_Call

type MockISuiAPI_SuiGetLoadedChildObjects_Call struct {
	*mock.Call
}

MockISuiAPI_SuiGetLoadedChildObjects_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiGetLoadedChildObjects'

func (*MockISuiAPI_SuiGetLoadedChildObjects_Call) Return

func (*MockISuiAPI_SuiGetLoadedChildObjects_Call) Run

type MockISuiAPI_SuiGetMoveFunctionArgTypes_Call

type MockISuiAPI_SuiGetMoveFunctionArgTypes_Call struct {
	*mock.Call
}

MockISuiAPI_SuiGetMoveFunctionArgTypes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiGetMoveFunctionArgTypes'

func (*MockISuiAPI_SuiGetMoveFunctionArgTypes_Call) Return

func (*MockISuiAPI_SuiGetMoveFunctionArgTypes_Call) Run

type MockISuiAPI_SuiGetNormalizedMoveFunction_Call

type MockISuiAPI_SuiGetNormalizedMoveFunction_Call struct {
	*mock.Call
}

MockISuiAPI_SuiGetNormalizedMoveFunction_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiGetNormalizedMoveFunction'

func (*MockISuiAPI_SuiGetNormalizedMoveFunction_Call) Return

func (*MockISuiAPI_SuiGetNormalizedMoveFunction_Call) Run

type MockISuiAPI_SuiGetNormalizedMoveModule_Call

type MockISuiAPI_SuiGetNormalizedMoveModule_Call struct {
	*mock.Call
}

MockISuiAPI_SuiGetNormalizedMoveModule_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiGetNormalizedMoveModule'

func (*MockISuiAPI_SuiGetNormalizedMoveModule_Call) Return

func (*MockISuiAPI_SuiGetNormalizedMoveModule_Call) Run

type MockISuiAPI_SuiGetNormalizedMoveModulesByPackage_Call

type MockISuiAPI_SuiGetNormalizedMoveModulesByPackage_Call struct {
	*mock.Call
}

MockISuiAPI_SuiGetNormalizedMoveModulesByPackage_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiGetNormalizedMoveModulesByPackage'

func (*MockISuiAPI_SuiGetNormalizedMoveModulesByPackage_Call) Return

type MockISuiAPI_SuiGetNormalizedMoveStruct_Call

type MockISuiAPI_SuiGetNormalizedMoveStruct_Call struct {
	*mock.Call
}

MockISuiAPI_SuiGetNormalizedMoveStruct_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiGetNormalizedMoveStruct'

func (*MockISuiAPI_SuiGetNormalizedMoveStruct_Call) Return

func (*MockISuiAPI_SuiGetNormalizedMoveStruct_Call) Run

type MockISuiAPI_SuiGetObject_Call

type MockISuiAPI_SuiGetObject_Call struct {
	*mock.Call
}

MockISuiAPI_SuiGetObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiGetObject'

func (*MockISuiAPI_SuiGetObject_Call) Return

func (*MockISuiAPI_SuiGetObject_Call) Run

func (*MockISuiAPI_SuiGetObject_Call) RunAndReturn

type MockISuiAPI_SuiGetProtocolConfig_Call

type MockISuiAPI_SuiGetProtocolConfig_Call struct {
	*mock.Call
}

MockISuiAPI_SuiGetProtocolConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiGetProtocolConfig'

func (*MockISuiAPI_SuiGetProtocolConfig_Call) Return

func (*MockISuiAPI_SuiGetProtocolConfig_Call) Run

type MockISuiAPI_SuiGetTotalTransactionBlocks_Call

type MockISuiAPI_SuiGetTotalTransactionBlocks_Call struct {
	*mock.Call
}

MockISuiAPI_SuiGetTotalTransactionBlocks_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiGetTotalTransactionBlocks'

func (*MockISuiAPI_SuiGetTotalTransactionBlocks_Call) Return

func (*MockISuiAPI_SuiGetTotalTransactionBlocks_Call) Run

func (*MockISuiAPI_SuiGetTotalTransactionBlocks_Call) RunAndReturn

type MockISuiAPI_SuiGetTransactionBlock_Call

type MockISuiAPI_SuiGetTransactionBlock_Call struct {
	*mock.Call
}

MockISuiAPI_SuiGetTransactionBlock_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiGetTransactionBlock'

func (*MockISuiAPI_SuiGetTransactionBlock_Call) Return

func (*MockISuiAPI_SuiGetTransactionBlock_Call) Run

type MockISuiAPI_SuiMultiGetObjects_Call

type MockISuiAPI_SuiMultiGetObjects_Call struct {
	*mock.Call
}

MockISuiAPI_SuiMultiGetObjects_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiMultiGetObjects'

func (*MockISuiAPI_SuiMultiGetObjects_Call) Return

func (*MockISuiAPI_SuiMultiGetObjects_Call) Run

func (*MockISuiAPI_SuiMultiGetObjects_Call) RunAndReturn

type MockISuiAPI_SuiMultiGetTransactionBlocks_Call

type MockISuiAPI_SuiMultiGetTransactionBlocks_Call struct {
	*mock.Call
}

MockISuiAPI_SuiMultiGetTransactionBlocks_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiMultiGetTransactionBlocks'

func (*MockISuiAPI_SuiMultiGetTransactionBlocks_Call) Return

type MockISuiAPI_SuiTryGetPastObject_Call

type MockISuiAPI_SuiTryGetPastObject_Call struct {
	*mock.Call
}

MockISuiAPI_SuiTryGetPastObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiTryGetPastObject'

func (*MockISuiAPI_SuiTryGetPastObject_Call) Return

func (*MockISuiAPI_SuiTryGetPastObject_Call) Run

type MockISuiAPI_SuiTryMultiGetPastObjects_Call

type MockISuiAPI_SuiTryMultiGetPastObjects_Call struct {
	*mock.Call
}

MockISuiAPI_SuiTryMultiGetPastObjects_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiTryMultiGetPastObjects'

func (*MockISuiAPI_SuiTryMultiGetPastObjects_Call) Return

func (*MockISuiAPI_SuiTryMultiGetPastObjects_Call) Run

type MockISuiAPI_SuiXGetAllBalance_Call

type MockISuiAPI_SuiXGetAllBalance_Call struct {
	*mock.Call
}

MockISuiAPI_SuiXGetAllBalance_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiXGetAllBalance'

func (*MockISuiAPI_SuiXGetAllBalance_Call) Return

func (*MockISuiAPI_SuiXGetAllBalance_Call) Run

type MockISuiAPI_SuiXGetAllCoins_Call

type MockISuiAPI_SuiXGetAllCoins_Call struct {
	*mock.Call
}

MockISuiAPI_SuiXGetAllCoins_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiXGetAllCoins'

func (*MockISuiAPI_SuiXGetAllCoins_Call) Return

func (*MockISuiAPI_SuiXGetAllCoins_Call) Run

type MockISuiAPI_SuiXGetBalance_Call

type MockISuiAPI_SuiXGetBalance_Call struct {
	*mock.Call
}

MockISuiAPI_SuiXGetBalance_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiXGetBalance'

func (*MockISuiAPI_SuiXGetBalance_Call) Return

func (*MockISuiAPI_SuiXGetBalance_Call) Run

func (*MockISuiAPI_SuiXGetBalance_Call) RunAndReturn

type MockISuiAPI_SuiXGetCoinMetadata_Call

type MockISuiAPI_SuiXGetCoinMetadata_Call struct {
	*mock.Call
}

MockISuiAPI_SuiXGetCoinMetadata_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiXGetCoinMetadata'

func (*MockISuiAPI_SuiXGetCoinMetadata_Call) Return

func (*MockISuiAPI_SuiXGetCoinMetadata_Call) Run

type MockISuiAPI_SuiXGetCoins_Call

type MockISuiAPI_SuiXGetCoins_Call struct {
	*mock.Call
}

MockISuiAPI_SuiXGetCoins_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiXGetCoins'

func (*MockISuiAPI_SuiXGetCoins_Call) Return

func (*MockISuiAPI_SuiXGetCoins_Call) Run

func (*MockISuiAPI_SuiXGetCoins_Call) RunAndReturn

type MockISuiAPI_SuiXGetCommitteeInfo_Call

type MockISuiAPI_SuiXGetCommitteeInfo_Call struct {
	*mock.Call
}

MockISuiAPI_SuiXGetCommitteeInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiXGetCommitteeInfo'

func (*MockISuiAPI_SuiXGetCommitteeInfo_Call) Return

func (*MockISuiAPI_SuiXGetCommitteeInfo_Call) Run

type MockISuiAPI_SuiXGetCurrentEpoch_Call

type MockISuiAPI_SuiXGetCurrentEpoch_Call struct {
	*mock.Call
}

MockISuiAPI_SuiXGetCurrentEpoch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiXGetCurrentEpoch'

func (*MockISuiAPI_SuiXGetCurrentEpoch_Call) Return

func (*MockISuiAPI_SuiXGetCurrentEpoch_Call) Run

func (*MockISuiAPI_SuiXGetCurrentEpoch_Call) RunAndReturn

type MockISuiAPI_SuiXGetDynamicFieldObject_Call

type MockISuiAPI_SuiXGetDynamicFieldObject_Call struct {
	*mock.Call
}

MockISuiAPI_SuiXGetDynamicFieldObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiXGetDynamicFieldObject'

func (*MockISuiAPI_SuiXGetDynamicFieldObject_Call) Return

func (*MockISuiAPI_SuiXGetDynamicFieldObject_Call) Run

type MockISuiAPI_SuiXGetDynamicField_Call

type MockISuiAPI_SuiXGetDynamicField_Call struct {
	*mock.Call
}

MockISuiAPI_SuiXGetDynamicField_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiXGetDynamicField'

func (*MockISuiAPI_SuiXGetDynamicField_Call) Return

func (*MockISuiAPI_SuiXGetDynamicField_Call) Run

type MockISuiAPI_SuiXGetEpochs_Call

type MockISuiAPI_SuiXGetEpochs_Call struct {
	*mock.Call
}

MockISuiAPI_SuiXGetEpochs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiXGetEpochs'

func (*MockISuiAPI_SuiXGetEpochs_Call) Return

func (*MockISuiAPI_SuiXGetEpochs_Call) Run

type MockISuiAPI_SuiXGetLatestSuiSystemState_Call

type MockISuiAPI_SuiXGetLatestSuiSystemState_Call struct {
	*mock.Call
}

MockISuiAPI_SuiXGetLatestSuiSystemState_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiXGetLatestSuiSystemState'

func (*MockISuiAPI_SuiXGetLatestSuiSystemState_Call) Return

func (*MockISuiAPI_SuiXGetLatestSuiSystemState_Call) Run

func (*MockISuiAPI_SuiXGetLatestSuiSystemState_Call) RunAndReturn

type MockISuiAPI_SuiXGetOwnedObjects_Call

type MockISuiAPI_SuiXGetOwnedObjects_Call struct {
	*mock.Call
}

MockISuiAPI_SuiXGetOwnedObjects_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiXGetOwnedObjects'

func (*MockISuiAPI_SuiXGetOwnedObjects_Call) Return

func (*MockISuiAPI_SuiXGetOwnedObjects_Call) Run

type MockISuiAPI_SuiXGetReferenceGasPrice_Call

type MockISuiAPI_SuiXGetReferenceGasPrice_Call struct {
	*mock.Call
}

MockISuiAPI_SuiXGetReferenceGasPrice_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiXGetReferenceGasPrice'

func (*MockISuiAPI_SuiXGetReferenceGasPrice_Call) Return

func (*MockISuiAPI_SuiXGetReferenceGasPrice_Call) Run

func (*MockISuiAPI_SuiXGetReferenceGasPrice_Call) RunAndReturn

type MockISuiAPI_SuiXGetStakesByIds_Call

type MockISuiAPI_SuiXGetStakesByIds_Call struct {
	*mock.Call
}

MockISuiAPI_SuiXGetStakesByIds_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiXGetStakesByIds'

func (*MockISuiAPI_SuiXGetStakesByIds_Call) Return

func (*MockISuiAPI_SuiXGetStakesByIds_Call) Run

type MockISuiAPI_SuiXGetStakes_Call

type MockISuiAPI_SuiXGetStakes_Call struct {
	*mock.Call
}

MockISuiAPI_SuiXGetStakes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiXGetStakes'

func (*MockISuiAPI_SuiXGetStakes_Call) Return

func (*MockISuiAPI_SuiXGetStakes_Call) Run

func (*MockISuiAPI_SuiXGetStakes_Call) RunAndReturn

type MockISuiAPI_SuiXGetTotalSupply_Call

type MockISuiAPI_SuiXGetTotalSupply_Call struct {
	*mock.Call
}

MockISuiAPI_SuiXGetTotalSupply_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiXGetTotalSupply'

func (*MockISuiAPI_SuiXGetTotalSupply_Call) Return

func (*MockISuiAPI_SuiXGetTotalSupply_Call) Run

type MockISuiAPI_SuiXGetValidatorsApy_Call

type MockISuiAPI_SuiXGetValidatorsApy_Call struct {
	*mock.Call
}

MockISuiAPI_SuiXGetValidatorsApy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiXGetValidatorsApy'

func (*MockISuiAPI_SuiXGetValidatorsApy_Call) Return

func (*MockISuiAPI_SuiXGetValidatorsApy_Call) Run

func (*MockISuiAPI_SuiXGetValidatorsApy_Call) RunAndReturn

type MockISuiAPI_SuiXQueryEvents_Call

type MockISuiAPI_SuiXQueryEvents_Call struct {
	*mock.Call
}

MockISuiAPI_SuiXQueryEvents_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiXQueryEvents'

func (*MockISuiAPI_SuiXQueryEvents_Call) Return

func (*MockISuiAPI_SuiXQueryEvents_Call) Run

type MockISuiAPI_SuiXQueryTransactionBlocks_Call

type MockISuiAPI_SuiXQueryTransactionBlocks_Call struct {
	*mock.Call
}

MockISuiAPI_SuiXQueryTransactionBlocks_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiXQueryTransactionBlocks'

func (*MockISuiAPI_SuiXQueryTransactionBlocks_Call) Return

func (*MockISuiAPI_SuiXQueryTransactionBlocks_Call) Run

type MockISuiAPI_SuiXResolveNameServiceAddress_Call

type MockISuiAPI_SuiXResolveNameServiceAddress_Call struct {
	*mock.Call
}

MockISuiAPI_SuiXResolveNameServiceAddress_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiXResolveNameServiceAddress'

func (*MockISuiAPI_SuiXResolveNameServiceAddress_Call) Return

type MockISuiAPI_SuiXResolveNameServiceNames_Call

type MockISuiAPI_SuiXResolveNameServiceNames_Call struct {
	*mock.Call
}

MockISuiAPI_SuiXResolveNameServiceNames_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SuiXResolveNameServiceNames'

func (*MockISuiAPI_SuiXResolveNameServiceNames_Call) Return

func (*MockISuiAPI_SuiXResolveNameServiceNames_Call) Run

type MockISuiAPI_TransferObject_Call

type MockISuiAPI_TransferObject_Call struct {
	*mock.Call
}

MockISuiAPI_TransferObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TransferObject'

func (*MockISuiAPI_TransferObject_Call) Return

func (*MockISuiAPI_TransferObject_Call) Run

func (*MockISuiAPI_TransferObject_Call) RunAndReturn

type MockISuiAPI_TransferSui_Call

type MockISuiAPI_TransferSui_Call struct {
	*mock.Call
}

MockISuiAPI_TransferSui_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TransferSui'

func (*MockISuiAPI_TransferSui_Call) Return

func (*MockISuiAPI_TransferSui_Call) Run

func (*MockISuiAPI_TransferSui_Call) RunAndReturn

Jump to

Keyboard shortcuts

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