Versions in this module Expand all Collapse all v1 v1.0.0 Aug 15, 2021 Changes in this version + type MockFullNode struct + func NewMockFullNode(ctrl *gomock.Controller) *MockFullNode + func (m *MockFullNode) AuthNew(arg0 context.Context, arg1 []auth.Permission) ([]byte, error) + func (m *MockFullNode) AuthVerify(arg0 context.Context, arg1 string) ([]auth.Permission, error) + func (m *MockFullNode) BeaconGetEntry(arg0 context.Context, arg1 abi.ChainEpoch) (*types.BeaconEntry, error) + func (m *MockFullNode) ChainAllowNoWindowPoSt(arg0 context.Context, arg1 types.TipSetKey, arg2 abi.ChainEpoch, ...) (bool, error) + func (m *MockFullNode) ChainDeleteObj(arg0 context.Context, arg1 cid.Cid) error + func (m *MockFullNode) ChainExport(arg0 context.Context, arg1 abi.ChainEpoch, arg2 bool, arg3 types.TipSetKey) (<-chan []byte, error) + func (m *MockFullNode) ChainGetBlock(arg0 context.Context, arg1 cid.Cid) (*types.BlockHeader, error) + func (m *MockFullNode) ChainGetBlockMessages(arg0 context.Context, arg1 cid.Cid) (*api.BlockMessages, error) + func (m *MockFullNode) ChainGetGenesis(arg0 context.Context) (*types.TipSet, error) + func (m *MockFullNode) ChainGetMessage(arg0 context.Context, arg1 cid.Cid) (*types.Message, error) + func (m *MockFullNode) ChainGetNode(arg0 context.Context, arg1 string) (*api.IpldObject, error) + func (m *MockFullNode) ChainGetParentMessages(arg0 context.Context, arg1 cid.Cid) ([]api.Message, error) + func (m *MockFullNode) ChainGetParentReceipts(arg0 context.Context, arg1 cid.Cid) ([]*types.MessageReceipt, error) + func (m *MockFullNode) ChainGetPath(arg0 context.Context, arg1, arg2 types.TipSetKey) ([]*api.HeadChange, error) + func (m *MockFullNode) ChainGetRandomnessFromBeacon(arg0 context.Context, arg1 types.TipSetKey, arg2 crypto.DomainSeparationTag, ...) (abi.Randomness, error) + func (m *MockFullNode) ChainGetRandomnessFromTickets(arg0 context.Context, arg1 types.TipSetKey, arg2 crypto.DomainSeparationTag, ...) (abi.Randomness, error) + func (m *MockFullNode) ChainGetTipSet(arg0 context.Context, arg1 types.TipSetKey) (*types.TipSet, error) + func (m *MockFullNode) ChainGetTipSetByHeight(arg0 context.Context, arg1 abi.ChainEpoch, arg2 types.TipSetKey) (*types.TipSet, error) + func (m *MockFullNode) ChainHasObj(arg0 context.Context, arg1 cid.Cid) (bool, error) + func (m *MockFullNode) ChainHead(arg0 context.Context) (*types.TipSet, error) + func (m *MockFullNode) ChainNotify(arg0 context.Context) (<-chan []*api.HeadChange, error) + func (m *MockFullNode) ChainReadObj(arg0 context.Context, arg1 cid.Cid) ([]byte, error) + func (m *MockFullNode) ChainSetHead(arg0 context.Context, arg1 types.TipSetKey) error + func (m *MockFullNode) ChainStatObj(arg0 context.Context, arg1, arg2 cid.Cid) (api.ObjStat, error) + func (m *MockFullNode) ChainTipSetWeight(arg0 context.Context, arg1 types.TipSetKey) (big.Int, error) + func (m *MockFullNode) ClientCalcCommP(arg0 context.Context, arg1 string) (*api.CommPRet, error) + func (m *MockFullNode) ClientCancelDataTransfer(arg0 context.Context, arg1 datatransfer.TransferID, arg2 peer.ID, arg3 bool) error + func (m *MockFullNode) ClientDataTransferUpdates(arg0 context.Context) (<-chan api.DataTransferChannel, error) + func (m *MockFullNode) ClientDealPieceCID(arg0 context.Context, arg1 cid.Cid) (api.DataCIDSize, error) + func (m *MockFullNode) ClientDealSize(arg0 context.Context, arg1 cid.Cid) (api.DataSize, error) + func (m *MockFullNode) ClientExpertNominate(arg0 context.Context, arg1, arg2 address.Address) (cid.Cid, error) + func (m *MockFullNode) ClientExpertRegisterFile(arg0 context.Context, arg1 *api.ExpertRegisterFileParams) (*cid.Cid, error) + func (m *MockFullNode) ClientFindData(arg0 context.Context, arg1 cid.Cid, arg2 *cid.Cid) ([]api.QueryOffer, error) + func (m *MockFullNode) ClientGenCar(arg0 context.Context, arg1 api.FileRef, arg2 string) error + func (m *MockFullNode) ClientGetDealInfo(arg0 context.Context, arg1 cid.Cid) (*api.DealInfo, error) + func (m *MockFullNode) ClientGetDealStatus(arg0 context.Context, arg1 uint64) (string, error) + func (m *MockFullNode) ClientGetDealUpdates(arg0 context.Context) (<-chan api.DealInfo, error) + func (m *MockFullNode) ClientHasLocal(arg0 context.Context, arg1 cid.Cid) (bool, error) + func (m *MockFullNode) ClientImport(arg0 context.Context, arg1 api.FileRef) (*api.ImportRes, error) + func (m *MockFullNode) ClientImportAndDeal(arg0 context.Context, arg1 *api.ImportAndDealParams) (*api.ImportRes, error) + func (m *MockFullNode) ClientListDataTransfers(arg0 context.Context) ([]api.DataTransferChannel, error) + func (m *MockFullNode) ClientListDeals(arg0 context.Context) ([]api.DealInfo, error) + func (m *MockFullNode) ClientListImports(arg0 context.Context) ([]api.Import, error) + func (m *MockFullNode) ClientMinerQueryOffer(arg0 context.Context, arg1 address.Address, arg2 cid.Cid, arg3 *cid.Cid) (api.QueryOffer, error) + func (m *MockFullNode) ClientQueryAsk(arg0 context.Context, arg1 peer.ID, arg2 address.Address) (*storagemarket.StorageAsk, error) + func (m *MockFullNode) ClientRemove(arg0 context.Context, arg1 cid.Cid, arg2 address.Address) (cid.Cid, error) + func (m *MockFullNode) ClientRemoveImport(arg0 context.Context, arg1 multistore.StoreID) error + func (m *MockFullNode) ClientRestartDataTransfer(arg0 context.Context, arg1 datatransfer.TransferID, arg2 peer.ID, arg3 bool) error + func (m *MockFullNode) ClientRetrieve(arg0 context.Context, arg1 api.RetrievalOrder, arg2 *api.FileRef) error + func (m *MockFullNode) ClientRetrieveApplyForWithdraw(arg0 context.Context, arg1 address.Address, arg2 address.Address, arg3 big.Int) (cid.Cid, error) + func (m *MockFullNode) ClientRetrieveBind(arg0 context.Context, arg1 address.Address, arg2 []address.Address, arg3 bool) (cid.Cid, error) + func (m *MockFullNode) ClientRetrieveGetDeal(arg0 context.Context, arg1 retrievalmarket.DealID) (*api.RetrievalDeal, error) + func (m *MockFullNode) ClientRetrieveListDeals(arg0 context.Context) (map[retrievalmarket.DealID]*api.RetrievalDeal, error) + func (m *MockFullNode) ClientRetrievePledge(arg0 context.Context, arg1, arg2 address.Address, arg3 []address.Address, ...) (cid.Cid, error) + func (m *MockFullNode) ClientRetrieveQuery(arg0 context.Context, arg1 address.Address, arg2 cid.Cid, arg3 *cid.Cid, ...) (*api.RetrievalDeal, error) + func (m *MockFullNode) ClientRetrieveTryRestartInsufficientFunds(arg0 context.Context, arg1 address.Address) error + func (m *MockFullNode) ClientRetrieveWithEvents(arg0 context.Context, arg1 api.RetrievalOrder, arg2 *api.FileRef) (<-chan marketevents.RetrievalEvent, error) + func (m *MockFullNode) ClientRetrieveWithdraw(arg0 context.Context, arg1 address.Address, arg2 big.Int) (cid.Cid, error) + func (m *MockFullNode) ClientStartDeal(arg0 context.Context, arg1 *api.StartDealParams) (*cid.Cid, error) + func (m *MockFullNode) Closing(arg0 context.Context) (<-chan struct{}, error) + func (m *MockFullNode) CreateBackup(arg0 context.Context, arg1 string) error + func (m *MockFullNode) EXPECT() *MockFullNodeMockRecorder + func (m *MockFullNode) FlowchAllocateLane(arg0 context.Context, arg1 address.Address) (uint64, error) + func (m *MockFullNode) FlowchAvailableFunds(arg0 context.Context, arg1 address.Address) (*api.ChannelAvailableFunds, error) + func (m *MockFullNode) FlowchAvailableFundsByFromTo(arg0 context.Context, arg1, arg2 address.Address) (*api.ChannelAvailableFunds, error) + func (m *MockFullNode) FlowchCollect(arg0 context.Context, arg1 address.Address) (cid.Cid, error) + func (m *MockFullNode) FlowchGet(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int) (*api.ChannelInfo, error) + func (m *MockFullNode) FlowchGetWaitReady(arg0 context.Context, arg1 cid.Cid) (address.Address, error) + func (m *MockFullNode) FlowchList(arg0 context.Context) ([]address.Address, error) + func (m *MockFullNode) FlowchNewPayment(arg0 context.Context, arg1, arg2 address.Address, arg3 []api.FlowVoucherSpec) (*api.FlowInfo, error) + func (m *MockFullNode) FlowchSettle(arg0 context.Context, arg1 address.Address) (cid.Cid, error) + func (m *MockFullNode) FlowchStatus(arg0 context.Context, arg1 address.Address) (*api.FlowchStatus, error) + func (m *MockFullNode) FlowchVoucherAdd(arg0 context.Context, arg1 address.Address, arg2 *flowch.SignedVoucher, ...) (big.Int, error) + func (m *MockFullNode) FlowchVoucherCheckSpendable(arg0 context.Context, arg1 address.Address, arg2 *flowch.SignedVoucher, ...) (bool, error) + func (m *MockFullNode) FlowchVoucherCheckValid(arg0 context.Context, arg1 address.Address, arg2 *flowch.SignedVoucher) error + func (m *MockFullNode) FlowchVoucherCreate(arg0 context.Context, arg1 address.Address, arg2 big.Int, arg3 uint64) (*api.FlowVoucherCreateResult, error) + func (m *MockFullNode) FlowchVoucherList(arg0 context.Context, arg1 address.Address) ([]*flowch.SignedVoucher, error) + func (m *MockFullNode) FlowchVoucherSubmit(arg0 context.Context, arg1 address.Address, arg2 *flowch.SignedVoucher, ...) (cid.Cid, error) + func (m *MockFullNode) GC(arg0 context.Context) error + func (m *MockFullNode) GasEstimateFeeCap(arg0 context.Context, arg1 *types.Message, arg2 int64, arg3 types.TipSetKey) (big.Int, error) + func (m *MockFullNode) GasEstimateGasLimit(arg0 context.Context, arg1 *types.Message, arg2 types.TipSetKey) (int64, error) + func (m *MockFullNode) GasEstimateGasPremium(arg0 context.Context, arg1 uint64, arg2 address.Address, arg3 int64, ...) (big.Int, error) + func (m *MockFullNode) GasEstimateMessageGas(arg0 context.Context, arg1 *types.Message, arg2 *api.MessageSendSpec, ...) (*types.Message, error) + func (m *MockFullNode) ID(arg0 context.Context) (peer.ID, error) + func (m *MockFullNode) LogList(arg0 context.Context) ([]string, error) + func (m *MockFullNode) LogSetLevel(arg0 context.Context, arg1, arg2 string) error + func (m *MockFullNode) MinerCreateBlock(arg0 context.Context, arg1 *api.BlockTemplate) (*types.BlockMsg, error) + func (m *MockFullNode) MinerGetBaseInfo(arg0 context.Context, arg1 address.Address, arg2 abi.ChainEpoch, ...) (*api.MiningBaseInfo, error) + func (m *MockFullNode) MpoolBatchPush(arg0 context.Context, arg1 []*types.SignedMessage) ([]cid.Cid, error) + func (m *MockFullNode) MpoolBatchPushMessage(arg0 context.Context, arg1 []*types.Message, arg2 *api.MessageSendSpec) ([]*types.SignedMessage, error) + func (m *MockFullNode) MpoolBatchPushUntrusted(arg0 context.Context, arg1 []*types.SignedMessage) ([]cid.Cid, error) + func (m *MockFullNode) MpoolClear(arg0 context.Context, arg1 bool) error + func (m *MockFullNode) MpoolGetConfig(arg0 context.Context) (*types.MpoolConfig, error) + func (m *MockFullNode) MpoolGetNonce(arg0 context.Context, arg1 address.Address) (uint64, error) + func (m *MockFullNode) MpoolPending(arg0 context.Context, arg1 types.TipSetKey) ([]*types.SignedMessage, error) + func (m *MockFullNode) MpoolPush(arg0 context.Context, arg1 *types.SignedMessage) (cid.Cid, error) + func (m *MockFullNode) MpoolPushMessage(arg0 context.Context, arg1 *types.Message, arg2 *api.MessageSendSpec) (*types.SignedMessage, error) + func (m *MockFullNode) MpoolPushUntrusted(arg0 context.Context, arg1 *types.SignedMessage) (cid.Cid, error) + func (m *MockFullNode) MpoolSelect(arg0 context.Context, arg1 types.TipSetKey, arg2 float64) ([]*types.SignedMessage, error) + func (m *MockFullNode) MpoolSetConfig(arg0 context.Context, arg1 *types.MpoolConfig) error + func (m *MockFullNode) MpoolSub(arg0 context.Context) (<-chan api.MpoolUpdate, error) + func (m *MockFullNode) MsigAddApprove(arg0 context.Context, arg1, arg2 address.Address, arg3 uint64, ...) (cid.Cid, error) + func (m *MockFullNode) MsigAddCancel(arg0 context.Context, arg1, arg2 address.Address, arg3 uint64, ...) (cid.Cid, error) + func (m *MockFullNode) MsigAddPropose(arg0 context.Context, arg1, arg2, arg3 address.Address, arg4 bool) (cid.Cid, error) + func (m *MockFullNode) MsigApprove(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3 address.Address) (cid.Cid, error) + func (m *MockFullNode) MsigApproveTxnHash(arg0 context.Context, arg1 address.Address, arg2 uint64, ...) (cid.Cid, error) + func (m *MockFullNode) MsigCancel(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3 address.Address, ...) (cid.Cid, error) + func (m *MockFullNode) MsigCreate(arg0 context.Context, arg1 uint64, arg2 []address.Address, arg3 abi.ChainEpoch, ...) (cid.Cid, error) + func (m *MockFullNode) MsigGetAvailableBalance(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (big.Int, error) + func (m *MockFullNode) MsigGetPending(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) ([]*api.MsigTransaction, error) + func (m *MockFullNode) MsigGetVested(arg0 context.Context, arg1 address.Address, arg2, arg3 types.TipSetKey) (big.Int, error) + func (m *MockFullNode) MsigGetVestingSchedule(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (api.MsigVesting, error) + func (m *MockFullNode) MsigPropose(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int, ...) (cid.Cid, error) + func (m *MockFullNode) MsigRemoveSigner(arg0 context.Context, arg1, arg2, arg3 address.Address, arg4 bool) (cid.Cid, error) + func (m *MockFullNode) MsigSwapApprove(arg0 context.Context, arg1, arg2 address.Address, arg3 uint64, ...) (cid.Cid, error) + func (m *MockFullNode) MsigSwapCancel(arg0 context.Context, arg1, arg2 address.Address, arg3 uint64, ...) (cid.Cid, error) + func (m *MockFullNode) MsigSwapPropose(arg0 context.Context, arg1, arg2, arg3, arg4 address.Address) (cid.Cid, error) + func (m *MockFullNode) NetAddrsListen(arg0 context.Context) (peer.AddrInfo, error) + func (m *MockFullNode) NetAgentVersion(arg0 context.Context, arg1 peer.ID) (string, error) + func (m *MockFullNode) NetAutoNatStatus(arg0 context.Context) (api.NatInfo, error) + func (m *MockFullNode) NetBandwidthStats(arg0 context.Context) (metrics.Stats, error) + func (m *MockFullNode) NetBandwidthStatsByPeer(arg0 context.Context) (map[string]metrics.Stats, error) + func (m *MockFullNode) NetBandwidthStatsByProtocol(arg0 context.Context) (map[protocol.ID]metrics.Stats, error) + func (m *MockFullNode) NetBlockAdd(arg0 context.Context, arg1 api.NetBlockList) error + func (m *MockFullNode) NetBlockList(arg0 context.Context) (api.NetBlockList, error) + func (m *MockFullNode) NetBlockRemove(arg0 context.Context, arg1 api.NetBlockList) error + func (m *MockFullNode) NetConnect(arg0 context.Context, arg1 peer.AddrInfo) error + func (m *MockFullNode) NetConnectedness(arg0 context.Context, arg1 peer.ID) (network0.Connectedness, error) + func (m *MockFullNode) NetDisconnect(arg0 context.Context, arg1 peer.ID) error + func (m *MockFullNode) NetFindPeer(arg0 context.Context, arg1 peer.ID) (peer.AddrInfo, error) + func (m *MockFullNode) NetPeerInfo(arg0 context.Context, arg1 peer.ID) (*api.ExtendedPeerInfo, error) + func (m *MockFullNode) NetPeers(arg0 context.Context) ([]peer.AddrInfo, error) + func (m *MockFullNode) NetPubsubScores(arg0 context.Context) ([]api.PubsubScore, error) + func (m *MockFullNode) PaychAllocateLane(arg0 context.Context, arg1 address.Address) (uint64, error) + func (m *MockFullNode) PaychAvailableFunds(arg0 context.Context, arg1 address.Address) (*api.ChannelAvailableFunds, error) + func (m *MockFullNode) PaychAvailableFundsByFromTo(arg0 context.Context, arg1, arg2 address.Address) (*api.ChannelAvailableFunds, error) + func (m *MockFullNode) PaychCollect(arg0 context.Context, arg1 address.Address) (cid.Cid, error) + func (m *MockFullNode) PaychGet(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int) (*api.ChannelInfo, error) + func (m *MockFullNode) PaychGetWaitReady(arg0 context.Context, arg1 cid.Cid) (address.Address, error) + func (m *MockFullNode) PaychList(arg0 context.Context) ([]address.Address, error) + func (m *MockFullNode) PaychNewPayment(arg0 context.Context, arg1, arg2 address.Address, arg3 []api.VoucherSpec) (*api.PaymentInfo, error) + func (m *MockFullNode) PaychSettle(arg0 context.Context, arg1 address.Address) (cid.Cid, error) + func (m *MockFullNode) PaychStatus(arg0 context.Context, arg1 address.Address) (*api.PaychStatus, error) + func (m *MockFullNode) PaychVoucherAdd(arg0 context.Context, arg1 address.Address, arg2 *paych.SignedVoucher, ...) (big.Int, error) + func (m *MockFullNode) PaychVoucherCheckSpendable(arg0 context.Context, arg1 address.Address, arg2 *paych.SignedVoucher, ...) (bool, error) + func (m *MockFullNode) PaychVoucherCheckValid(arg0 context.Context, arg1 address.Address, arg2 *paych.SignedVoucher) error + func (m *MockFullNode) PaychVoucherCreate(arg0 context.Context, arg1 address.Address, arg2 big.Int, arg3 uint64) (*api.VoucherCreateResult, error) + func (m *MockFullNode) PaychVoucherList(arg0 context.Context, arg1 address.Address) ([]*paych.SignedVoucher, error) + func (m *MockFullNode) PaychVoucherSubmit(arg0 context.Context, arg1 address.Address, arg2 *paych.SignedVoucher, ...) (cid.Cid, error) + func (m *MockFullNode) Session(arg0 context.Context) (uuid.UUID, error) + func (m *MockFullNode) Shutdown(arg0 context.Context) error + func (m *MockFullNode) StateAccountKey(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (address.Address, error) + func (m *MockFullNode) StateAllMinerFaults(arg0 context.Context, arg1 abi.ChainEpoch, arg2 types.TipSetKey) ([]*api.Fault, error) + func (m *MockFullNode) StateBlockReward(arg0 context.Context, arg1 cid.Cid, arg2 types.TipSetKey) (*api.BlockReward, error) + func (m *MockFullNode) StateCall(arg0 context.Context, arg1 *types.Message, arg2 types.TipSetKey) (*api.InvocResult, error) + func (m *MockFullNode) StateChangedActors(arg0 context.Context, arg1, arg2 cid.Cid) (map[string]types.Actor, error) + func (m *MockFullNode) StateCirculatingSupply(arg0 context.Context, arg1 types.TipSetKey) (big.Int, error) + func (m *MockFullNode) StateCoinbase(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*vesting.CoinbaseInfo, error) + func (m *MockFullNode) StateCompute(arg0 context.Context, arg1 abi.ChainEpoch, arg2 []*types.Message, ...) (*api.ComputeStateOutput, error) + func (m *MockFullNode) StateDataIndex(arg0 context.Context, arg1 abi.ChainEpoch, arg2 types.TipSetKey) ([]*api.DataIndex, error) + func (m *MockFullNode) StateDecodeParams(arg0 context.Context, arg1 address.Address, arg2 abi.MethodNum, arg3 []byte, ...) (interface{}, error) + func (m *MockFullNode) StateExpertDatas(arg0 context.Context, arg1 address.Address, arg2 *bitfield.BitField, arg3 bool, ...) ([]*expert.DataOnChainInfo, error) + func (m *MockFullNode) StateExpertFileInfo(arg0 context.Context, arg1 cid.Cid, arg2 types.TipSetKey) (*api.ExpertFileInfo, error) + func (m *MockFullNode) StateExpertInfo(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*api.ExpertInfo, error) + func (m *MockFullNode) StateGetActor(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*types.Actor, error) + func (m *MockFullNode) StateGetReceipt(arg0 context.Context, arg1 cid.Cid, arg2 types.TipSetKey) (*types.MessageReceipt, error) + func (m *MockFullNode) StateGovernParams(arg0 context.Context, arg1 types.TipSetKey) (*govern.GovParams, error) + func (m *MockFullNode) StateGovernSupervisor(arg0 context.Context, arg1 types.TipSetKey) (address.Address, error) + func (m *MockFullNode) StateGovernorList(arg0 context.Context, arg1 types.TipSetKey) ([]*govern.GovernorInfo, error) + func (m *MockFullNode) StateKnowledgeInfo(arg0 context.Context, arg1 types.TipSetKey) (*knowledge.Info, error) + func (m *MockFullNode) StateListActors(arg0 context.Context, arg1 types.TipSetKey) ([]address.Address, error) + func (m *MockFullNode) StateListExperts(arg0 context.Context, arg1 types.TipSetKey) ([]address.Address, error) + func (m *MockFullNode) StateListMessages(arg0 context.Context, arg1 *api.MessageMatch, arg2 types.TipSetKey, ...) ([]cid.Cid, error) + func (m *MockFullNode) StateListMiners(arg0 context.Context, arg1 types.TipSetKey) ([]address.Address, error) + func (m *MockFullNode) StateLookupID(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (address.Address, error) + func (m *MockFullNode) StateMarketDeals(arg0 context.Context, arg1 types.TipSetKey) (map[string]api.MarketDeal, error) + func (m *MockFullNode) StateMarketRemainingQuota(arg0 context.Context, arg1 cid.Cid, arg2 types.TipSetKey) (int64, error) + func (m *MockFullNode) StateMarketStorageDeal(arg0 context.Context, arg1 abi.DealID, arg2 types.TipSetKey) (*api.MarketDeal, error) + func (m *MockFullNode) StateMinerActiveSectors(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) ([]*miner.SectorOnChainInfo, error) + func (m *MockFullNode) StateMinerActives(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (bitfield.BitField, error) + func (m *MockFullNode) StateMinerDeadlines(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) ([]api.Deadline, error) + func (m *MockFullNode) StateMinerFaults(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (bitfield.BitField, error) + func (m *MockFullNode) StateMinerFunds(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (miner.Funds, error) + func (m *MockFullNode) StateMinerInfo(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (miner.MinerInfo, error) + func (m *MockFullNode) StateMinerPartitions(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3 types.TipSetKey) ([]api.Partition, error) + func (m *MockFullNode) StateMinerPower(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*api.MinerPower, error) + func (m *MockFullNode) StateMinerProvingDeadline(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*dline.Info, error) + func (m *MockFullNode) StateMinerRecoveries(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (bitfield.BitField, error) + func (m *MockFullNode) StateMinerSectorAllocated(arg0 context.Context, arg1 address.Address, arg2 abi.SectorNumber, ...) (bool, error) + func (m *MockFullNode) StateMinerSectorCount(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (api.MinerSectors, error) + func (m *MockFullNode) StateMinerSectors(arg0 context.Context, arg1 address.Address, arg2 *bitfield.BitField, ...) ([]*miner.SectorOnChainInfo, error) + func (m *MockFullNode) StateMinerStoredAnyPiece(arg0 context.Context, arg1 address.Address, arg2 []cid.Cid, ...) (bool, error) + func (m *MockFullNode) StateNetworkName(arg0 context.Context) (dtypes.NetworkName, error) + func (m *MockFullNode) StateNetworkVersion(arg0 context.Context, arg1 types.TipSetKey) (network.Version, error) + func (m *MockFullNode) StateReadState(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*api.ActorState, error) + func (m *MockFullNode) StateReplay(arg0 context.Context, arg1 types.TipSetKey, arg2 cid.Cid) (*api.InvocResult, error) + func (m *MockFullNode) StateRetrievalInfo(arg0 context.Context, arg1 types.TipSetKey) (*api.RetrievalInfo, error) + func (m *MockFullNode) StateRetrievalPledge(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*api.RetrievalState, error) + func (m *MockFullNode) StateSearchMsg(arg0 context.Context, arg1 cid.Cid) (*api.MsgLookup, error) + func (m *MockFullNode) StateSearchMsgLimited(arg0 context.Context, arg1 cid.Cid, arg2 abi.ChainEpoch) (*api.MsgLookup, error) + func (m *MockFullNode) StateSectorExpiration(arg0 context.Context, arg1 address.Address, arg2 abi.SectorNumber, ...) (*miner.SectorExpiration, error) + func (m *MockFullNode) StateSectorGetInfo(arg0 context.Context, arg1 address.Address, arg2 abi.SectorNumber, ...) (*miner.SectorOnChainInfo, error) + func (m *MockFullNode) StateSectorPartition(arg0 context.Context, arg1 address.Address, arg2 abi.SectorNumber, ...) (*miner.SectorLocation, error) + func (m *MockFullNode) StateSectorPreCommitInfo(arg0 context.Context, arg1 address.Address, arg2 abi.SectorNumber, ...) (miner.SectorPreCommitOnChainInfo, error) + func (m *MockFullNode) StateTotalMinedDetail(arg0 context.Context, arg1 types.TipSetKey) (*reward.TotalMinedDetail, error) + func (m *MockFullNode) StateVMCirculatingSupplyInternal(arg0 context.Context, arg1 types.TipSetKey) (api.CirculatingSupply, error) + func (m *MockFullNode) StateVoteTally(arg0 context.Context, arg1 types.TipSetKey) (*vote.Tally, error) + func (m *MockFullNode) StateVoterInfo(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*vote.VoterInfo, error) + func (m *MockFullNode) StateWaitMsg(arg0 context.Context, arg1 cid.Cid, arg2 uint64) (*api.MsgLookup, error) + func (m *MockFullNode) StateWaitMsgLimited(arg0 context.Context, arg1 cid.Cid, arg2 uint64, arg3 abi.ChainEpoch) (*api.MsgLookup, error) + func (m *MockFullNode) SyncCheckBad(arg0 context.Context, arg1 cid.Cid) (string, error) + func (m *MockFullNode) SyncCheckpoint(arg0 context.Context, arg1 types.TipSetKey) error + func (m *MockFullNode) SyncIncomingBlocks(arg0 context.Context) (<-chan *types.BlockHeader, error) + func (m *MockFullNode) SyncMarkBad(arg0 context.Context, arg1 cid.Cid) error + func (m *MockFullNode) SyncState(arg0 context.Context) (*api.SyncState, error) + func (m *MockFullNode) SyncSubmitBlock(arg0 context.Context, arg1 *types.BlockMsg) error + func (m *MockFullNode) SyncUnmarkAllBad(arg0 context.Context) error + func (m *MockFullNode) SyncUnmarkBad(arg0 context.Context, arg1 cid.Cid) error + func (m *MockFullNode) SyncValidateTipset(arg0 context.Context, arg1 types.TipSetKey) (bool, error) + func (m *MockFullNode) Version(arg0 context.Context) (api.APIVersion, error) + func (m *MockFullNode) WalletBalance(arg0 context.Context, arg1 address.Address) (big.Int, error) + func (m *MockFullNode) WalletDefaultAddress(arg0 context.Context) (address.Address, error) + func (m *MockFullNode) WalletDelete(arg0 context.Context, arg1 address.Address) error + func (m *MockFullNode) WalletExport(arg0 context.Context, arg1 address.Address) (*types.KeyInfo, error) + func (m *MockFullNode) WalletHas(arg0 context.Context, arg1 address.Address) (bool, error) + func (m *MockFullNode) WalletImport(arg0 context.Context, arg1 *types.KeyInfo) (address.Address, error) + func (m *MockFullNode) WalletList(arg0 context.Context) ([]address.Address, error) + func (m *MockFullNode) WalletNew(arg0 context.Context, arg1 types.KeyType) (address.Address, error) + func (m *MockFullNode) WalletSetDefault(arg0 context.Context, arg1 address.Address) error + func (m *MockFullNode) WalletSign(arg0 context.Context, arg1 address.Address, arg2 []byte) (*crypto.Signature, error) + func (m *MockFullNode) WalletSignMessage(arg0 context.Context, arg1 address.Address, arg2 *types.Message) (*types.SignedMessage, error) + func (m *MockFullNode) WalletValidateAddress(arg0 context.Context, arg1 string) (address.Address, error) + func (m *MockFullNode) WalletVerify(arg0 context.Context, arg1 address.Address, arg2 []byte, ...) (bool, error) + type MockFullNodeMockRecorder struct + func (mr *MockFullNodeMockRecorder) AuthNew(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) AuthVerify(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) BeaconGetEntry(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ChainAllowNoWindowPoSt(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ChainDeleteObj(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ChainExport(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ChainGetBlock(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ChainGetBlockMessages(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ChainGetGenesis(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ChainGetMessage(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ChainGetNode(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ChainGetParentMessages(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ChainGetParentReceipts(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ChainGetPath(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ChainGetRandomnessFromBeacon(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ChainGetRandomnessFromTickets(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ChainGetTipSet(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ChainGetTipSetByHeight(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ChainHasObj(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ChainHead(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ChainNotify(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ChainReadObj(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ChainSetHead(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ChainStatObj(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ChainTipSetWeight(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientCalcCommP(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientCancelDataTransfer(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientDataTransferUpdates(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientDealPieceCID(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientDealSize(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientExpertNominate(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientExpertRegisterFile(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientFindData(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientGenCar(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientGetDealInfo(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientGetDealStatus(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientGetDealUpdates(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientHasLocal(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientImport(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientImportAndDeal(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientListDataTransfers(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientListDeals(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientListImports(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientMinerQueryOffer(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientQueryAsk(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientRemove(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientRemoveImport(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientRestartDataTransfer(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientRetrieve(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientRetrieveApplyForWithdraw(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientRetrieveBind(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientRetrieveGetDeal(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientRetrieveListDeals(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientRetrievePledge(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientRetrieveQuery(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientRetrieveTryRestartInsufficientFunds(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientRetrieveWithEvents(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientRetrieveWithdraw(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ClientStartDeal(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) Closing(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) CreateBackup(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) FlowchAllocateLane(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) FlowchAvailableFunds(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) FlowchAvailableFundsByFromTo(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) FlowchCollect(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) FlowchGet(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) FlowchGetWaitReady(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) FlowchList(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) FlowchNewPayment(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) FlowchSettle(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) FlowchStatus(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) FlowchVoucherAdd(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) FlowchVoucherCheckSpendable(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) FlowchVoucherCheckValid(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) FlowchVoucherCreate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) FlowchVoucherList(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) FlowchVoucherSubmit(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) GC(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) GasEstimateFeeCap(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) GasEstimateGasLimit(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) GasEstimateGasPremium(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) GasEstimateMessageGas(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) ID(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) LogList(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) LogSetLevel(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MinerCreateBlock(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MinerGetBaseInfo(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MpoolBatchPush(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MpoolBatchPushMessage(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MpoolBatchPushUntrusted(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MpoolClear(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MpoolGetConfig(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MpoolGetNonce(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MpoolPending(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MpoolPush(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MpoolPushMessage(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MpoolPushUntrusted(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MpoolSelect(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MpoolSetConfig(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MpoolSub(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MsigAddApprove(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MsigAddCancel(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MsigAddPropose(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MsigApprove(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MsigApproveTxnHash(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MsigCancel(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MsigCreate(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MsigGetAvailableBalance(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MsigGetPending(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MsigGetVested(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MsigGetVestingSchedule(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MsigPropose(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MsigRemoveSigner(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MsigSwapApprove(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MsigSwapCancel(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) MsigSwapPropose(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) NetAddrsListen(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) NetAgentVersion(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) NetAutoNatStatus(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) NetBandwidthStats(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) NetBandwidthStatsByPeer(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) NetBandwidthStatsByProtocol(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) NetBlockAdd(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) NetBlockList(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) NetBlockRemove(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) NetConnect(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) NetConnectedness(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) NetDisconnect(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) NetFindPeer(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) NetPeerInfo(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) NetPeers(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) NetPubsubScores(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) PaychAllocateLane(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) PaychAvailableFunds(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) PaychAvailableFundsByFromTo(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) PaychCollect(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) PaychGet(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) PaychGetWaitReady(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) PaychList(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) PaychNewPayment(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) PaychSettle(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) PaychStatus(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) PaychVoucherAdd(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) PaychVoucherCheckSpendable(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) PaychVoucherCheckValid(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) PaychVoucherCreate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) PaychVoucherList(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) PaychVoucherSubmit(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) Session(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) Shutdown(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateAccountKey(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateAllMinerFaults(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateBlockReward(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateCall(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateChangedActors(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateCirculatingSupply(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateCoinbase(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateCompute(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateDataIndex(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateDecodeParams(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateExpertDatas(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateExpertFileInfo(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateExpertInfo(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateGetActor(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateGetReceipt(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateGovernParams(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateGovernSupervisor(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateGovernorList(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateKnowledgeInfo(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateListActors(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateListExperts(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateListMessages(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateListMiners(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateLookupID(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateMarketDeals(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateMarketRemainingQuota(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateMarketStorageDeal(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateMinerActiveSectors(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateMinerActives(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateMinerDeadlines(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateMinerFaults(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateMinerFunds(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateMinerInfo(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateMinerPartitions(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateMinerPower(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateMinerProvingDeadline(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateMinerRecoveries(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateMinerSectorAllocated(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateMinerSectorCount(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateMinerSectors(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateMinerStoredAnyPiece(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateNetworkName(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateNetworkVersion(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateReadState(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateReplay(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateRetrievalInfo(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateRetrievalPledge(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateSearchMsg(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateSearchMsgLimited(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateSectorExpiration(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateSectorGetInfo(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateSectorPartition(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateSectorPreCommitInfo(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateTotalMinedDetail(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateVMCirculatingSupplyInternal(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateVoteTally(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateVoterInfo(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateWaitMsg(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) StateWaitMsgLimited(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) SyncCheckBad(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) SyncCheckpoint(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) SyncIncomingBlocks(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) SyncMarkBad(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) SyncState(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) SyncSubmitBlock(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) SyncUnmarkAllBad(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) SyncUnmarkBad(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) SyncValidateTipset(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) Version(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) WalletBalance(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) WalletDefaultAddress(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) WalletDelete(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) WalletExport(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) WalletHas(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) WalletImport(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) WalletList(arg0 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) WalletNew(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) WalletSetDefault(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) WalletSign(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) WalletSignMessage(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) WalletValidateAddress(arg0, arg1 interface{}) *gomock.Call + func (mr *MockFullNodeMockRecorder) WalletVerify(arg0, arg1, arg2, arg3 interface{}) *gomock.Call