mocks

package
v1.26.3 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0, MIT Imports: 34 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 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) AuthNew

func (m *MockFullNode) AuthNew(arg0 context.Context, arg1 []auth.Permission) ([]byte, error)

AuthNew mocks base method.

func (*MockFullNode) AuthVerify

func (m *MockFullNode) AuthVerify(arg0 context.Context, arg1 string) ([]auth.Permission, error)

AuthVerify mocks base method.

func (*MockFullNode) ChainBlockstoreInfo added in v1.11.1

func (m *MockFullNode) ChainBlockstoreInfo(arg0 context.Context) (map[string]interface{}, error)

ChainBlockstoreInfo mocks base method.

func (*MockFullNode) ChainCheckBlockstore added in v1.11.1

func (m *MockFullNode) ChainCheckBlockstore(arg0 context.Context) error

ChainCheckBlockstore mocks base method.

func (*MockFullNode) ChainDeleteObj

func (m *MockFullNode) ChainDeleteObj(arg0 context.Context, arg1 cid.Cid) error

ChainDeleteObj mocks base method.

func (*MockFullNode) ChainExport

func (m *MockFullNode) ChainExport(arg0 context.Context, arg1 abi.ChainEpoch, arg2 bool, arg3 types.TipSetKey) (<-chan []byte, error)

ChainExport mocks base method.

func (*MockFullNode) ChainExportRangeInternal added in v1.23.0

func (m *MockFullNode) ChainExportRangeInternal(arg0 context.Context, arg1, arg2 types.TipSetKey, arg3 api.ChainExportConfig) error

ChainExportRangeInternal mocks base method.

func (*MockFullNode) ChainGetBlock

func (m *MockFullNode) ChainGetBlock(arg0 context.Context, arg1 cid.Cid) (*types.BlockHeader, error)

ChainGetBlock mocks base method.

func (*MockFullNode) ChainGetBlockMessages

func (m *MockFullNode) ChainGetBlockMessages(arg0 context.Context, arg1 cid.Cid) (*api.BlockMessages, error)

ChainGetBlockMessages mocks base method.

func (*MockFullNode) ChainGetEvents added in v1.20.0

func (m *MockFullNode) ChainGetEvents(arg0 context.Context, arg1 cid.Cid) ([]types.Event, error)

ChainGetEvents mocks base method.

func (*MockFullNode) ChainGetGenesis

func (m *MockFullNode) ChainGetGenesis(arg0 context.Context) (*types.TipSet, error)

ChainGetGenesis mocks base method.

func (*MockFullNode) ChainGetMessage

func (m *MockFullNode) ChainGetMessage(arg0 context.Context, arg1 cid.Cid) (*types.Message, error)

ChainGetMessage mocks base method.

func (*MockFullNode) ChainGetMessagesInTipset added in v1.11.1

func (m *MockFullNode) ChainGetMessagesInTipset(arg0 context.Context, arg1 types.TipSetKey) ([]api.Message, error)

ChainGetMessagesInTipset mocks base method.

func (*MockFullNode) ChainGetNode

func (m *MockFullNode) ChainGetNode(arg0 context.Context, arg1 string) (*api.IpldObject, error)

ChainGetNode mocks base method.

func (*MockFullNode) ChainGetParentMessages

func (m *MockFullNode) ChainGetParentMessages(arg0 context.Context, arg1 cid.Cid) ([]api.Message, error)

ChainGetParentMessages mocks base method.

func (*MockFullNode) ChainGetParentReceipts

func (m *MockFullNode) ChainGetParentReceipts(arg0 context.Context, arg1 cid.Cid) ([]*types.MessageReceipt, error)

ChainGetParentReceipts mocks base method.

func (*MockFullNode) ChainGetPath

func (m *MockFullNode) ChainGetPath(arg0 context.Context, arg1, arg2 types.TipSetKey) ([]*api.HeadChange, error)

ChainGetPath mocks base method.

func (*MockFullNode) ChainGetTipSet

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

ChainGetTipSet mocks base method.

func (*MockFullNode) ChainGetTipSetAfterHeight added in v1.11.2

func (m *MockFullNode) ChainGetTipSetAfterHeight(arg0 context.Context, arg1 abi.ChainEpoch, arg2 types.TipSetKey) (*types.TipSet, error)

ChainGetTipSetAfterHeight mocks base method.

func (*MockFullNode) ChainGetTipSetByHeight

func (m *MockFullNode) ChainGetTipSetByHeight(arg0 context.Context, arg1 abi.ChainEpoch, arg2 types.TipSetKey) (*types.TipSet, error)

ChainGetTipSetByHeight mocks base method.

func (*MockFullNode) ChainHasObj

func (m *MockFullNode) ChainHasObj(arg0 context.Context, arg1 cid.Cid) (bool, error)

ChainHasObj mocks base method.

func (*MockFullNode) ChainHead

func (m *MockFullNode) ChainHead(arg0 context.Context) (*types.TipSet, error)

ChainHead mocks base method.

func (*MockFullNode) ChainHotGC added in v1.23.0

func (m *MockFullNode) ChainHotGC(arg0 context.Context, arg1 api.HotGCOpts) error

ChainHotGC mocks base method.

func (*MockFullNode) ChainNotify

func (m *MockFullNode) ChainNotify(arg0 context.Context) (<-chan []*api.HeadChange, error)

ChainNotify mocks base method.

func (*MockFullNode) ChainPrune added in v1.17.1

func (m *MockFullNode) ChainPrune(arg0 context.Context, arg1 api.PruneOpts) error

ChainPrune mocks base method.

func (*MockFullNode) ChainPutObj added in v1.16.0

func (m *MockFullNode) ChainPutObj(arg0 context.Context, arg1 blocks.Block) error

ChainPutObj mocks base method.

func (*MockFullNode) ChainReadObj

func (m *MockFullNode) ChainReadObj(arg0 context.Context, arg1 cid.Cid) ([]byte, error)

ChainReadObj mocks base method.

func (*MockFullNode) ChainSetHead

func (m *MockFullNode) ChainSetHead(arg0 context.Context, arg1 types.TipSetKey) error

ChainSetHead mocks base method.

func (*MockFullNode) ChainStatObj

func (m *MockFullNode) ChainStatObj(arg0 context.Context, arg1, arg2 cid.Cid) (api.ObjStat, error)

ChainStatObj mocks base method.

func (*MockFullNode) ChainTipSetWeight

func (m *MockFullNode) ChainTipSetWeight(arg0 context.Context, arg1 types.TipSetKey) (big.Int, error)

ChainTipSetWeight mocks base method.

func (*MockFullNode) ClientCalcCommP

func (m *MockFullNode) ClientCalcCommP(arg0 context.Context, arg1 string) (*api.CommPRet, error)

ClientCalcCommP mocks base method.

func (*MockFullNode) ClientCancelDataTransfer

func (m *MockFullNode) ClientCancelDataTransfer(arg0 context.Context, arg1 datatransfer.TransferID, arg2 peer.ID, arg3 bool) error

ClientCancelDataTransfer mocks base method.

func (*MockFullNode) ClientCancelRetrievalDeal added in v1.9.0

func (m *MockFullNode) ClientCancelRetrievalDeal(arg0 context.Context, arg1 retrievalmarket.DealID) error

ClientCancelRetrievalDeal mocks base method.

func (*MockFullNode) ClientDataTransferUpdates

func (m *MockFullNode) ClientDataTransferUpdates(arg0 context.Context) (<-chan api.DataTransferChannel, error)

ClientDataTransferUpdates mocks base method.

func (*MockFullNode) ClientDealPieceCID

func (m *MockFullNode) ClientDealPieceCID(arg0 context.Context, arg1 cid.Cid) (api.DataCIDSize, error)

ClientDealPieceCID mocks base method.

func (*MockFullNode) ClientDealSize

func (m *MockFullNode) ClientDealSize(arg0 context.Context, arg1 cid.Cid) (api.DataSize, error)

ClientDealSize mocks base method.

func (*MockFullNode) ClientExport added in v1.13.2

func (m *MockFullNode) ClientExport(arg0 context.Context, arg1 api.ExportRef, arg2 api.FileRef) error

ClientExport mocks base method.

func (*MockFullNode) ClientFindData

func (m *MockFullNode) ClientFindData(arg0 context.Context, arg1 cid.Cid, arg2 *cid.Cid) ([]api.QueryOffer, error)

ClientFindData mocks base method.

func (*MockFullNode) ClientGenCar

func (m *MockFullNode) ClientGenCar(arg0 context.Context, arg1 api.FileRef, arg2 string) error

ClientGenCar mocks base method.

func (*MockFullNode) ClientGetDealInfo

func (m *MockFullNode) ClientGetDealInfo(arg0 context.Context, arg1 cid.Cid) (*api.DealInfo, error)

ClientGetDealInfo mocks base method.

func (*MockFullNode) ClientGetDealStatus

func (m *MockFullNode) ClientGetDealStatus(arg0 context.Context, arg1 uint64) (string, error)

ClientGetDealStatus mocks base method.

func (*MockFullNode) ClientGetDealUpdates

func (m *MockFullNode) ClientGetDealUpdates(arg0 context.Context) (<-chan api.DealInfo, error)

ClientGetDealUpdates mocks base method.

func (*MockFullNode) ClientGetRetrievalUpdates added in v1.11.0

func (m *MockFullNode) ClientGetRetrievalUpdates(arg0 context.Context) (<-chan api.RetrievalInfo, error)

ClientGetRetrievalUpdates mocks base method.

func (*MockFullNode) ClientHasLocal

func (m *MockFullNode) ClientHasLocal(arg0 context.Context, arg1 cid.Cid) (bool, error)

ClientHasLocal mocks base method.

func (*MockFullNode) ClientImport

func (m *MockFullNode) ClientImport(arg0 context.Context, arg1 api.FileRef) (*api.ImportRes, error)

ClientImport mocks base method.

func (*MockFullNode) ClientListDataTransfers

func (m *MockFullNode) ClientListDataTransfers(arg0 context.Context) ([]api.DataTransferChannel, error)

ClientListDataTransfers mocks base method.

func (*MockFullNode) ClientListDeals

func (m *MockFullNode) ClientListDeals(arg0 context.Context) ([]api.DealInfo, error)

ClientListDeals mocks base method.

func (*MockFullNode) ClientListImports

func (m *MockFullNode) ClientListImports(arg0 context.Context) ([]api.Import, error)

ClientListImports mocks base method.

func (*MockFullNode) ClientListRetrievals added in v1.11.0

func (m *MockFullNode) ClientListRetrievals(arg0 context.Context) ([]api.RetrievalInfo, error)

ClientListRetrievals mocks base method.

func (*MockFullNode) ClientMinerQueryOffer

func (m *MockFullNode) ClientMinerQueryOffer(arg0 context.Context, arg1 address.Address, arg2 cid.Cid, arg3 *cid.Cid) (api.QueryOffer, error)

ClientMinerQueryOffer mocks base method.

func (*MockFullNode) ClientQueryAsk

func (m *MockFullNode) ClientQueryAsk(arg0 context.Context, arg1 peer.ID, arg2 address.Address) (*api.StorageAsk, error)

ClientQueryAsk mocks base method.

func (*MockFullNode) ClientRemoveImport

func (m *MockFullNode) ClientRemoveImport(arg0 context.Context, arg1 imports.ID) error

ClientRemoveImport mocks base method.

func (*MockFullNode) ClientRestartDataTransfer

func (m *MockFullNode) ClientRestartDataTransfer(arg0 context.Context, arg1 datatransfer.TransferID, arg2 peer.ID, arg3 bool) error

ClientRestartDataTransfer mocks base method.

func (*MockFullNode) ClientRetrieve

func (m *MockFullNode) ClientRetrieve(arg0 context.Context, arg1 api.RetrievalOrder) (*api.RestrievalRes, error)

ClientRetrieve mocks base method.

func (*MockFullNode) ClientRetrieveTryRestartInsufficientFunds

func (m *MockFullNode) ClientRetrieveTryRestartInsufficientFunds(arg0 context.Context, arg1 address.Address) error

ClientRetrieveTryRestartInsufficientFunds mocks base method.

func (*MockFullNode) ClientRetrieveWait added in v1.13.2

func (m *MockFullNode) ClientRetrieveWait(arg0 context.Context, arg1 retrievalmarket.DealID) error

ClientRetrieveWait mocks base method.

func (*MockFullNode) ClientStartDeal

func (m *MockFullNode) ClientStartDeal(arg0 context.Context, arg1 *api.StartDealParams) (*cid.Cid, error)

ClientStartDeal mocks base method.

func (*MockFullNode) ClientStatelessDeal added in v1.11.0

func (m *MockFullNode) ClientStatelessDeal(arg0 context.Context, arg1 *api.StartDealParams) (*cid.Cid, error)

