Documentation ¶
Overview ¶
Package v0mocks is a generated GoMock package.
Index ¶
- type 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) 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) ChainGetMessagesInTipset(arg0 context.Context, arg1 types.TipSetKey) ([]api.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) ClientCancelRetrievalDeal(arg0 context.Context, arg1 retrievalmarket.DealID) 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) 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) ClientGetRetrievalUpdates(arg0 context.Context) (<-chan api.RetrievalInfo, 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) 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) ClientListRetrievals(arg0 context.Context) ([]api.RetrievalInfo, 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) ClientRemoveImport(arg0 context.Context, arg1 imports.ID) 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 v0api.RetrievalOrder, arg2 *api.FileRef) error
- func (m *MockFullNode) ClientRetrieveTryRestartInsufficientFunds(arg0 context.Context, arg1 address.Address) error
- func (m *MockFullNode) ClientRetrieveWithEvents(arg0 context.Context, arg1 v0api.RetrievalOrder, arg2 *api.FileRef) (<-chan marketevents.RetrievalEvent, error)
- func (m *MockFullNode) ClientStartDeal(arg0 context.Context, arg1 *api.StartDealParams) (*cid.Cid, error)
- func (m *MockFullNode) ClientStatelessDeal(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) Discover(arg0 context.Context) (apitypes.OpenRPCDocument, error)
- func (m *MockFullNode) EXPECT() *MockFullNodeMockRecorder
- 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) LogAlerts(arg0 context.Context) ([]alerting.Alert, error)
- func (m *MockFullNode) LogList(arg0 context.Context) ([]string, error)
- func (m *MockFullNode) LogSetLevel(arg0 context.Context, arg1, arg2 string) error
- func (m *MockFullNode) MarketAddBalance(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int) (cid.Cid, error)
- func (m *MockFullNode) MarketGetReserved(arg0 context.Context, arg1 address.Address) (big.Int, error)
- func (m *MockFullNode) MarketReleaseFunds(arg0 context.Context, arg1 address.Address, arg2 big.Int) error
- func (m *MockFullNode) MarketReserveFunds(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int) (cid.Cid, error)
- func (m *MockFullNode) MarketWithdraw(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int) (cid.Cid, 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) 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) StateCompute(arg0 context.Context, arg1 abi.ChainEpoch, arg2 []*types.Message, ...) (*api.ComputeStateOutput, error)
- func (m *MockFullNode) StateDealProviderCollateralBounds(arg0 context.Context, arg1 abi.PaddedPieceSize, arg2 bool, ...) (api.DealCollateralBounds, error)
- func (m *MockFullNode) StateDecodeParams(arg0 context.Context, arg1 address.Address, arg2 abi.MethodNum, arg3 []byte, ...) (interface{}, error)
- func (m *MockFullNode) StateGetActor(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*types.Actor, error)
- func (m *MockFullNode) StateGetRandomnessFromBeacon(arg0 context.Context, arg1 crypto.DomainSeparationTag, arg2 abi.ChainEpoch, ...) (abi.Randomness, error)
- func (m *MockFullNode) StateGetRandomnessFromTickets(arg0 context.Context, arg1 crypto.DomainSeparationTag, arg2 abi.ChainEpoch, ...) (abi.Randomness, error)
- func (m *MockFullNode) StateGetReceipt(arg0 context.Context, arg1 cid.Cid, arg2 types.TipSetKey) (*types.MessageReceipt, error)
- func (m *MockFullNode) StateListActors(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) StateMarketBalance(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (api.MarketBalance, error)
- func (m *MockFullNode) StateMarketDeals(arg0 context.Context, arg1 types.TipSetKey) (map[string]api.MarketDeal, error)
- func (m *MockFullNode) StateMarketParticipants(arg0 context.Context, arg1 types.TipSetKey) (map[string]api.MarketBalance, 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) StateMinerAvailableBalance(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (big.Int, 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) StateMinerInfo(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (miner.MinerInfo, error)
- func (m *MockFullNode) StateMinerInitialPledgeCollateral(arg0 context.Context, arg1 address.Address, arg2 miner0.SectorPreCommitInfo, ...) (big.Int, 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) StateMinerPreCommitDepositForPower(arg0 context.Context, arg1 address.Address, arg2 miner0.SectorPreCommitInfo, ...) (big.Int, 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) 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) 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) StateVMCirculatingSupplyInternal(arg0 context.Context, arg1 types.TipSetKey) (api.CirculatingSupply, error)
- func (m *MockFullNode) StateVerifiedClientStatus(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*big.Int, error)
- func (m *MockFullNode) StateVerifiedRegistryRootKey(arg0 context.Context, arg1 types.TipSetKey) (address.Address, error)
- func (m *MockFullNode) StateVerifierStatus(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*big.Int, 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
- 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) 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) ChainGetMessagesInTipset(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) ClientCancelRetrievalDeal(arg0, arg1 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) 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) ClientGetRetrievalUpdates(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) ClientListDataTransfers(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ClientListDeals(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ClientListImports(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ClientListRetrievals(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) 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) ClientRetrieveTryRestartInsufficientFunds(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ClientRetrieveWithEvents(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ClientStartDeal(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ClientStatelessDeal(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) Discover(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) LogAlerts(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) MarketAddBalance(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MarketGetReserved(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MarketReleaseFunds(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MarketReserveFunds(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MarketWithdraw(arg0, arg1, arg2, arg3 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) 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) StateCompute(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateDealProviderCollateralBounds(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateDecodeParams(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateGetActor(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateGetRandomnessFromBeacon(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateGetRandomnessFromTickets(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateGetReceipt(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateListActors(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) StateMarketBalance(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMarketDeals(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMarketParticipants(arg0, arg1 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) StateMinerAvailableBalance(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) StateMinerInfo(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMinerInitialPledgeCollateral(arg0, arg1, arg2, arg3 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) StateMinerPreCommitDepositForPower(arg0, arg1, arg2, arg3 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) 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) 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) StateVMCirculatingSupplyInternal(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateVerifiedClientStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateVerifiedRegistryRootKey(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateVerifierStatus(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
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) BeaconGetEntry ¶
func (m *MockFullNode) BeaconGetEntry(arg0 context.Context, arg1 abi.ChainEpoch) (*types.BeaconEntry, error)
BeaconGetEntry mocks base method.
func (*MockFullNode) ChainDeleteObj ¶
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) 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) ChainGetGenesis ¶
ChainGetGenesis mocks base method.
func (*MockFullNode) ChainGetMessage ¶
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) ChainGetRandomnessFromBeacon ¶
func (m *MockFullNode) ChainGetRandomnessFromBeacon(arg0 context.Context, arg1 types.TipSetKey, arg2 crypto.DomainSeparationTag, arg3 abi.ChainEpoch, arg4 []byte) (abi.Randomness, error)
ChainGetRandomnessFromBeacon mocks base method.
func (*MockFullNode) ChainGetRandomnessFromTickets ¶
func (m *MockFullNode) ChainGetRandomnessFromTickets(arg0 context.Context, arg1 types.TipSetKey, arg2 crypto.DomainSeparationTag, arg3 abi.ChainEpoch, arg4 []byte) (abi.Randomness, error)
ChainGetRandomnessFromTickets 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) ChainGetTipSetByHeight ¶
func (m *MockFullNode) ChainGetTipSetByHeight(arg0 context.Context, arg1 abi.ChainEpoch, arg2 types.TipSetKey) (*types.TipSet, error)
ChainGetTipSetByHeight mocks base method.
func (*MockFullNode) ChainHasObj ¶
ChainHasObj mocks base method.
func (*MockFullNode) ChainNotify ¶
func (m *MockFullNode) ChainNotify(arg0 context.Context) (<-chan []*api.HeadChange, error)
ChainNotify mocks base method.
func (*MockFullNode) ChainReadObj ¶
ChainReadObj mocks base method.
func (*MockFullNode) ChainSetHead ¶
ChainSetHead mocks base method.
func (*MockFullNode) ChainStatObj ¶
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 ¶
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 ¶
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 ¶
ClientDealSize 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 ¶
ClientGenCar mocks base method.
func (*MockFullNode) ClientGetDealInfo ¶
ClientGetDealInfo mocks base method.
func (*MockFullNode) ClientGetDealStatus ¶
ClientGetDealStatus mocks base method.
func (*MockFullNode) ClientGetDealUpdates ¶
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 ¶
ClientHasLocal mocks base method.
func (*MockFullNode) ClientImport ¶
ClientImport mocks base method.
func (*MockFullNode) ClientListDataTransfers ¶
func (m *MockFullNode) ClientListDataTransfers(arg0 context.Context) ([]api.DataTransferChannel, error)
ClientListDataTransfers mocks base method.
func (*MockFullNode) ClientListDeals ¶
ClientListDeals mocks base method.
func (*MockFullNode) ClientListImports ¶
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) (*storagemarket.StorageAsk, error)
ClientQueryAsk mocks base method.
func (*MockFullNode) ClientRemoveImport ¶
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 v0api.RetrievalOrder, arg2 *api.FileRef) 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) ClientRetrieveWithEvents ¶
func (m *MockFullNode) ClientRetrieveWithEvents(arg0 context.Context, arg1 v0api.RetrievalOrder, arg2 *api.FileRef) (<-chan marketevents.RetrievalEvent, error)
ClientRetrieveWithEvents 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 ¶
func (m *MockFullNode) Discover(arg0 context.Context) (apitypes.OpenRPCDocument, error)
Discover mocks base method.
func (*MockFullNode) EXPECT ¶
func (m *MockFullNode) EXPECT() *MockFullNodeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
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) 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) 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 ¶
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) (cid.Cid, 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) (cid.Cid, error)
MsigAddCancel mocks base method.
func (*MockFullNode) MsigAddPropose ¶
func (m *MockFullNode) MsigAddPropose(arg0 context.Context, arg1, arg2, arg3 address.Address, arg4 bool) (cid.Cid, error)
MsigAddPropose mocks base method.
func (*MockFullNode) MsigApprove ¶
func (m *MockFullNode) MsigApprove(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3 address.Address) (cid.Cid, 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) (cid.Cid, error)
MsigApproveTxnHash mocks base method.
func (*MockFullNode) MsigCancel ¶
func (m *MockFullNode) MsigCancel(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3 address.Address, arg4 big.Int, arg5 address.Address, arg6 uint64, arg7 []byte) (cid.Cid, error)
MsigCancel 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) (cid.Cid, 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) (cid.Cid, error)
MsigPropose mocks base method.
func (*MockFullNode) MsigRemoveSigner ¶
func (m *MockFullNode) MsigRemoveSigner(arg0 context.Context, arg1, arg2, arg3 address.Address, arg4 bool) (cid.Cid, 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) (cid.Cid, 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) (cid.Cid, error)
MsigSwapCancel mocks base method.
func (*MockFullNode) MsigSwapPropose ¶
func (m *MockFullNode) MsigSwapPropose(arg0 context.Context, arg1, arg2, arg3, arg4 address.Address) (cid.Cid, error)
MsigSwapPropose mocks base method.
func (*MockFullNode) NetAddrsListen ¶
NetAddrsListen mocks base method.
func (*MockFullNode) NetAgentVersion ¶
NetAgentVersion mocks base method.
func (*MockFullNode) NetAutoNatStatus ¶
NetAutoNatStatus mocks base method.
func (*MockFullNode) NetBandwidthStats ¶
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 ¶
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 ¶
NetDisconnect mocks base method.
func (*MockFullNode) NetFindPeer ¶
NetFindPeer 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) NetPubsubScores ¶
func (m *MockFullNode) NetPubsubScores(arg0 context.Context) ([]api.PubsubScore, error)
NetPubsubScores 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 ¶
PaychCollect mocks base method.
func (*MockFullNode) PaychGet ¶
func (m *MockFullNode) PaychGet(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int) (*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) 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 ¶
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) Shutdown ¶
func (m *MockFullNode) Shutdown(arg0 context.Context) error
Shutdown 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) 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.Actor, 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) 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) StateGetActor ¶
func (m *MockFullNode) StateGetActor(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*types.Actor, error)
StateGetActor 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) StateGetReceipt ¶
func (m *MockFullNode) StateGetReceipt(arg0 context.Context, arg1 cid.Cid, arg2 types.TipSetKey) (*types.MessageReceipt, error)
StateGetReceipt 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) 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) 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) (miner.MinerInfo, error)
StateMinerInfo mocks base method.
func (*MockFullNode) StateMinerInitialPledgeCollateral ¶
func (m *MockFullNode) StateMinerInitialPledgeCollateral(arg0 context.Context, arg1 address.Address, arg2 miner0.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 miner0.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 ¶
StateSearchMsg mocks base method.
func (*MockFullNode) StateSearchMsgLimited ¶
func (m *MockFullNode) StateSearchMsgLimited(arg0 context.Context, arg1 cid.Cid, arg2 abi.ChainEpoch) (*api.MsgLookup, error)
StateSearchMsgLimited mocks base method.
func (*MockFullNode) StateSectorExpiration ¶
func (m *MockFullNode) StateSectorExpiration(arg0 context.Context, arg1 address.Address, arg2 abi.SectorNumber, arg3 types.TipSetKey) (*miner.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) (*miner.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) (*api.MsgLookup, error)
StateWaitMsg mocks base method.
func (*MockFullNode) StateWaitMsgLimited ¶
func (m *MockFullNode) StateWaitMsgLimited(arg0 context.Context, arg1 cid.Cid, arg2 uint64, arg3 abi.ChainEpoch) (*api.MsgLookup, error)
StateWaitMsgLimited mocks base method.
func (*MockFullNode) SyncCheckBad ¶
SyncCheckBad mocks base method.
func (*MockFullNode) SyncCheckpoint ¶
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 ¶
SyncMarkBad mocks base method.
func (*MockFullNode) SyncSubmitBlock ¶
SyncSubmitBlock mocks base method.
func (*MockFullNode) SyncUnmarkAllBad ¶
func (m *MockFullNode) SyncUnmarkAllBad(arg0 context.Context) error
SyncUnmarkAllBad mocks base method.
func (*MockFullNode) SyncUnmarkBad ¶
SyncUnmarkBad mocks base method.
func (*MockFullNode) SyncValidateTipset ¶
SyncValidateTipset mocks base method.
func (*MockFullNode) Version ¶
func (m *MockFullNode) Version(arg0 context.Context) (api.APIVersion, error)
Version mocks base method.
func (*MockFullNode) WalletBalance ¶
WalletBalance mocks base method.
func (*MockFullNode) WalletDefaultAddress ¶
WalletDefaultAddress mocks base method.
func (*MockFullNode) WalletDelete ¶
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) WalletImport ¶
func (m *MockFullNode) WalletImport(arg0 context.Context, arg1 *types.KeyInfo) (address.Address, error)
WalletImport mocks base method.
func (*MockFullNode) WalletList ¶
WalletList mocks base method.
func (*MockFullNode) WalletSetDefault ¶
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.
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) BeaconGetEntry ¶
func (mr *MockFullNodeMockRecorder) BeaconGetEntry(arg0, arg1 interface{}) *gomock.Call
BeaconGetEntry indicates an expected call of BeaconGetEntry.
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) 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) 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) ChainGetRandomnessFromBeacon ¶
func (mr *MockFullNodeMockRecorder) ChainGetRandomnessFromBeacon(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
ChainGetRandomnessFromBeacon indicates an expected call of ChainGetRandomnessFromBeacon.
func (*MockFullNodeMockRecorder) ChainGetRandomnessFromTickets ¶
func (mr *MockFullNodeMockRecorder) ChainGetRandomnessFromTickets(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
ChainGetRandomnessFromTickets indicates an expected call of ChainGetRandomnessFromTickets.
func (*MockFullNodeMockRecorder) ChainGetTipSet ¶
func (mr *MockFullNodeMockRecorder) ChainGetTipSet(arg0, arg1 interface{}) *gomock.Call
ChainGetTipSet indicates an expected call of ChainGetTipSet.
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) ChainNotify ¶
func (mr *MockFullNodeMockRecorder) ChainNotify(arg0 interface{}) *gomock.Call
ChainNotify indicates an expected call of ChainNotify.
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 ¶
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) 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, arg2 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) ClientRetrieveWithEvents ¶
func (mr *MockFullNodeMockRecorder) ClientRetrieveWithEvents(arg0, arg1, arg2 interface{}) *gomock.Call
ClientRetrieveWithEvents indicates an expected call of ClientRetrieveWithEvents.
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 ¶
func (mr *MockFullNodeMockRecorder) Discover(arg0 interface{}) *gomock.Call
Discover indicates an expected call of Discover.
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) 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) 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, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
MsigCancel indicates an expected call of MsigCancel.
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) 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) NetPubsubScores ¶
func (mr *MockFullNodeMockRecorder) NetPubsubScores(arg0 interface{}) *gomock.Call
NetPubsubScores indicates an expected call of NetPubsubScores.
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) PaychGet ¶
func (mr *MockFullNodeMockRecorder) PaychGet(arg0, arg1, arg2, arg3 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) 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) StateAccountKey ¶
func (mr *MockFullNodeMockRecorder) StateAccountKey(arg0, arg1, arg2 interface{}) *gomock.Call
StateAccountKey indicates an expected call of StateAccountKey.
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) 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) StateGetActor ¶
func (mr *MockFullNodeMockRecorder) StateGetActor(arg0, arg1, arg2 interface{}) *gomock.Call
StateGetActor indicates an expected call of StateGetActor.
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) StateGetReceipt ¶
func (mr *MockFullNodeMockRecorder) StateGetReceipt(arg0, arg1, arg2 interface{}) *gomock.Call
StateGetReceipt indicates an expected call of StateGetReceipt.
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) 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) 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 interface{}) *gomock.Call
StateSearchMsg indicates an expected call of StateSearchMsg.
func (*MockFullNodeMockRecorder) StateSearchMsgLimited ¶
func (mr *MockFullNodeMockRecorder) StateSearchMsgLimited(arg0, arg1, arg2 interface{}) *gomock.Call
StateSearchMsgLimited indicates an expected call of StateSearchMsgLimited.
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 interface{}) *gomock.Call
StateWaitMsg indicates an expected call of StateWaitMsg.
func (*MockFullNodeMockRecorder) StateWaitMsgLimited ¶
func (mr *MockFullNodeMockRecorder) StateWaitMsgLimited(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
StateWaitMsgLimited indicates an expected call of StateWaitMsgLimited.
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.