ClientStatelessDeal mocks base method.

func (*MockFullNode) Closing

func (m *MockFullNode) Closing(arg0 context.Context) (<-chan struct{}, error)

Closing mocks base method.

func (*MockFullNode) CreateBackup

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

CreateBackup mocks base method.

func (*MockFullNode) Discover added in v1.9.0

Discover mocks base method.

func (*MockFullNode) EXPECT

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

func (*MockFullNode) EthAccounts added in v1.20.0

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

EthAccounts mocks base method.

func (*MockFullNode) EthAddressToFilecoinAddress added in v1.20.0

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

EthAddressToFilecoinAddress mocks base method.

func (*MockFullNode) EthBlockNumber added in v1.20.0

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

EthBlockNumber mocks base method.

func (*MockFullNode) EthCall added in v1.20.0

EthCall mocks base method.

func (*MockFullNode) EthChainId added in v1.20.0

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

EthChainId mocks base method.

func (*MockFullNode) EthEstimateGas added in v1.20.0

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

EthEstimateGas mocks base method.

func (*MockFullNode) EthFeeHistory added in v1.20.0

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

EthFeeHistory mocks base method.

func (*MockFullNode) EthGasPrice added in v1.20.0

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

EthGasPrice mocks base method.

func (*MockFullNode) EthGetBalance added in v1.20.0

EthGetBalance mocks base method.

func (*MockFullNode) EthGetBlockByHash added in v1.20.0

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

EthGetBlockByHash mocks base method.

func (*MockFullNode) EthGetBlockByNumber added in v1.20.0

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

EthGetBlockByNumber mocks base method.

func (*MockFullNode) EthGetBlockTransactionCountByHash added in v1.20.0

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

EthGetBlockTransactionCountByHash mocks base method.

func (*MockFullNode) EthGetBlockTransactionCountByNumber added in v1.20.0

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

EthGetBlockTransactionCountByNumber mocks base method.

func (*MockFullNode) EthGetCode added in v1.20.0

EthGetCode mocks base method.

func (*MockFullNode) EthGetFilterChanges added in v1.20.0

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

EthGetFilterChanges mocks base method.

func (*MockFullNode) EthGetFilterLogs added in v1.20.0

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

EthGetFilterLogs mocks base method.

func (*MockFullNode) EthGetLogs added in v1.20.0

EthGetLogs mocks base method.

func (*MockFullNode) EthGetMessageCidByTransactionHash added in v1.20.0

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

EthGetMessageCidByTransactionHash mocks base method.

func (*MockFullNode) EthGetStorageAt added in v1.20.0

EthGetStorageAt mocks base method.

func (*MockFullNode) EthGetTransactionByBlockHashAndIndex added in v1.20.0

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

EthGetTransactionByBlockHashAndIndex mocks base method.

func (*MockFullNode) EthGetTransactionByBlockNumberAndIndex added in v1.20.0

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

EthGetTransactionByBlockNumberAndIndex mocks base method.

func (*MockFullNode) EthGetTransactionByHash added in v1.20.0

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

EthGetTransactionByHash mocks base method.

func (*MockFullNode) EthGetTransactionByHashLimited added in v1.23.0

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

EthGetTransactionByHashLimited mocks base method.

func (*MockFullNode) EthGetTransactionCount added in v1.20.0

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

EthGetTransactionCount mocks base method.

func (*MockFullNode) EthGetTransactionHashByCid added in v1.20.0

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

EthGetTransactionHashByCid mocks base method.

func (*MockFullNode) EthGetTransactionReceipt added in v1.20.0

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

EthGetTransactionReceipt mocks base method.

func (*MockFullNode) EthGetTransactionReceiptLimited added in v1.23.0

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

EthGetTransactionReceiptLimited mocks base method.

func (*MockFullNode) EthMaxPriorityFeePerGas added in v1.20.0

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

EthMaxPriorityFeePerGas mocks base method.

func (*MockFullNode) EthNewBlockFilter added in v1.20.0

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

EthNewBlockFilter mocks base method.

func (*MockFullNode) EthNewFilter added in v1.20.0

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

EthNewFilter mocks base method.

func (*MockFullNode) EthNewPendingTransactionFilter added in v1.20.0

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

EthNewPendingTransactionFilter mocks base method.

func (*MockFullNode) EthProtocolVersion added in v1.20.0

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

EthProtocolVersion mocks base method.

func (*MockFullNode) EthSendRawTransaction added in v1.20.0

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

EthSendRawTransaction mocks base method.

func (*MockFullNode) EthSubscribe added in v1.20.0

EthSubscribe mocks base method.

func (*MockFullNode) EthSyncing added in v1.23.3

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

EthSyncing mocks base method.

func (*MockFullNode) EthTraceBlock added in v1.25.0

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

EthTraceBlock mocks base method.

func (*MockFullNode) EthTraceReplayBlockTransactions added in v1.25.0

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

EthTraceReplayBlockTransactions mocks base method.

func (*MockFullNode) EthUninstallFilter added in v1.20.0

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

EthUninstallFilter mocks base method.

func (*MockFullNode) EthUnsubscribe added in v1.20.0

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

EthUnsubscribe mocks base method.

func (*MockFullNode) FilecoinAddressToEthAddress added in v1.20.0

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

FilecoinAddressToEthAddress mocks base method.

func (*MockFullNode) GasEstimateFeeCap

func (m *MockFullNode) GasEstimateFeeCap(arg0 context.Context, arg1 *types.Message, arg2 int64, arg3 types.TipSetKey) (big.Int, error)

GasEstimateFeeCap mocks base method.

func (*MockFullNode) GasEstimateGasLimit

func (m *MockFullNode) GasEstimateGasLimit(arg0 context.Context, arg1 *types.Message, arg2 types.TipSetKey) (int64, error)

GasEstimateGasLimit mocks base method.

func (*MockFullNode) GasEstimateGasPremium

func (m *MockFullNode) GasEstimateGasPremium(arg0 context.Context, arg1 uint64, arg2 address.Address, arg3 int64, arg4 types.TipSetKey) (big.Int, error)

GasEstimateGasPremium mocks base method.

func (*MockFullNode) GasEstimateMessageGas

func (m *MockFullNode) GasEstimateMessageGas(arg0 context.Context, arg1 *types.Message, arg2 *api.MessageSendSpec, arg3 types.TipSetKey) (*types.Message, error)

GasEstimateMessageGas mocks base method.

func (*MockFullNode) GetActorEventsRaw added in v1.26.0

func (m *MockFullNode) GetActorEventsRaw(arg0 context.Context, arg1 *types.ActorEventFilter) ([]*types.ActorEvent, error)

GetActorEventsRaw mocks base method.

func (*MockFullNode) ID

func (m *MockFullNode) ID(arg0 context.Context) (peer.ID, error)

ID mocks base method.

func (*MockFullNode) LogAlerts added in v1.11.3

func (m *MockFullNode) LogAlerts(arg0 context.Context) ([]alerting.Alert, error)

LogAlerts mocks base method.

func (*MockFullNode) LogList

func (m *MockFullNode) LogList(arg0 context.Context) ([]string, error)

LogList mocks base method.

func (*MockFullNode) LogSetLevel

func (m *MockFullNode) LogSetLevel(arg0 context.Context, arg1, arg2 string) error

LogSetLevel mocks base method.

func (*MockFullNode) MarketAddBalance

func (m *MockFullNode) MarketAddBalance(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int) (cid.Cid, error)

MarketAddBalance mocks base method.

func (*MockFullNode) MarketGetReserved

func (m *MockFullNode) MarketGetReserved(arg0 context.Context, arg1 address.Address) (big.Int, error)

MarketGetReserved mocks base method.

func (*MockFullNode) MarketReleaseFunds

func (m *MockFullNode) MarketReleaseFunds(arg0 context.Context, arg1 address.Address, arg2 big.Int) error

MarketReleaseFunds mocks base method.

func (*MockFullNode) MarketReserveFunds

func (m *MockFullNode) MarketReserveFunds(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int) (cid.Cid, error)

MarketReserveFunds mocks base method.

func (*MockFullNode) MarketWithdraw

func (m *MockFullNode) MarketWithdraw(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int) (cid.Cid, error)

MarketWithdraw mocks base method.

func (*MockFullNode) MinerCreateBlock

func (m *MockFullNode) MinerCreateBlock(arg0 context.Context, arg1 *api.BlockTemplate) (*types.BlockMsg, error)

MinerCreateBlock mocks base method.

func (*MockFullNode) MinerGetBaseInfo

func (m *MockFullNode) MinerGetBaseInfo(arg0 context.Context, arg1 address.Address, arg2 abi.ChainEpoch, arg3 types.TipSetKey) (*api.MiningBaseInfo, error)

MinerGetBaseInfo mocks base method.

func (*MockFullNode) MpoolBatchPush

func (m *MockFullNode) MpoolBatchPush(arg0 context.Context, arg1 []*types.SignedMessage) ([]cid.Cid, error)

MpoolBatchPush mocks base method.

func (*MockFullNode) MpoolBatchPushMessage

func (m *MockFullNode) MpoolBatchPushMessage(arg0 context.Context, arg1 []*types.Message, arg2 *api.MessageSendSpec) ([]*types.SignedMessage, error)

MpoolBatchPushMessage mocks base method.

func (*MockFullNode) MpoolBatchPushUntrusted

func (m *MockFullNode) MpoolBatchPushUntrusted(arg0 context.Context, arg1 []*types.SignedMessage) ([]cid.Cid, error)

MpoolBatchPushUntrusted mocks base method.

func (*MockFullNode) MpoolCheckMessages added in v1.11.0

func (m *MockFullNode) MpoolCheckMessages(arg0 context.Context, arg1 []*api.MessagePrototype) ([][]api.MessageCheckStatus, error)

MpoolCheckMessages mocks base method.

func (*MockFullNode) MpoolCheckPendingMessages added in v1.11.0

func (m *MockFullNode) MpoolCheckPendingMessages(arg0 context.Context, arg1 address.Address) ([][]api.MessageCheckStatus, error)

MpoolCheckPendingMessages mocks base method.

func (*MockFullNode) MpoolCheckReplaceMessages added in v1.11.0

func (m *MockFullNode) MpoolCheckReplaceMessages(arg0 context.Context, arg1 []*types.Message) ([][]api.MessageCheckStatus, error)

MpoolCheckReplaceMessages mocks base method.

func (*MockFullNode) MpoolClear

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

MpoolClear mocks base method.

func (*MockFullNode) MpoolGetConfig

func (m *MockFullNode) MpoolGetConfig(arg0 context.Context) (*types.MpoolConfig, error)

MpoolGetConfig mocks base method.

func (*MockFullNode) MpoolGetNonce

func (m *MockFullNode) MpoolGetNonce(arg0 context.Context, arg1 address.Address) (uint64, error)

MpoolGetNonce mocks base method.

func (*MockFullNode) MpoolPending

func (m *MockFullNode) MpoolPending(arg0 context.Context, arg1 types.TipSetKey) ([]*types.SignedMessage, error)

MpoolPending mocks base method.

func (*MockFullNode) MpoolPush

func (m *MockFullNode) MpoolPush(arg0 context.Context, arg1 *types.SignedMessage) (cid.Cid, error)

MpoolPush mocks base method.

func (*MockFullNode) MpoolPushMessage

func (m *MockFullNode) MpoolPushMessage(arg0 context.Context, arg1 *types.Message, arg2 *api.MessageSendSpec) (*types.SignedMessage, error)

MpoolPushMessage mocks base method.

func (*MockFullNode) MpoolPushUntrusted

func (m *MockFullNode) MpoolPushUntrusted(arg0 context.Context, arg1 *types.SignedMessage) (cid.Cid, error)

MpoolPushUntrusted mocks base method.

func (*MockFullNode) MpoolSelect

func (m *MockFullNode) MpoolSelect(arg0 context.Context, arg1 types.TipSetKey, arg2 float64) ([]*types.SignedMessage, error)

MpoolSelect mocks base method.

func (*MockFullNode) MpoolSetConfig

func (m *MockFullNode) MpoolSetConfig(arg0 context.Context, arg1 *types.MpoolConfig) error

MpoolSetConfig mocks base method.

func (*MockFullNode) MpoolSub

func (m *MockFullNode) MpoolSub(arg0 context.Context) (<-chan api.MpoolUpdate, error)

MpoolSub mocks base method.

func (*MockFullNode) MsigAddApprove

func (m *MockFullNode) MsigAddApprove(arg0 context.Context, arg1, arg2 address.Address, arg3 uint64, arg4, arg5 address.Address, arg6 bool) (*api.MessagePrototype, error)

MsigAddApprove mocks base method.

func (*MockFullNode) MsigAddCancel

func (m *MockFullNode) MsigAddCancel(arg0 context.Context, arg1, arg2 address.Address, arg3 uint64, arg4 address.Address, arg5 bool) (*api.MessagePrototype, error)

MsigAddCancel mocks base method.

func (*MockFullNode) MsigAddPropose

func (m *MockFullNode) MsigAddPropose(arg0 context.Context, arg1, arg2, arg3 address.Address, arg4 bool) (*api.MessagePrototype, error)

MsigAddPropose mocks base method.

func (*MockFullNode) MsigApprove

func (m *MockFullNode) MsigApprove(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3 address.Address) (*api.MessagePrototype, error)

MsigApprove mocks base method.

func (*MockFullNode) MsigApproveTxnHash

func (m *MockFullNode) MsigApproveTxnHash(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3, arg4 address.Address, arg5 big.Int, arg6 address.Address, arg7 uint64, arg8 []byte) (*api.MessagePrototype, error)

MsigApproveTxnHash mocks base method.

func (*MockFullNode) MsigCancel

func (m *MockFullNode) MsigCancel(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3 address.Address) (*api.MessagePrototype, error)

MsigCancel mocks base method.

func (*MockFullNode) MsigCancelTxnHash added in v1.13.2

func (m *MockFullNode) MsigCancelTxnHash(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3 address.Address, arg4 big.Int, arg5 address.Address, arg6 uint64, arg7 []byte) (*api.MessagePrototype, error)

MsigCancelTxnHash mocks base method.

func (*MockFullNode) MsigCreate

func (m *MockFullNode) MsigCreate(arg0 context.Context, arg1 uint64, arg2 []address.Address, arg3 abi.ChainEpoch, arg4 big.Int, arg5 address.Address, arg6 big.Int) (*api.MessagePrototype, error)

MsigCreate mocks base method.

func (*MockFullNode) MsigGetAvailableBalance

func (m *MockFullNode) MsigGetAvailableBalance(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (big.Int, error)

MsigGetAvailableBalance mocks base method.

func (*MockFullNode) MsigGetPending

func (m *MockFullNode) MsigGetPending(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) ([]*api.MsigTransaction, error)

MsigGetPending mocks base method.

func (*MockFullNode) MsigGetVested

func (m *MockFullNode) MsigGetVested(arg0 context.Context, arg1 address.Address, arg2, arg3 types.TipSetKey) (big.Int, error)

MsigGetVested mocks base method.

func (*MockFullNode) MsigGetVestingSchedule

func (m *MockFullNode) MsigGetVestingSchedule(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (api.MsigVesting, error)

MsigGetVestingSchedule mocks base method.

func (*MockFullNode) MsigPropose

func (m *MockFullNode) MsigPropose(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int, arg4 address.Address, arg5 uint64, arg6 []byte) (*api.MessagePrototype, error)

MsigPropose mocks base method.

func (*MockFullNode) MsigRemoveSigner

func (m *MockFullNode) MsigRemoveSigner(arg0 context.Context, arg1, arg2, arg3 address.Address, arg4 bool) (*api.MessagePrototype, error)

MsigRemoveSigner mocks base method.

func (*MockFullNode) MsigSwapApprove

func (m *MockFullNode) MsigSwapApprove(arg0 context.Context, arg1, arg2 address.Address, arg3 uint64, arg4, arg5, arg6 address.Address) (*api.MessagePrototype, error)

MsigSwapApprove mocks base method.

func (*MockFullNode) MsigSwapCancel

func (m *MockFullNode) MsigSwapCancel(arg0 context.Context, arg1, arg2 address.Address, arg3 uint64, arg4, arg5 address.Address) (*api.MessagePrototype, error)

MsigSwapCancel mocks base method.

func (*MockFullNode) MsigSwapPropose

func (m *MockFullNode) MsigSwapPropose(arg0 context.Context, arg1, arg2, arg3, arg4 address.Address) (*api.MessagePrototype, error)

MsigSwapPropose mocks base method.

func (*MockFullNode) NetAddrsListen

func (m *MockFullNode) NetAddrsListen(arg0 context.Context) (peer.AddrInfo, error)

NetAddrsListen mocks base method.

func (*MockFullNode) NetAgentVersion

func (m *MockFullNode) NetAgentVersion(arg0 context.Context, arg1 peer.ID) (string, error)

NetAgentVersion mocks base method.

func (*MockFullNode) NetAutoNatStatus

func (m *MockFullNode) NetAutoNatStatus(arg0 context.Context) (api.NatInfo, error)

NetAutoNatStatus mocks base method.

func (*MockFullNode) NetBandwidthStats

func (m *MockFullNode) NetBandwidthStats(arg0 context.Context) (metrics.Stats, error)

NetBandwidthStats mocks base method.

func (*MockFullNode) NetBandwidthStatsByPeer

func (m *MockFullNode) NetBandwidthStatsByPeer(arg0 context.Context) (map[string]metrics.Stats, error)

NetBandwidthStatsByPeer mocks base method.

func (*MockFullNode) NetBandwidthStatsByProtocol

func (m *MockFullNode) NetBandwidthStatsByProtocol(arg0 context.Context) (map[protocol.ID]metrics.Stats, error)

NetBandwidthStatsByProtocol mocks base method.

func (*MockFullNode) NetBlockAdd

func (m *MockFullNode) NetBlockAdd(arg0 context.Context, arg1 api.NetBlockList) error

NetBlockAdd mocks base method.

func (*MockFullNode) NetBlockList

func (m *MockFullNode) NetBlockList(arg0 context.Context) (api.NetBlockList, error)

NetBlockList mocks base method.

func (*MockFullNode) NetBlockRemove

func (m *MockFullNode) NetBlockRemove(arg0 context.Context, arg1 api.NetBlockList) error

NetBlockRemove mocks base method.

func (*MockFullNode) NetConnect

func (m *MockFullNode) NetConnect(arg0 context.Context, arg1 peer.AddrInfo) error

NetConnect mocks base method.

func (*MockFullNode) NetConnectedness

func (m *MockFullNode) NetConnectedness(arg0 context.Context, arg1 peer.ID) (network0.Connectedness, error)

NetConnectedness mocks base method.

func (*MockFullNode) NetDisconnect

func (m *MockFullNode) NetDisconnect(arg0 context.Context, arg1 peer.ID) error

NetDisconnect mocks base method.

func (*MockFullNode) NetFindPeer

func (m *MockFullNode) NetFindPeer(arg0 context.Context, arg1 peer.ID) (peer.AddrInfo, error)

NetFindPeer mocks base method.

func (*MockFullNode) NetLimit added in v1.14.0

func (m *MockFullNode) NetLimit(arg0 context.Context, arg1 string) (api.NetLimit, error)

NetLimit mocks base method.

func (*MockFullNode) NetListening added in v1.20.0

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

NetListening mocks base method.

func (*MockFullNode) NetPeerInfo

func (m *MockFullNode) NetPeerInfo(arg0 context.Context, arg1 peer.ID) (*api.ExtendedPeerInfo, error)

NetPeerInfo mocks base method.

func (*MockFullNode) NetPeers

func (m *MockFullNode) NetPeers(arg0 context.Context) ([]peer.AddrInfo, error)

NetPeers mocks base method.

func (*MockFullNode) NetPing added in v1.15.2

func (m *MockFullNode) NetPing(arg0 context.Context, arg1 peer.ID) (time.Duration, error)

NetPing mocks base method.

func (*MockFullNode) NetProtectAdd added in v1.15.1

func (m *MockFullNode) NetProtectAdd(arg0 context.Context, arg1 []peer.ID) error

NetProtectAdd mocks base method.

func (*MockFullNode) NetProtectList added in v1.15.1

func (m *MockFullNode) NetProtectList(arg0 context.Context) ([]peer.ID, error)

NetProtectList mocks base method.

func (*MockFullNode) NetProtectRemove added in v1.15.1

func (m *MockFullNode) NetProtectRemove(arg0 context.Context, arg1 []peer.ID) error

NetProtectRemove mocks base method.

func (*MockFullNode) NetPubsubScores

func (m *MockFullNode) NetPubsubScores(arg0 context.Context) ([]api.PubsubScore, error)

NetPubsubScores mocks base method.

func (*MockFullNode) NetSetLimit added in v1.14.0

func (m *MockFullNode) NetSetLimit(arg0 context.Context, arg1 string, arg2 api.NetLimit) error

NetSetLimit mocks base method.

func (*MockFullNode) NetStat added in v1.14.0

func (m *MockFullNode) NetStat(arg0 context.Context, arg1 string) (api.NetStat, error)

NetStat mocks base method.

func (*MockFullNode) NetVersion added in v1.20.0

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

NetVersion mocks base method.

func (*MockFullNode) NodeStatus added in v1.11.0

func (m *MockFullNode) NodeStatus(arg0 context.Context, arg1 bool) (api.NodeStatus, error)

NodeStatus mocks base method.

func (*MockFullNode) PaychAllocateLane

func (m *MockFullNode) PaychAllocateLane(arg0 context.Context, arg1 address.Address) (uint64, error)

PaychAllocateLane mocks base method.

func (*MockFullNode) PaychAvailableFunds

func (m *MockFullNode) PaychAvailableFunds(arg0 context.Context, arg1 address.Address) (*api.ChannelAvailableFunds, error)

PaychAvailableFunds mocks base method.

func (*MockFullNode) PaychAvailableFundsByFromTo

func (m *MockFullNode) PaychAvailableFundsByFromTo(arg0 context.Context, arg1, arg2 address.Address) (*api.ChannelAvailableFunds, error)

PaychAvailableFundsByFromTo mocks base method.

func (*MockFullNode) PaychCollect

func (m *MockFullNode) PaychCollect(arg0 context.Context, arg1 address.Address) (cid.Cid, error)

PaychCollect mocks base method.

func (*MockFullNode) PaychFund added in v1.15.1

func (m *MockFullNode) PaychFund(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int) (*api.ChannelInfo, error)

PaychFund mocks base method.

func (*MockFullNode) PaychGet

func (m *MockFullNode) PaychGet(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int, arg4 api.PaychGetOpts) (*api.ChannelInfo, error)

PaychGet mocks base method.

func (*MockFullNode) PaychGetWaitReady

func (m *MockFullNode) PaychGetWaitReady(arg0 context.Context, arg1 cid.Cid) (address.Address, error)

PaychGetWaitReady mocks base method.

func (*MockFullNode) PaychList

func (m *MockFullNode) PaychList(arg0 context.Context) ([]address.Address, error)

PaychList mocks base method.

func (*MockFullNode) PaychNewPayment

func (m *MockFullNode) PaychNewPayment(arg0 context.Context, arg1, arg2 address.Address, arg3 []api.VoucherSpec) (*api.PaymentInfo, error)

PaychNewPayment mocks base method.

func (*MockFullNode) PaychSettle

func (m *MockFullNode) PaychSettle(arg0 context.Context, arg1 address.Address) (cid.Cid, error)

PaychSettle mocks base method.

func (*MockFullNode) PaychStatus

func (m *MockFullNode) PaychStatus(arg0 context.Context, arg1 address.Address) (*api.PaychStatus, error)

PaychStatus mocks base method.

func (*MockFullNode) PaychVoucherAdd

func (m *MockFullNode) PaychVoucherAdd(arg0 context.Context, arg1 address.Address, arg2 *paych.SignedVoucher, arg3 []byte, arg4 big.Int) (big.Int, error)

PaychVoucherAdd mocks base method.

func (*MockFullNode) PaychVoucherCheckSpendable

func (m *MockFullNode) PaychVoucherCheckSpendable(arg0 context.Context, arg1 address.Address, arg2 *paych.SignedVoucher, arg3, arg4 []byte) (bool, error)

PaychVoucherCheckSpendable mocks base method.

func (*MockFullNode) PaychVoucherCheckValid

func (m *MockFullNode) PaychVoucherCheckValid(arg0 context.Context, arg1 address.Address, arg2 *paych.SignedVoucher) error

PaychVoucherCheckValid mocks base method.

func (*MockFullNode) PaychVoucherCreate

func (m *MockFullNode) PaychVoucherCreate(arg0 context.Context, arg1 address.Address, arg2 big.Int, arg3 uint64) (*api.VoucherCreateResult, error)

PaychVoucherCreate mocks base method.

func (*MockFullNode) PaychVoucherList

func (m *MockFullNode) PaychVoucherList(arg0 context.Context, arg1 address.Address) ([]*paych.SignedVoucher, error)

PaychVoucherList mocks base method.

func (*MockFullNode) PaychVoucherSubmit

func (m *MockFullNode) PaychVoucherSubmit(arg0 context.Context, arg1 address.Address, arg2 *paych.SignedVoucher, arg3, arg4 []byte) (cid.Cid, error)

PaychVoucherSubmit mocks base method.

func (*MockFullNode) RaftLeader added in v1.19.0

func (m *MockFullNode) RaftLeader(arg0 context.Context) (peer.ID, error)

RaftLeader mocks base method.

func (*MockFullNode) RaftState added in v1.19.0

func (m *MockFullNode) RaftState(arg0 context.Context) (*api.RaftStateData, error)

RaftState mocks base method.

func (*MockFullNode) Session

func (m *MockFullNode) Session(arg0 context.Context) (uuid.UUID, error)

Session mocks base method.

func (*MockFullNode) Shutdown

func (m *MockFullNode) Shutdown(arg0 context.Context) error

Shutdown mocks base method.

func (*MockFullNode) StartTime added in v1.19.0

func (m *MockFullNode) StartTime(arg0 context.Context) (time.Time, error)

StartTime mocks base method.

func (*MockFullNode) StateAccountKey

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

StateAccountKey mocks base method.

func (*MockFullNode) StateActorCodeCIDs added in v1.16.0

func (m *MockFullNode) StateActorCodeCIDs(arg0 context.Context, arg1 network.Version) (map[string]cid.Cid, error)

StateActorCodeCIDs mocks base method.

func (*MockFullNode) StateActorManifestCID added in v1.17.2

func (m *MockFullNode) StateActorManifestCID(arg0 context.Context, arg1 network.Version) (cid.Cid, error)

StateActorManifestCID mocks base method.

func (*MockFullNode) StateAllMinerFaults

func (m *MockFullNode) StateAllMinerFaults(arg0 context.Context, arg1 abi.ChainEpoch, arg2 types.TipSetKey) ([]*api.Fault, error)

StateAllMinerFaults mocks base method.

func (*MockFullNode) StateCall

func (m *MockFullNode) StateCall(arg0 context.Context, arg1 *types.Message, arg2 types.TipSetKey) (*api.InvocResult, error)

StateCall mocks base method.

func (*MockFullNode) StateChangedActors

func (m *MockFullNode) StateChangedActors(arg0 context.Context, arg1, arg2 cid.Cid) (map[string]types.ActorV5, error)

StateChangedActors mocks base method.

func (*MockFullNode) StateCirculatingSupply

func (m *MockFullNode) StateCirculatingSupply(arg0 context.Context, arg1 types.TipSetKey) (big.Int, error)

StateCirculatingSupply mocks base method.

func (*MockFullNode) StateCompute

func (m *MockFullNode) StateCompute(arg0 context.Context, arg1 abi.ChainEpoch, arg2 []*types.Message, arg3 types.TipSetKey) (*api.ComputeStateOutput, error)

StateCompute mocks base method.

func (*MockFullNode) StateComputeDataCID added in v1.17.0

func (m *MockFullNode) StateComputeDataCID(arg0 context.Context, arg1 address.Address, arg2 abi.RegisteredSealProof, arg3 []abi.DealID, arg4 types.TipSetKey) (cid.Cid, error)

StateComputeDataCID mocks base method.

func (*MockFullNode) StateDealProviderCollateralBounds

func (m *MockFullNode) StateDealProviderCollateralBounds(arg0 context.Context, arg1 abi.PaddedPieceSize, arg2 bool, arg3 types.TipSetKey) (api.DealCollateralBounds, error)

StateDealProviderCollateralBounds mocks base method.

func (*MockFullNode) StateDecodeParams

func (m *MockFullNode) StateDecodeParams(arg0 context.Context, arg1 address.Address, arg2 abi.MethodNum, arg3 []byte, arg4 types.TipSetKey) (interface{}, error)

StateDecodeParams mocks base method.

func (*MockFullNode) StateEncodeParams added in v1.11.2

func (m *MockFullNode) StateEncodeParams(arg0 context.Context, arg1 cid.Cid, arg2 abi.MethodNum, arg3 json.RawMessage) ([]byte, error)

StateEncodeParams mocks base method.

func (*MockFullNode) StateGetActor

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

StateGetActor mocks base method.

func (*MockFullNode) StateGetAllAllocations added in v1.26.0

func (m *MockFullNode) StateGetAllAllocations(arg0 context.Context, arg1 types.TipSetKey) (map[verifreg.AllocationId]verifreg.Allocation, error)

StateGetAllAllocations mocks base method.

func (*MockFullNode) StateGetAllClaims added in v1.26.0

func (m *MockFullNode) StateGetAllClaims(arg0 context.Context, arg1 types.TipSetKey) (map[verifreg.ClaimId]verifreg.Claim, error)

StateGetAllClaims mocks base method.

func (*MockFullNode) StateGetAllocation added in v1.18.0

func (m *MockFullNode) StateGetAllocation(arg0 context.Context, arg1 address.Address, arg2 verifreg.AllocationId, arg3 types.TipSetKey) (*verifreg.Allocation, error)

StateGetAllocation mocks base method.

func (*MockFullNode) StateGetAllocationForPendingDeal added in v1.18.0

func (m *MockFullNode) StateGetAllocationForPendingDeal(arg0 context.Context, arg1 abi.DealID, arg2 types.TipSetKey) (*verifreg.Allocation, error)

StateGetAllocationForPendingDeal mocks base method.

func (*MockFullNode) StateGetAllocationIdForPendingDeal added in v1.26.0

func (m *MockFullNode) StateGetAllocationIdForPendingDeal(arg0 context.Context, arg1 abi.DealID, arg2 types.TipSetKey) (verifreg.AllocationId, error)

StateGetAllocationIdForPendingDeal mocks base method.

func (*MockFullNode) StateGetAllocations added in v1.18.0

func (m *MockFullNode) StateGetAllocations(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (map[verifreg.AllocationId]verifreg.Allocation, error)

StateGetAllocations mocks base method.

func (*MockFullNode) StateGetBeaconEntry added in v1.16.0

func (m *MockFullNode) StateGetBeaconEntry(arg0 context.Context, arg1 abi.ChainEpoch) (*types.BeaconEntry, error)

StateGetBeaconEntry mocks base method.

func (*MockFullNode) StateGetClaim added in v1.18.0

func (m *MockFullNode) StateGetClaim(arg0 context.Context, arg1 address.Address, arg2 verifreg.ClaimId, arg3 types.TipSetKey) (*verifreg.Claim, error)

StateGetClaim mocks base method.

func (*MockFullNode) StateGetClaims added in v1.18.0

func (m *MockFullNode) StateGetClaims(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (map[verifreg.ClaimId]verifreg.Claim, error)

StateGetClaims mocks base method.

func (*MockFullNode) StateGetNetworkParams added in v1.15.3

func (m *MockFullNode) StateGetNetworkParams(arg0 context.Context) (*api.NetworkParams, error)

StateGetNetworkParams mocks base method.

func (*MockFullNode) StateGetRandomnessDigestFromBeacon added in v1.24.0

func (m *MockFullNode) StateGetRandomnessDigestFromBeacon(arg0 context.Context, arg1 abi.ChainEpoch, arg2 types.TipSetKey) (abi.Randomness, error)

StateGetRandomnessDigestFromBeacon mocks base method.

func (*MockFullNode) StateGetRandomnessDigestFromTickets added in v1.24.0

func (m *MockFullNode) StateGetRandomnessDigestFromTickets(arg0 context.Context, arg1 abi.ChainEpoch, arg2 types.TipSetKey) (abi.Randomness, error)

StateGetRandomnessDigestFromTickets mocks base method.

func (*MockFullNode) StateGetRandomnessFromBeacon added in v1.12.0

func (m *MockFullNode) StateGetRandomnessFromBeacon(arg0 context.Context, arg1 crypto.DomainSeparationTag, arg2 abi.ChainEpoch, arg3 []byte, arg4 types.TipSetKey) (abi.Randomness, error)

StateGetRandomnessFromBeacon mocks base method.

func (*MockFullNode) StateGetRandomnessFromTickets added in v1.12.0

func (m *MockFullNode) StateGetRandomnessFromTickets(arg0 context.Context, arg1 crypto.DomainSeparationTag, arg2 abi.ChainEpoch, arg3 []byte, arg4 types.TipSetKey) (abi.Randomness, error)

StateGetRandomnessFromTickets mocks base method.

func (*MockFullNode) StateListActors

func (m *MockFullNode) StateListActors(arg0 context.Context, arg1 types.TipSetKey) ([]address.Address, error)

StateListActors mocks base method.

func (*MockFullNode) StateListMessages

func (m *MockFullNode) StateListMessages(arg0 context.Context, arg1 *api.MessageMatch, arg2 types.TipSetKey, arg3 abi.ChainEpoch) ([]cid.Cid, error)

StateListMessages mocks base method.

func (*MockFullNode) StateListMiners

func (m *MockFullNode) StateListMiners(arg0 context.Context, arg1 types.TipSetKey) ([]address.Address, error)

StateListMiners mocks base method.

func (*MockFullNode) StateLookupID

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

StateLookupID mocks base method.

func (*MockFullNode) StateLookupRobustAddress added in v1.15.3

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

StateLookupRobustAddress mocks base method.

func (*MockFullNode) StateMarketBalance

func (m *MockFullNode) StateMarketBalance(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (api.MarketBalance, error)

StateMarketBalance mocks base method.

func (*MockFullNode) StateMarketDeals

func (m *MockFullNode) StateMarketDeals(arg0 context.Context, arg1 types.TipSetKey) (map[string]*api.MarketDeal, error)

StateMarketDeals mocks base method.

func (*MockFullNode) StateMarketParticipants

func (m *MockFullNode) StateMarketParticipants(arg0 context.Context, arg1 types.TipSetKey) (map[string]api.MarketBalance, error)

StateMarketParticipants mocks base method.

func (*MockFullNode) StateMarketStorageDeal

func (m *MockFullNode) StateMarketStorageDeal(arg0 context.Context, arg1 abi.DealID, arg2 types.TipSetKey) (*api.MarketDeal, error)

StateMarketStorageDeal mocks base method.

func (*MockFullNode) StateMinerActiveSectors

func (m *MockFullNode) StateMinerActiveSectors(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) ([]*miner.SectorOnChainInfo, error)

StateMinerActiveSectors mocks base method.

func (*MockFullNode) StateMinerAllocated added in v1.17.2

func (m *MockFullNode) StateMinerAllocated(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*bitfield.BitField, error)

StateMinerAllocated mocks base method.

func (*MockFullNode) StateMinerAvailableBalance

func (m *MockFullNode) StateMinerAvailableBalance(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (big.Int, error)

StateMinerAvailableBalance mocks base method.

func (*MockFullNode) StateMinerDeadlines

func (m *MockFullNode) StateMinerDeadlines(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) ([]api.Deadline, error)

StateMinerDeadlines mocks base method.

func (*MockFullNode) StateMinerFaults

func (m *MockFullNode) StateMinerFaults(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (bitfield.BitField, error)

StateMinerFaults mocks base method.

func (*MockFullNode) StateMinerInfo

func (m *MockFullNode) StateMinerInfo(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (api.MinerInfo, error)

StateMinerInfo mocks base method.

func (*MockFullNode) StateMinerInitialPledgeCollateral

func (m *MockFullNode) StateMinerInitialPledgeCollateral(arg0 context.Context, arg1 address.Address, arg2 miner.SectorPreCommitInfo, arg3 types.TipSetKey) (big.Int, error)

StateMinerInitialPledgeCollateral mocks base method.

func (*MockFullNode) StateMinerPartitions

func (m *MockFullNode) StateMinerPartitions(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3 types.TipSetKey) ([]api.Partition, error)

StateMinerPartitions mocks base method.

func (*MockFullNode) StateMinerPower

func (m *MockFullNode) StateMinerPower(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*api.MinerPower, error)

StateMinerPower mocks base method.

func (*MockFullNode) StateMinerPreCommitDepositForPower

func (m *MockFullNode) StateMinerPreCommitDepositForPower(arg0 context.Context, arg1 address.Address, arg2 miner.SectorPreCommitInfo, arg3 types.TipSetKey) (big.Int, error)

StateMinerPreCommitDepositForPower mocks base method.

func (*MockFullNode) StateMinerProvingDeadline

func (m *MockFullNode) StateMinerProvingDeadline(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*dline.Info, error)

StateMinerProvingDeadline mocks base method.

func (*MockFullNode) StateMinerRecoveries

func (m *MockFullNode) StateMinerRecoveries(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (bitfield.BitField, error)

StateMinerRecoveries mocks base method.

func (*MockFullNode) StateMinerSectorAllocated

func (m *MockFullNode) StateMinerSectorAllocated(arg0 context.Context, arg1 address.Address, arg2 abi.SectorNumber, arg3 types.TipSetKey) (bool, error)

StateMinerSectorAllocated mocks base method.

func (*MockFullNode) StateMinerSectorCount

func (m *MockFullNode) StateMinerSectorCount(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (api.MinerSectors, error)

StateMinerSectorCount mocks base method.

func (*MockFullNode) StateMinerSectors

func (m *MockFullNode) StateMinerSectors(arg0 context.Context, arg1 address.Address, arg2 *bitfield.BitField, arg3 types.TipSetKey) ([]*miner.SectorOnChainInfo, error)

StateMinerSectors mocks base method.

func (*MockFullNode) StateNetworkName

func (m *MockFullNode) StateNetworkName(arg0 context.Context) (dtypes.NetworkName, error)

StateNetworkName mocks base method.

func (*MockFullNode) StateNetworkVersion

func (m *MockFullNode) StateNetworkVersion(arg0 context.Context, arg1 types.TipSetKey) (network.Version, error)

StateNetworkVersion mocks base method.

func (*MockFullNode) StateReadState

func (m *MockFullNode) StateReadState(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*api.ActorState, error)

StateReadState mocks base method.

func (*MockFullNode) StateReplay

func (m *MockFullNode) StateReplay(arg0 context.Context, arg1 types.TipSetKey, arg2 cid.Cid) (*api.InvocResult, error)

StateReplay mocks base method.

func (*MockFullNode) StateSearchMsg

func (m *MockFullNode) StateSearchMsg(arg0 context.Context, arg1 types.TipSetKey, arg2 cid.Cid, arg3 abi.ChainEpoch, arg4 bool) (*api.MsgLookup, error)

StateSearchMsg mocks base method.

func (*MockFullNode) StateSectorExpiration

func (m *MockFullNode) StateSectorExpiration(arg0 context.Context, arg1 address.Address, arg2 abi.SectorNumber, arg3 types.TipSetKey) (*miner0.SectorExpiration, error)

StateSectorExpiration mocks base method.

func (*MockFullNode) StateSectorGetInfo

func (m *MockFullNode) StateSectorGetInfo(arg0 context.Context, arg1 address.Address, arg2 abi.SectorNumber, arg3 types.TipSetKey) (*miner.SectorOnChainInfo, error)

StateSectorGetInfo mocks base method.

func (*MockFullNode) StateSectorPartition

func (m *MockFullNode) StateSectorPartition(arg0 context.Context, arg1 address.Address, arg2 abi.SectorNumber, arg3 types.TipSetKey) (*miner0.SectorLocation, error)

StateSectorPartition mocks base method.

func (*MockFullNode) StateSectorPreCommitInfo

func (m *MockFullNode) StateSectorPreCommitInfo(arg0 context.Context, arg1 address.Address, arg2 abi.SectorNumber, arg3 types.TipSetKey) (*miner.SectorPreCommitOnChainInfo, error)

StateSectorPreCommitInfo mocks base method.

func (*MockFullNode) StateVMCirculatingSupplyInternal

func (m *MockFullNode) StateVMCirculatingSupplyInternal(arg0 context.Context, arg1 types.TipSetKey) (api.CirculatingSupply, error)

StateVMCirculatingSupplyInternal mocks base method.

func (*MockFullNode) StateVerifiedClientStatus

func (m *MockFullNode) StateVerifiedClientStatus(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*big.Int, error)

StateVerifiedClientStatus mocks base method.

func (*MockFullNode) StateVerifiedRegistryRootKey

func (m *MockFullNode) StateVerifiedRegistryRootKey(arg0 context.Context, arg1 types.TipSetKey) (address.Address, error)

StateVerifiedRegistryRootKey mocks base method.

func (*MockFullNode) StateVerifierStatus

func (m *MockFullNode) StateVerifierStatus(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*big.Int, error)

StateVerifierStatus mocks base method.

func (*MockFullNode) StateWaitMsg

func (m *MockFullNode) StateWaitMsg(arg0 context.Context, arg1 cid.Cid, arg2 uint64, arg3 abi.ChainEpoch, arg4 bool) (*api.MsgLookup, error)

StateWaitMsg mocks base method.

func (*MockFullNode) SubscribeActorEventsRaw added in v1.26.0

func (m *MockFullNode) SubscribeActorEventsRaw(arg0 context.Context, arg1 *types.ActorEventFilter) (<-chan *types.ActorEvent, error)

SubscribeActorEventsRaw mocks base method.

func (*MockFullNode) SyncCheckBad

func (m *MockFullNode) SyncCheckBad(arg0 context.Context, arg1 cid.Cid) (string, error)

SyncCheckBad mocks base method.

func (*MockFullNode) SyncCheckpoint

func (m *MockFullNode) SyncCheckpoint(arg0 context.Context, arg1 types.TipSetKey) error

SyncCheckpoint mocks base method.

func (*MockFullNode) SyncIncomingBlocks

func (m *MockFullNode) SyncIncomingBlocks(arg0 context.Context) (<-chan *types.BlockHeader, error)

SyncIncomingBlocks mocks base method.

func (*MockFullNode) SyncMarkBad

func (m *MockFullNode) SyncMarkBad(arg0 context.Context, arg1 cid.Cid) error

SyncMarkBad mocks base method.

func (*MockFullNode) SyncState

func (m *MockFullNode) SyncState(arg0 context.Context) (*api.SyncState, error)

SyncState mocks base method.

func (*MockFullNode) SyncSubmitBlock

func (m *MockFullNode) SyncSubmitBlock(arg0 context.Context, arg1 *types.BlockMsg) error

SyncSubmitBlock mocks base method.

func (*MockFullNode) SyncUnmarkAllBad

func (m *MockFullNode) SyncUnmarkAllBad(arg0 context.Context) error

SyncUnmarkAllBad mocks base method.

func (*MockFullNode) SyncUnmarkBad

func (m *MockFullNode) SyncUnmarkBad(arg0 context.Context, arg1 cid.Cid) error

SyncUnmarkBad mocks base method.

func (*MockFullNode) SyncValidateTipset

func (m *MockFullNode) SyncValidateTipset(arg0 context.Context, arg1 types.TipSetKey) (bool, error)

SyncValidateTipset mocks base method.

func (*MockFullNode) Version

func (m *MockFullNode) Version(arg0 context.Context) (api.APIVersion, error)

Version mocks base method.

func (*MockFullNode) WalletBalance

func (m *MockFullNode) WalletBalance(arg0 context.Context, arg1 address.Address) (big.Int, error)

WalletBalance mocks base method.

func (*MockFullNode) WalletDefaultAddress

func (m *MockFullNode) WalletDefaultAddress(arg0 context.Context) (address.Address, error)

WalletDefaultAddress mocks base method.

func (*MockFullNode) WalletDelete

func (m *MockFullNode) WalletDelete(arg0 context.Context, arg1 address.Address) error

WalletDelete mocks base method.

func (*MockFullNode) WalletExport

func (m *MockFullNode) WalletExport(arg0 context.Context, arg1 address.Address) (*types.KeyInfo, error)

WalletExport mocks base method.

func (*MockFullNode) WalletHas

func (m *MockFullNode) WalletHas(arg0 context.Context, arg1 address.Address) (bool, error)

WalletHas mocks base method.

func (*MockFullNode) WalletImport

func (m *MockFullNode) WalletImport(arg0 context.Context, arg1 *types.KeyInfo) (address.Address, error)

WalletImport mocks base method.

func (*MockFullNode) WalletList

func (m *MockFullNode) WalletList(arg0 context.Context) ([]address.Address, error)

WalletList mocks base method.

func (*MockFullNode) WalletNew

func (m *MockFullNode) WalletNew(arg0 context.Context, arg1 types.KeyType) (address.Address, error)

WalletNew mocks base method.

func (*MockFullNode) WalletSetDefault

func (m *MockFullNode) WalletSetDefault(arg0 context.Context, arg1 address.Address) error

WalletSetDefault mocks base method.

func (*MockFullNode) WalletSign

func (m *MockFullNode) WalletSign(arg0 context.Context, arg1 address.Address, arg2 []byte) (*crypto.Signature, error)

WalletSign mocks base method.

func (*MockFullNode) WalletSignMessage

func (m *MockFullNode) WalletSignMessage(arg0 context.Context, arg1 address.Address, arg2 *types.Message) (*types.SignedMessage, error)

WalletSignMessage mocks base method.

func (*MockFullNode) WalletValidateAddress

func (m *MockFullNode) WalletValidateAddress(arg0 context.Context, arg1 string) (address.Address, error)

WalletValidateAddress mocks base method.

func (*MockFullNode) WalletVerify

func (m *MockFullNode) WalletVerify(arg0 context.Context, arg1 address.Address, arg2 []byte, arg3 *crypto.Signature) (bool, error)

WalletVerify mocks base method.

func (*MockFullNode) Web3ClientVersion added in v1.20.0

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) AuthNew

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

AuthNew indicates an expected call of AuthNew.

func (*MockFullNodeMockRecorder) AuthVerify

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

AuthVerify indicates an expected call of AuthVerify.

func (*MockFullNodeMockRecorder) ChainBlockstoreInfo added in v1.11.1

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

ChainBlockstoreInfo indicates an expected call of ChainBlockstoreInfo.

func (*MockFullNodeMockRecorder) ChainCheckBlockstore added in v1.11.1

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

ChainCheckBlockstore indicates an expected call of ChainCheckBlockstore.

func (*MockFullNodeMockRecorder) ChainDeleteObj

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

ChainDeleteObj indicates an expected call of ChainDeleteObj.

func (*MockFullNodeMockRecorder) ChainExport

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

ChainExport indicates an expected call of ChainExport.

func (*MockFullNodeMockRecorder) ChainExportRangeInternal added in v1.23.0

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

ChainExportRangeInternal indicates an expected call of ChainExportRangeInternal.

func (*MockFullNodeMockRecorder) ChainGetBlock

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

ChainGetBlock indicates an expected call of ChainGetBlock.

func (*MockFullNodeMockRecorder) ChainGetBlockMessages

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

ChainGetBlockMessages indicates an expected call of ChainGetBlockMessages.

func (*MockFullNodeMockRecorder) ChainGetEvents added in v1.20.0

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

ChainGetEvents indicates an expected call of ChainGetEvents.

func (*MockFullNodeMockRecorder) ChainGetGenesis

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

ChainGetGenesis indicates an expected call of ChainGetGenesis.

func (*MockFullNodeMockRecorder) ChainGetMessage

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

ChainGetMessage indicates an expected call of ChainGetMessage.

func (*MockFullNodeMockRecorder) ChainGetMessagesInTipset added in v1.11.1

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

ChainGetMessagesInTipset indicates an expected call of ChainGetMessagesInTipset.

func (*MockFullNodeMockRecorder) ChainGetNode

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

ChainGetNode indicates an expected call of ChainGetNode.

func (*MockFullNodeMockRecorder) ChainGetParentMessages

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

ChainGetParentMessages indicates an expected call of ChainGetParentMessages.

func (*MockFullNodeMockRecorder) ChainGetParentReceipts

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

ChainGetParentReceipts indicates an expected call of ChainGetParentReceipts.

func (*MockFullNodeMockRecorder) ChainGetPath

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

ChainGetPath indicates an expected call of ChainGetPath.

func (*MockFullNodeMockRecorder) ChainGetTipSet

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

ChainGetTipSet indicates an expected call of ChainGetTipSet.

func (*MockFullNodeMockRecorder) ChainGetTipSetAfterHeight added in v1.11.2

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

ChainGetTipSetAfterHeight indicates an expected call of ChainGetTipSetAfterHeight.

func (*MockFullNodeMockRecorder) ChainGetTipSetByHeight

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

ChainGetTipSetByHeight indicates an expected call of ChainGetTipSetByHeight.

func (*MockFullNodeMockRecorder) ChainHasObj

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

ChainHasObj indicates an expected call of ChainHasObj.

func (*MockFullNodeMockRecorder) ChainHead

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

ChainHead indicates an expected call of ChainHead.

func (*MockFullNodeMockRecorder) ChainHotGC added in v1.23.0

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

ChainHotGC indicates an expected call of ChainHotGC.

func (*MockFullNodeMockRecorder) ChainNotify

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

ChainNotify indicates an expected call of ChainNotify.

func (*MockFullNodeMockRecorder) ChainPrune added in v1.17.1

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

ChainPrune indicates an expected call of ChainPrune.

func (*MockFullNodeMockRecorder) ChainPutObj added in v1.16.0

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

ChainPutObj indicates an expected call of ChainPutObj.

func (*MockFullNodeMockRecorder) ChainReadObj

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

ChainReadObj indicates an expected call of ChainReadObj.

func (*MockFullNodeMockRecorder) ChainSetHead

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

ChainSetHead indicates an expected call of ChainSetHead.

func (*MockFullNodeMockRecorder) ChainStatObj

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

ChainStatObj indicates an expected call of ChainStatObj.

func (*MockFullNodeMockRecorder) ChainTipSetWeight

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

ChainTipSetWeight indicates an expected call of ChainTipSetWeight.

func (*MockFullNodeMockRecorder) ClientCalcCommP

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

ClientCalcCommP indicates an expected call of ClientCalcCommP.

func (*MockFullNodeMockRecorder) ClientCancelDataTransfer

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

ClientCancelDataTransfer indicates an expected call of ClientCancelDataTransfer.

func (*MockFullNodeMockRecorder) ClientCancelRetrievalDeal added in v1.9.0

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

ClientCancelRetrievalDeal indicates an expected call of ClientCancelRetrievalDeal.

func (*MockFullNodeMockRecorder) ClientDataTransferUpdates

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

ClientDataTransferUpdates indicates an expected call of ClientDataTransferUpdates.

func (*MockFullNodeMockRecorder) ClientDealPieceCID

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

ClientDealPieceCID indicates an expected call of ClientDealPieceCID.

func (*MockFullNodeMockRecorder) ClientDealSize

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

ClientDealSize indicates an expected call of ClientDealSize.

func (*MockFullNodeMockRecorder) ClientExport added in v1.13.2

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

ClientExport indicates an expected call of ClientExport.

func (*MockFullNodeMockRecorder) ClientFindData

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

ClientFindData indicates an expected call of ClientFindData.

func (*MockFullNodeMockRecorder) ClientGenCar

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

ClientGenCar indicates an expected call of ClientGenCar.

func (*MockFullNodeMockRecorder) ClientGetDealInfo

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

ClientGetDealInfo indicates an expected call of ClientGetDealInfo.

func (*MockFullNodeMockRecorder) ClientGetDealStatus

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

ClientGetDealStatus indicates an expected call of ClientGetDealStatus.

func (*MockFullNodeMockRecorder) ClientGetDealUpdates

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

ClientGetDealUpdates indicates an expected call of ClientGetDealUpdates.

func (*MockFullNodeMockRecorder) ClientGetRetrievalUpdates added in v1.11.0

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

ClientGetRetrievalUpdates indicates an expected call of ClientGetRetrievalUpdates.

func (*MockFullNodeMockRecorder) ClientHasLocal

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

ClientHasLocal indicates an expected call of ClientHasLocal.

func (*MockFullNodeMockRecorder) ClientImport

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

ClientImport indicates an expected call of ClientImport.

func (*MockFullNodeMockRecorder) ClientListDataTransfers

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

ClientListDataTransfers indicates an expected call of ClientListDataTransfers.

func (*MockFullNodeMockRecorder) ClientListDeals

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

ClientListDeals indicates an expected call of ClientListDeals.

func (*MockFullNodeMockRecorder) ClientListImports

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

ClientListImports indicates an expected call of ClientListImports.

func (*MockFullNodeMockRecorder) ClientListRetrievals added in v1.11.0

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

ClientListRetrievals indicates an expected call of ClientListRetrievals.

func (*MockFullNodeMockRecorder) ClientMinerQueryOffer

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

ClientMinerQueryOffer indicates an expected call of ClientMinerQueryOffer.

func (*MockFullNodeMockRecorder) ClientQueryAsk

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

ClientQueryAsk indicates an expected call of ClientQueryAsk.

func (*MockFullNodeMockRecorder) ClientRemoveImport

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

ClientRemoveImport indicates an expected call of ClientRemoveImport.

func (*MockFullNodeMockRecorder) ClientRestartDataTransfer

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

ClientRestartDataTransfer indicates an expected call of ClientRestartDataTransfer.

func (*MockFullNodeMockRecorder) ClientRetrieve

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

ClientRetrieve indicates an expected call of ClientRetrieve.

func (*MockFullNodeMockRecorder) ClientRetrieveTryRestartInsufficientFunds

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

ClientRetrieveTryRestartInsufficientFunds indicates an expected call of ClientRetrieveTryRestartInsufficientFunds.

func (*MockFullNodeMockRecorder) ClientRetrieveWait added in v1.13.2

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

ClientRetrieveWait indicates an expected call of ClientRetrieveWait.

func (*MockFullNodeMockRecorder) ClientStartDeal

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

ClientStartDeal indicates an expected call of ClientStartDeal.

func (*MockFullNodeMockRecorder) ClientStatelessDeal added in v1.11.0

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

ClientStatelessDeal indicates an expected call of ClientStatelessDeal.

func (*MockFullNodeMockRecorder) Closing

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

Closing indicates an expected call of Closing.

func (*MockFullNodeMockRecorder) CreateBackup

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

CreateBackup indicates an expected call of CreateBackup.

func (*MockFullNodeMockRecorder) Discover added in v1.9.0

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

Discover indicates an expected call of Discover.

func (*MockFullNodeMockRecorder) EthAccounts added in v1.20.0

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

EthAccounts indicates an expected call of EthAccounts.

func (*MockFullNodeMockRecorder) EthAddressToFilecoinAddress added in v1.20.0

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

EthAddressToFilecoinAddress indicates an expected call of EthAddressToFilecoinAddress.

func (*MockFullNodeMockRecorder) EthBlockNumber added in v1.20.0

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

EthBlockNumber indicates an expected call of EthBlockNumber.

func (*MockFullNodeMockRecorder) EthCall added in v1.20.0

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

EthCall indicates an expected call of EthCall.

func (*MockFullNodeMockRecorder) EthChainId added in v1.20.0

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

EthChainId indicates an expected call of EthChainId.

func (*MockFullNodeMockRecorder) EthEstimateGas added in v1.20.0

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

EthEstimateGas indicates an expected call of EthEstimateGas.

func (*MockFullNodeMockRecorder) EthFeeHistory added in v1.20.0

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

EthFeeHistory indicates an expected call of EthFeeHistory.

func (*MockFullNodeMockRecorder) EthGasPrice added in v1.20.0

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

EthGasPrice indicates an expected call of EthGasPrice.

func (*MockFullNodeMockRecorder) EthGetBalance added in v1.20.0

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

EthGetBalance indicates an expected call of EthGetBalance.

func (*MockFullNodeMockRecorder) EthGetBlockByHash added in v1.20.0

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

EthGetBlockByHash indicates an expected call of EthGetBlockByHash.

func (*MockFullNodeMockRecorder) EthGetBlockByNumber added in v1.20.0

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

EthGetBlockByNumber indicates an expected call of EthGetBlockByNumber.

func (*MockFullNodeMockRecorder) EthGetBlockTransactionCountByHash added in v1.20.0

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

EthGetBlockTransactionCountByHash indicates an expected call of EthGetBlockTransactionCountByHash.

func (*MockFullNodeMockRecorder) EthGetBlockTransactionCountByNumber added in v1.20.0

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

EthGetBlockTransactionCountByNumber indicates an expected call of EthGetBlockTransactionCountByNumber.

func (*MockFullNodeMockRecorder) EthGetCode added in v1.20.0

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

EthGetCode indicates an expected call of EthGetCode.

func (*MockFullNodeMockRecorder) EthGetFilterChanges added in v1.20.0

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

EthGetFilterChanges indicates an expected call of EthGetFilterChanges.

func (*MockFullNodeMockRecorder) EthGetFilterLogs added in v1.20.0

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

EthGetFilterLogs indicates an expected call of EthGetFilterLogs.

func (*MockFullNodeMockRecorder) EthGetLogs added in v1.20.0

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

EthGetLogs indicates an expected call of EthGetLogs.

func (*MockFullNodeMockRecorder) EthGetMessageCidByTransactionHash added in v1.20.0

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

EthGetMessageCidByTransactionHash indicates an expected call of EthGetMessageCidByTransactionHash.

func (*MockFullNodeMockRecorder) EthGetStorageAt added in v1.20.0

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

EthGetStorageAt indicates an expected call of EthGetStorageAt.

func (*MockFullNodeMockRecorder) EthGetTransactionByBlockHashAndIndex added in v1.20.0

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

EthGetTransactionByBlockHashAndIndex indicates an expected call of EthGetTransactionByBlockHashAndIndex.

func (*MockFullNodeMockRecorder) EthGetTransactionByBlockNumberAndIndex added in v1.20.0

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

EthGetTransactionByBlockNumberAndIndex indicates an expected call of EthGetTransactionByBlockNumberAndIndex.

func (*MockFullNodeMockRecorder) EthGetTransactionByHash added in v1.20.0

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

EthGetTransactionByHash indicates an expected call of EthGetTransactionByHash.

func (*MockFullNodeMockRecorder) EthGetTransactionByHashLimited added in v1.23.0

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

EthGetTransactionByHashLimited indicates an expected call of EthGetTransactionByHashLimited.

func (*MockFullNodeMockRecorder) EthGetTransactionCount added in v1.20.0

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

EthGetTransactionCount indicates an expected call of EthGetTransactionCount.

func (*MockFullNodeMockRecorder) EthGetTransactionHashByCid added in v1.20.0

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

EthGetTransactionHashByCid indicates an expected call of EthGetTransactionHashByCid.

func (*MockFullNodeMockRecorder) EthGetTransactionReceipt added in v1.20.0

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

EthGetTransactionReceipt indicates an expected call of EthGetTransactionReceipt.

func (*MockFullNodeMockRecorder) EthGetTransactionReceiptLimited added in v1.23.0

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

EthGetTransactionReceiptLimited indicates an expected call of EthGetTransactionReceiptLimited.

func (*MockFullNodeMockRecorder) EthMaxPriorityFeePerGas added in v1.20.0

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

EthMaxPriorityFeePerGas indicates an expected call of EthMaxPriorityFeePerGas.

func (*MockFullNodeMockRecorder) EthNewBlockFilter added in v1.20.0

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

EthNewBlockFilter indicates an expected call of EthNewBlockFilter.

func (*MockFullNodeMockRecorder) EthNewFilter added in v1.20.0

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

EthNewFilter indicates an expected call of EthNewFilter.

func (*MockFullNodeMockRecorder) EthNewPendingTransactionFilter added in v1.20.0

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

EthNewPendingTransactionFilter indicates an expected call of EthNewPendingTransactionFilter.

func (*MockFullNodeMockRecorder) EthProtocolVersion added in v1.20.0

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

EthProtocolVersion indicates an expected call of EthProtocolVersion.

func (*MockFullNodeMockRecorder) EthSendRawTransaction added in v1.20.0

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

EthSendRawTransaction indicates an expected call of EthSendRawTransaction.

func (*MockFullNodeMockRecorder) EthSubscribe added in v1.20.0

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

EthSubscribe indicates an expected call of EthSubscribe.

func (*MockFullNodeMockRecorder) EthSyncing added in v1.23.3

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

EthSyncing indicates an expected call of EthSyncing.

func (*MockFullNodeMockRecorder) EthTraceBlock added in v1.25.0

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

EthTraceBlock indicates an expected call of EthTraceBlock.

func (*MockFullNodeMockRecorder) EthTraceReplayBlockTransactions added in v1.25.0

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

EthTraceReplayBlockTransactions indicates an expected call of EthTraceReplayBlockTransactions.

func (*MockFullNodeMockRecorder) EthUninstallFilter added in v1.20.0

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

EthUninstallFilter indicates an expected call of EthUninstallFilter.

func (*MockFullNodeMockRecorder) EthUnsubscribe added in v1.20.0

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

EthUnsubscribe indicates an expected call of EthUnsubscribe.

func (*MockFullNodeMockRecorder) FilecoinAddressToEthAddress added in v1.20.0

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

FilecoinAddressToEthAddress indicates an expected call of FilecoinAddressToEthAddress.

func (*MockFullNodeMockRecorder) GasEstimateFeeCap

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

GasEstimateFeeCap indicates an expected call of GasEstimateFeeCap.

func (*MockFullNodeMockRecorder) GasEstimateGasLimit

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

GasEstimateGasLimit indicates an expected call of GasEstimateGasLimit.

func (*MockFullNodeMockRecorder) GasEstimateGasPremium

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

GasEstimateGasPremium indicates an expected call of GasEstimateGasPremium.

func (*MockFullNodeMockRecorder) GasEstimateMessageGas

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

GasEstimateMessageGas indicates an expected call of GasEstimateMessageGas.

func (*MockFullNodeMockRecorder) GetActorEventsRaw added in v1.26.0

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

GetActorEventsRaw indicates an expected call of GetActorEventsRaw.

func (*MockFullNodeMockRecorder) ID

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

ID indicates an expected call of ID.

func (*MockFullNodeMockRecorder) LogAlerts added in v1.11.3

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

LogAlerts indicates an expected call of LogAlerts.

func (*MockFullNodeMockRecorder) LogList

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

LogList indicates an expected call of LogList.

func (*MockFullNodeMockRecorder) LogSetLevel

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

LogSetLevel indicates an expected call of LogSetLevel.

func (*MockFullNodeMockRecorder) MarketAddBalance

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

MarketAddBalance indicates an expected call of MarketAddBalance.

func (*MockFullNodeMockRecorder) MarketGetReserved

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

MarketGetReserved indicates an expected call of MarketGetReserved.

func (*MockFullNodeMockRecorder) MarketReleaseFunds

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

MarketReleaseFunds indicates an expected call of MarketReleaseFunds.

func (*MockFullNodeMockRecorder) MarketReserveFunds

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

MarketReserveFunds indicates an expected call of MarketReserveFunds.

func (*MockFullNodeMockRecorder) MarketWithdraw

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

MarketWithdraw indicates an expected call of MarketWithdraw.

func (*MockFullNodeMockRecorder) MinerCreateBlock

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

MinerCreateBlock indicates an expected call of MinerCreateBlock.

func (*MockFullNodeMockRecorder) MinerGetBaseInfo

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

MinerGetBaseInfo indicates an expected call of MinerGetBaseInfo.

func (*MockFullNodeMockRecorder) MpoolBatchPush

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

MpoolBatchPush indicates an expected call of MpoolBatchPush.

func (*MockFullNodeMockRecorder) MpoolBatchPushMessage

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

MpoolBatchPushMessage indicates an expected call of MpoolBatchPushMessage.

func (*MockFullNodeMockRecorder) MpoolBatchPushUntrusted

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

MpoolBatchPushUntrusted indicates an expected call of MpoolBatchPushUntrusted.

func (*MockFullNodeMockRecorder) MpoolCheckMessages added in v1.11.0

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

MpoolCheckMessages indicates an expected call of MpoolCheckMessages.

func (*MockFullNodeMockRecorder) MpoolCheckPendingMessages added in v1.11.0

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

MpoolCheckPendingMessages indicates an expected call of MpoolCheckPendingMessages.

func (*MockFullNodeMockRecorder) MpoolCheckReplaceMessages added in v1.11.0

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

MpoolCheckReplaceMessages indicates an expected call of MpoolCheckReplaceMessages.

func (*MockFullNodeMockRecorder) MpoolClear

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

MpoolClear indicates an expected call of MpoolClear.

func (*MockFullNodeMockRecorder) MpoolGetConfig

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

MpoolGetConfig indicates an expected call of MpoolGetConfig.

func (*MockFullNodeMockRecorder) MpoolGetNonce

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

MpoolGetNonce indicates an expected call of MpoolGetNonce.

func (*MockFullNodeMockRecorder) MpoolPending

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

MpoolPending indicates an expected call of MpoolPending.

func (*MockFullNodeMockRecorder) MpoolPush

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

MpoolPush indicates an expected call of MpoolPush.

func (*MockFullNodeMockRecorder) MpoolPushMessage

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

MpoolPushMessage indicates an expected call of MpoolPushMessage.

func (*MockFullNodeMockRecorder) MpoolPushUntrusted

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

MpoolPushUntrusted indicates an expected call of MpoolPushUntrusted.

func (*MockFullNodeMockRecorder) MpoolSelect

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

MpoolSelect indicates an expected call of MpoolSelect.

func (*MockFullNodeMockRecorder) MpoolSetConfig

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

MpoolSetConfig indicates an expected call of MpoolSetConfig.

func (*MockFullNodeMockRecorder) MpoolSub

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

MpoolSub indicates an expected call of MpoolSub.

func (*MockFullNodeMockRecorder) MsigAddApprove

func (mr *MockFullNodeMockRecorder) MsigAddApprove(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call

MsigAddApprove indicates an expected call of MsigAddApprove.

func (*MockFullNodeMockRecorder) MsigAddCancel

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

MsigAddCancel indicates an expected call of MsigAddCancel.

func (*MockFullNodeMockRecorder) MsigAddPropose

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

MsigAddPropose indicates an expected call of MsigAddPropose.

func (*MockFullNodeMockRecorder) MsigApprove

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

MsigApprove indicates an expected call of MsigApprove.

func (*MockFullNodeMockRecorder) MsigApproveTxnHash

func (mr *MockFullNodeMockRecorder) MsigApproveTxnHash(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8 interface{}) *gomock.Call

MsigApproveTxnHash indicates an expected call of MsigApproveTxnHash.

func (*MockFullNodeMockRecorder) MsigCancel

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

MsigCancel indicates an expected call of MsigCancel.

func (*MockFullNodeMockRecorder) MsigCancelTxnHash added in v1.13.2

func (mr *MockFullNodeMockRecorder) MsigCancelTxnHash(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call

MsigCancelTxnHash indicates an expected call of MsigCancelTxnHash.

func (*MockFullNodeMockRecorder) MsigCreate

func (mr *MockFullNodeMockRecorder) MsigCreate(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call

MsigCreate indicates an expected call of MsigCreate.

func (*MockFullNodeMockRecorder) MsigGetAvailableBalance

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

MsigGetAvailableBalance indicates an expected call of MsigGetAvailableBalance.

func (*MockFullNodeMockRecorder) MsigGetPending

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

MsigGetPending indicates an expected call of MsigGetPending.

func (*MockFullNodeMockRecorder) MsigGetVested

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

MsigGetVested indicates an expected call of MsigGetVested.

func (*MockFullNodeMockRecorder) MsigGetVestingSchedule

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

MsigGetVestingSchedule indicates an expected call of MsigGetVestingSchedule.

func (*MockFullNodeMockRecorder) MsigPropose

func (mr *MockFullNodeMockRecorder) MsigPropose(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call

MsigPropose indicates an expected call of MsigPropose.

func (*MockFullNodeMockRecorder) MsigRemoveSigner

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

MsigRemoveSigner indicates an expected call of MsigRemoveSigner.

func (*MockFullNodeMockRecorder) MsigSwapApprove

func (mr *MockFullNodeMockRecorder) MsigSwapApprove(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call

MsigSwapApprove indicates an expected call of MsigSwapApprove.

func (*MockFullNodeMockRecorder) MsigSwapCancel

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

MsigSwapCancel indicates an expected call of MsigSwapCancel.

func (*MockFullNodeMockRecorder) MsigSwapPropose

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

MsigSwapPropose indicates an expected call of MsigSwapPropose.

func (*MockFullNodeMockRecorder) NetAddrsListen

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

NetAddrsListen indicates an expected call of NetAddrsListen.

func (*MockFullNodeMockRecorder) NetAgentVersion

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

NetAgentVersion indicates an expected call of NetAgentVersion.

func (*MockFullNodeMockRecorder) NetAutoNatStatus

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

NetAutoNatStatus indicates an expected call of NetAutoNatStatus.

func (*MockFullNodeMockRecorder) NetBandwidthStats

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

NetBandwidthStats indicates an expected call of NetBandwidthStats.

func (*MockFullNodeMockRecorder) NetBandwidthStatsByPeer

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

NetBandwidthStatsByPeer indicates an expected call of NetBandwidthStatsByPeer.

func (*MockFullNodeMockRecorder) NetBandwidthStatsByProtocol

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

NetBandwidthStatsByProtocol indicates an expected call of NetBandwidthStatsByProtocol.

func (*MockFullNodeMockRecorder) NetBlockAdd

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

NetBlockAdd indicates an expected call of NetBlockAdd.

func (*MockFullNodeMockRecorder) NetBlockList

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

NetBlockList indicates an expected call of NetBlockList.

func (*MockFullNodeMockRecorder) NetBlockRemove

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

NetBlockRemove indicates an expected call of NetBlockRemove.

func (*MockFullNodeMockRecorder) NetConnect

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

NetConnect indicates an expected call of NetConnect.

func (*MockFullNodeMockRecorder) NetConnectedness

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

NetConnectedness indicates an expected call of NetConnectedness.

func (*MockFullNodeMockRecorder) NetDisconnect

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

NetDisconnect indicates an expected call of NetDisconnect.

func (*MockFullNodeMockRecorder) NetFindPeer

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

NetFindPeer indicates an expected call of NetFindPeer.

func (*MockFullNodeMockRecorder) NetLimit added in v1.14.0

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

NetLimit indicates an expected call of NetLimit.

func (*MockFullNodeMockRecorder) NetListening added in v1.20.0

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

NetListening indicates an expected call of NetListening.

func (*MockFullNodeMockRecorder) NetPeerInfo

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

NetPeerInfo indicates an expected call of NetPeerInfo.

func (*MockFullNodeMockRecorder) NetPeers

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

NetPeers indicates an expected call of NetPeers.

func (*MockFullNodeMockRecorder) NetPing added in v1.15.2

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

NetPing indicates an expected call of NetPing.

func (*MockFullNodeMockRecorder) NetProtectAdd added in v1.15.1

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

NetProtectAdd indicates an expected call of NetProtectAdd.

func (*MockFullNodeMockRecorder) NetProtectList added in v1.15.1

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

NetProtectList indicates an expected call of NetProtectList.

func (*MockFullNodeMockRecorder) NetProtectRemove added in v1.15.1

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

NetProtectRemove indicates an expected call of NetProtectRemove.

func (*MockFullNodeMockRecorder) NetPubsubScores

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

NetPubsubScores indicates an expected call of NetPubsubScores.

func (*MockFullNodeMockRecorder) NetSetLimit added in v1.14.0

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

NetSetLimit indicates an expected call of NetSetLimit.

func (*MockFullNodeMockRecorder) NetStat added in v1.14.0

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

NetStat indicates an expected call of NetStat.

func (*MockFullNodeMockRecorder) NetVersion added in v1.20.0

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

NetVersion indicates an expected call of NetVersion.

func (*MockFullNodeMockRecorder) NodeStatus added in v1.11.0

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

NodeStatus indicates an expected call of NodeStatus.

func (*MockFullNodeMockRecorder) PaychAllocateLane

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

PaychAllocateLane indicates an expected call of PaychAllocateLane.

func (*MockFullNodeMockRecorder) PaychAvailableFunds

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

PaychAvailableFunds indicates an expected call of PaychAvailableFunds.

func (*MockFullNodeMockRecorder) PaychAvailableFundsByFromTo

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

PaychAvailableFundsByFromTo indicates an expected call of PaychAvailableFundsByFromTo.

func (*MockFullNodeMockRecorder) PaychCollect

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

PaychCollect indicates an expected call of PaychCollect.

func (*MockFullNodeMockRecorder) PaychFund added in v1.15.1

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

PaychFund indicates an expected call of PaychFund.

func (*MockFullNodeMockRecorder) PaychGet

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

PaychGet indicates an expected call of PaychGet.

func (*MockFullNodeMockRecorder) PaychGetWaitReady

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

PaychGetWaitReady indicates an expected call of PaychGetWaitReady.

func (*MockFullNodeMockRecorder) PaychList

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

PaychList indicates an expected call of PaychList.

func (*MockFullNodeMockRecorder) PaychNewPayment

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

PaychNewPayment indicates an expected call of PaychNewPayment.

func (*MockFullNodeMockRecorder) PaychSettle

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

PaychSettle indicates an expected call of PaychSettle.

func (*MockFullNodeMockRecorder) PaychStatus

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

PaychStatus indicates an expected call of PaychStatus.

func (*MockFullNodeMockRecorder) PaychVoucherAdd

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

PaychVoucherAdd indicates an expected call of PaychVoucherAdd.

func (*MockFullNodeMockRecorder) PaychVoucherCheckSpendable

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

PaychVoucherCheckSpendable indicates an expected call of PaychVoucherCheckSpendable.

func (*MockFullNodeMockRecorder) PaychVoucherCheckValid

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

PaychVoucherCheckValid indicates an expected call of PaychVoucherCheckValid.

func (*MockFullNodeMockRecorder) PaychVoucherCreate

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

PaychVoucherCreate indicates an expected call of PaychVoucherCreate.

func (*MockFullNodeMockRecorder) PaychVoucherList

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

PaychVoucherList indicates an expected call of PaychVoucherList.

func (*MockFullNodeMockRecorder) PaychVoucherSubmit

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

PaychVoucherSubmit indicates an expected call of PaychVoucherSubmit.

func (*MockFullNodeMockRecorder) RaftLeader added in v1.19.0

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

RaftLeader indicates an expected call of RaftLeader.

func (*MockFullNodeMockRecorder) RaftState added in v1.19.0

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

RaftState indicates an expected call of RaftState.

func (*MockFullNodeMockRecorder) Session

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

Session indicates an expected call of Session.

func (*MockFullNodeMockRecorder) Shutdown

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

Shutdown indicates an expected call of Shutdown.

func (*MockFullNodeMockRecorder) StartTime added in v1.19.0

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

StartTime indicates an expected call of StartTime.

func (*MockFullNodeMockRecorder) StateAccountKey

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

StateAccountKey indicates an expected call of StateAccountKey.

func (*MockFullNodeMockRecorder) StateActorCodeCIDs added in v1.16.0

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

StateActorCodeCIDs indicates an expected call of StateActorCodeCIDs.

func (*MockFullNodeMockRecorder) StateActorManifestCID added in v1.17.2

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

StateActorManifestCID indicates an expected call of StateActorManifestCID.

func (*MockFullNodeMockRecorder) StateAllMinerFaults

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

StateAllMinerFaults indicates an expected call of StateAllMinerFaults.

func (*MockFullNodeMockRecorder) StateCall

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

StateCall indicates an expected call of StateCall.

func (*MockFullNodeMockRecorder) StateChangedActors

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

StateChangedActors indicates an expected call of StateChangedActors.

func (*MockFullNodeMockRecorder) StateCirculatingSupply

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

StateCirculatingSupply indicates an expected call of StateCirculatingSupply.

func (*MockFullNodeMockRecorder) StateCompute

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

StateCompute indicates an expected call of StateCompute.

func (*MockFullNodeMockRecorder) StateComputeDataCID added in v1.17.0

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

StateComputeDataCID indicates an expected call of StateComputeDataCID.

func (*MockFullNodeMockRecorder) StateDealProviderCollateralBounds

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

StateDealProviderCollateralBounds indicates an expected call of StateDealProviderCollateralBounds.

func (*MockFullNodeMockRecorder) StateDecodeParams

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

StateDecodeParams indicates an expected call of StateDecodeParams.

func (*MockFullNodeMockRecorder) StateEncodeParams added in v1.11.2

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

StateEncodeParams indicates an expected call of StateEncodeParams.

func (*MockFullNodeMockRecorder) StateGetActor

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

StateGetActor indicates an expected call of StateGetActor.

func (*MockFullNodeMockRecorder) StateGetAllAllocations added in v1.26.0

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

StateGetAllAllocations indicates an expected call of StateGetAllAllocations.

func (*MockFullNodeMockRecorder) StateGetAllClaims added in v1.26.0

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

StateGetAllClaims indicates an expected call of StateGetAllClaims.

func (*MockFullNodeMockRecorder) StateGetAllocation added in v1.18.0

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

StateGetAllocation indicates an expected call of StateGetAllocation.

func (*MockFullNodeMockRecorder) StateGetAllocationForPendingDeal added in v1.18.0

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

StateGetAllocationForPendingDeal indicates an expected call of StateGetAllocationForPendingDeal.

func (*MockFullNodeMockRecorder) StateGetAllocationIdForPendingDeal added in v1.26.0

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

StateGetAllocationIdForPendingDeal indicates an expected call of StateGetAllocationIdForPendingDeal.

func (*MockFullNodeMockRecorder) StateGetAllocations added in v1.18.0

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

StateGetAllocations indicates an expected call of StateGetAllocations.

func (*MockFullNodeMockRecorder) StateGetBeaconEntry added in v1.16.0

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

StateGetBeaconEntry indicates an expected call of StateGetBeaconEntry.

func (*MockFullNodeMockRecorder) StateGetClaim added in v1.18.0

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

StateGetClaim indicates an expected call of StateGetClaim.

func (*MockFullNodeMockRecorder) StateGetClaims added in v1.18.0

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

StateGetClaims indicates an expected call of StateGetClaims.

func (*MockFullNodeMockRecorder) StateGetNetworkParams added in v1.15.3

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

StateGetNetworkParams indicates an expected call of StateGetNetworkParams.

func (*MockFullNodeMockRecorder) StateGetRandomnessDigestFromBeacon added in v1.24.0

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

StateGetRandomnessDigestFromBeacon indicates an expected call of StateGetRandomnessDigestFromBeacon.

func (*MockFullNodeMockRecorder) StateGetRandomnessDigestFromTickets added in v1.24.0

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

StateGetRandomnessDigestFromTickets indicates an expected call of StateGetRandomnessDigestFromTickets.

func (*MockFullNodeMockRecorder) StateGetRandomnessFromBeacon added in v1.12.0

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

StateGetRandomnessFromBeacon indicates an expected call of StateGetRandomnessFromBeacon.

func (*MockFullNodeMockRecorder) StateGetRandomnessFromTickets added in v1.12.0

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

StateGetRandomnessFromTickets indicates an expected call of StateGetRandomnessFromTickets.

func (*MockFullNodeMockRecorder) StateListActors

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

StateListActors indicates an expected call of StateListActors.

func (*MockFullNodeMockRecorder) StateListMessages

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

StateListMessages indicates an expected call of StateListMessages.

func (*MockFullNodeMockRecorder) StateListMiners

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

StateListMiners indicates an expected call of StateListMiners.

func (*MockFullNodeMockRecorder) StateLookupID

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

StateLookupID indicates an expected call of StateLookupID.

func (*MockFullNodeMockRecorder) StateLookupRobustAddress added in v1.15.3

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

StateLookupRobustAddress indicates an expected call of StateLookupRobustAddress.

func (*MockFullNodeMockRecorder) StateMarketBalance

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

StateMarketBalance indicates an expected call of StateMarketBalance.

func (*MockFullNodeMockRecorder) StateMarketDeals

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

StateMarketDeals indicates an expected call of StateMarketDeals.

func (*MockFullNodeMockRecorder) StateMarketParticipants

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

StateMarketParticipants indicates an expected call of StateMarketParticipants.

func (*MockFullNodeMockRecorder) StateMarketStorageDeal

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

StateMarketStorageDeal indicates an expected call of StateMarketStorageDeal.

func (*MockFullNodeMockRecorder) StateMinerActiveSectors

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

StateMinerActiveSectors indicates an expected call of StateMinerActiveSectors.

func (*MockFullNodeMockRecorder) StateMinerAllocated added in v1.17.2

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

StateMinerAllocated indicates an expected call of StateMinerAllocated.

func (*MockFullNodeMockRecorder) StateMinerAvailableBalance

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

StateMinerAvailableBalance indicates an expected call of StateMinerAvailableBalance.

func (*MockFullNodeMockRecorder) StateMinerDeadlines

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

StateMinerDeadlines indicates an expected call of StateMinerDeadlines.

func (*MockFullNodeMockRecorder) StateMinerFaults

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

StateMinerFaults indicates an expected call of StateMinerFaults.

func (*MockFullNodeMockRecorder) StateMinerInfo

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

StateMinerInfo indicates an expected call of StateMinerInfo.

func (*MockFullNodeMockRecorder) StateMinerInitialPledgeCollateral

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

StateMinerInitialPledgeCollateral indicates an expected call of StateMinerInitialPledgeCollateral.

func (*MockFullNodeMockRecorder) StateMinerPartitions

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

StateMinerPartitions indicates an expected call of StateMinerPartitions.

func (*MockFullNodeMockRecorder) StateMinerPower

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

StateMinerPower indicates an expected call of StateMinerPower.

func (*MockFullNodeMockRecorder) StateMinerPreCommitDepositForPower

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

StateMinerPreCommitDepositForPower indicates an expected call of StateMinerPreCommitDepositForPower.

func (*MockFullNodeMockRecorder) StateMinerProvingDeadline

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

StateMinerProvingDeadline indicates an expected call of StateMinerProvingDeadline.

func (*MockFullNodeMockRecorder) StateMinerRecoveries

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

StateMinerRecoveries indicates an expected call of StateMinerRecoveries.

func (*MockFullNodeMockRecorder) StateMinerSectorAllocated

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

StateMinerSectorAllocated indicates an expected call of StateMinerSectorAllocated.

func (*MockFullNodeMockRecorder) StateMinerSectorCount

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

StateMinerSectorCount indicates an expected call of StateMinerSectorCount.

func (*MockFullNodeMockRecorder) StateMinerSectors

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

StateMinerSectors indicates an expected call of StateMinerSectors.

func (*MockFullNodeMockRecorder) StateNetworkName

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

StateNetworkName indicates an expected call of StateNetworkName.

func (*MockFullNodeMockRecorder) StateNetworkVersion

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

StateNetworkVersion indicates an expected call of StateNetworkVersion.

func (*MockFullNodeMockRecorder) StateReadState

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

StateReadState indicates an expected call of StateReadState.

func (*MockFullNodeMockRecorder) StateReplay

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

StateReplay indicates an expected call of StateReplay.

func (*MockFullNodeMockRecorder) StateSearchMsg

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

StateSearchMsg indicates an expected call of StateSearchMsg.

func (*MockFullNodeMockRecorder) StateSectorExpiration

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

StateSectorExpiration indicates an expected call of StateSectorExpiration.

func (*MockFullNodeMockRecorder) StateSectorGetInfo

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

StateSectorGetInfo indicates an expected call of StateSectorGetInfo.

func (*MockFullNodeMockRecorder) StateSectorPartition

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

StateSectorPartition indicates an expected call of StateSectorPartition.

func (*MockFullNodeMockRecorder) StateSectorPreCommitInfo

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

StateSectorPreCommitInfo indicates an expected call of StateSectorPreCommitInfo.

func (*MockFullNodeMockRecorder) StateVMCirculatingSupplyInternal

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

StateVMCirculatingSupplyInternal indicates an expected call of StateVMCirculatingSupplyInternal.

func (*MockFullNodeMockRecorder) StateVerifiedClientStatus

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

StateVerifiedClientStatus indicates an expected call of StateVerifiedClientStatus.

func (*MockFullNodeMockRecorder) StateVerifiedRegistryRootKey

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

StateVerifiedRegistryRootKey indicates an expected call of StateVerifiedRegistryRootKey.

func (*MockFullNodeMockRecorder) StateVerifierStatus

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

StateVerifierStatus indicates an expected call of StateVerifierStatus.

func (*MockFullNodeMockRecorder) StateWaitMsg

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

StateWaitMsg indicates an expected call of StateWaitMsg.

func (*MockFullNodeMockRecorder) SubscribeActorEventsRaw added in v1.26.0

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

SubscribeActorEventsRaw indicates an expected call of SubscribeActorEventsRaw.

func (*MockFullNodeMockRecorder) SyncCheckBad

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

SyncCheckBad indicates an expected call of SyncCheckBad.

func (*MockFullNodeMockRecorder) SyncCheckpoint

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

SyncCheckpoint indicates an expected call of SyncCheckpoint.

func (*MockFullNodeMockRecorder) SyncIncomingBlocks

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

SyncIncomingBlocks indicates an expected call of SyncIncomingBlocks.

func (*MockFullNodeMockRecorder) SyncMarkBad

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

SyncMarkBad indicates an expected call of SyncMarkBad.

func (*MockFullNodeMockRecorder) SyncState

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

SyncState indicates an expected call of SyncState.

func (*MockFullNodeMockRecorder) SyncSubmitBlock

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

SyncSubmitBlock indicates an expected call of SyncSubmitBlock.

func (*MockFullNodeMockRecorder) SyncUnmarkAllBad

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

SyncUnmarkAllBad indicates an expected call of SyncUnmarkAllBad.

func (*MockFullNodeMockRecorder) SyncUnmarkBad

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

SyncUnmarkBad indicates an expected call of SyncUnmarkBad.

func (*MockFullNodeMockRecorder) SyncValidateTipset

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

SyncValidateTipset indicates an expected call of SyncValidateTipset.

func (*MockFullNodeMockRecorder) Version

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

Version indicates an expected call of Version.

func (*MockFullNodeMockRecorder) WalletBalance

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

WalletBalance indicates an expected call of WalletBalance.

func (*MockFullNodeMockRecorder) WalletDefaultAddress

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

WalletDefaultAddress indicates an expected call of WalletDefaultAddress.

func (*MockFullNodeMockRecorder) WalletDelete

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

WalletDelete indicates an expected call of WalletDelete.

func (*MockFullNodeMockRecorder) WalletExport

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

WalletExport indicates an expected call of WalletExport.

func (*MockFullNodeMockRecorder) WalletHas

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

WalletHas indicates an expected call of WalletHas.

func (*MockFullNodeMockRecorder) WalletImport

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

WalletImport indicates an expected call of WalletImport.

func (*MockFullNodeMockRecorder) WalletList

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

WalletList indicates an expected call of WalletList.

func (*MockFullNodeMockRecorder) WalletNew

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

WalletNew indicates an expected call of WalletNew.

func (*MockFullNodeMockRecorder) WalletSetDefault

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

WalletSetDefault indicates an expected call of WalletSetDefault.

func (*MockFullNodeMockRecorder) WalletSign

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

WalletSign indicates an expected call of WalletSign.

func (*MockFullNodeMockRecorder) WalletSignMessage

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

WalletSignMessage indicates an expected call of WalletSignMessage.

func (*MockFullNodeMockRecorder) WalletValidateAddress

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

WalletValidateAddress indicates an expected call of WalletValidateAddress.

func (*MockFullNodeMockRecorder) WalletVerify

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

WalletVerify indicates an expected call of WalletVerify.

func (*MockFullNodeMockRecorder) Web3ClientVersion added in v1.20.0

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