Documentation ¶
Index ¶
- type FullNodeMock
- func (f *FullNodeMock) AuthNew(ctx context.Context, perms []auth.Permission) ([]byte, error)
- func (f *FullNodeMock) AuthVerify(ctx context.Context, token string) ([]auth.Permission, error)
- func (f *FullNodeMock) BeaconGetEntry(ctx context.Context, epoch abi.ChainEpoch) (*filTypes.BeaconEntry, error)
- func (f *FullNodeMock) ChainBlockstoreInfo(ctx context.Context) (map[string]interface{}, error)
- func (f *FullNodeMock) ChainCheckBlockstore(ctx context.Context) error
- func (f *FullNodeMock) ChainDeleteObj(ctx context.Context, c cid.Cid) error
- func (f *FullNodeMock) ChainExport(ctx context.Context, nroots abi.ChainEpoch, oldmsgskip bool, ...) (<-chan []byte, error)
- func (f *FullNodeMock) ChainExportRangeInternal(ctx context.Context, head, tail filTypes.TipSetKey, cfg api.ChainExportConfig) error
- func (f *FullNodeMock) ChainGetBlock(ctx context.Context, c cid.Cid) (*filTypes.BlockHeader, error)
- func (f *FullNodeMock) ChainGetBlockMessages(ctx context.Context, blockCid cid.Cid) (*api.BlockMessages, error)
- func (f *FullNodeMock) ChainGetEvents(ctx context.Context, c cid.Cid) ([]filTypes.Event, error)
- func (f *FullNodeMock) ChainGetGenesis(ctx context.Context) (*filTypes.TipSet, error)
- func (f *FullNodeMock) ChainGetMessage(ctx context.Context, c cid.Cid) (*filTypes.Message, error)
- func (f *FullNodeMock) ChainGetMessagesInTipset(ctx context.Context, tsk filTypes.TipSetKey) ([]api.Message, error)
- func (f *FullNodeMock) ChainGetNode(ctx context.Context, p string) (*api.IpldObject, error)
- func (f *FullNodeMock) ChainGetParentMessages(ctx context.Context, blockCid cid.Cid) ([]api.Message, error)
- func (f *FullNodeMock) ChainGetParentReceipts(ctx context.Context, blockCid cid.Cid) ([]*filTypes.MessageReceipt, error)
- func (f *FullNodeMock) ChainGetPath(ctx context.Context, from filTypes.TipSetKey, to filTypes.TipSetKey) ([]*api.HeadChange, error)
- func (f *FullNodeMock) ChainGetRandomness(ctx context.Context, tsk filTypes.TipSetKey, ...) (abi.Randomness, error)
- func (f *FullNodeMock) ChainGetRandomnessFromBeacon(ctx context.Context, tsk filTypes.TipSetKey, ...) (abi.Randomness, error)
- func (f *FullNodeMock) ChainGetRandomnessFromTickets(ctx context.Context, tsk filTypes.TipSetKey, ...) (abi.Randomness, error)
- func (f *FullNodeMock) ChainGetTipSet(ctx context.Context, key filTypes.TipSetKey) (*filTypes.TipSet, error)
- func (f *FullNodeMock) ChainGetTipSetAfterHeight(ctx context.Context, epoch abi.ChainEpoch, key filTypes.TipSetKey) (*filTypes.TipSet, error)
- func (f *FullNodeMock) ChainGetTipSetByHeight(ctx context.Context, epoch abi.ChainEpoch, key filTypes.TipSetKey) (*filTypes.TipSet, error)
- func (f *FullNodeMock) ChainHasObj(ctx context.Context, c cid.Cid) (bool, error)
- func (f *FullNodeMock) ChainHead(ctx context.Context) (*filTypes.TipSet, error)
- func (f *FullNodeMock) ChainHotGC(ctx context.Context, opts api.HotGCOpts) error
- func (f *FullNodeMock) ChainNotify(ctx context.Context) (<-chan []*api.HeadChange, error)
- func (f *FullNodeMock) ChainPrune(ctx context.Context, opts api.PruneOpts) error
- func (f *FullNodeMock) ChainPutObj(ctx context.Context, block blocks.Block) error
- func (f *FullNodeMock) ChainReadObj(ctx context.Context, c cid.Cid) ([]byte, error)
- func (f *FullNodeMock) ChainSetHead(ctx context.Context, key filTypes.TipSetKey) error
- func (f *FullNodeMock) ChainStatObj(ctx context.Context, c cid.Cid, c2 cid.Cid) (api.ObjStat, error)
- func (f *FullNodeMock) ChainTipSetWeight(ctx context.Context, key filTypes.TipSetKey) (filTypes.BigInt, error)
- func (f *FullNodeMock) ClientCalcCommP(ctx context.Context, inpath string) (*api.CommPRet, error)
- func (f *FullNodeMock) ClientCancelDataTransfer(ctx context.Context, transferID datatransfer.TransferID, otherPeer peer.ID, ...) error
- func (f *FullNodeMock) ClientCancelRetrievalDeal(ctx context.Context, dealid retrievalmarket.DealID) error
- func (f *FullNodeMock) ClientDataTransferUpdates(ctx context.Context) (<-chan api.DataTransferChannel, error)
- func (f *FullNodeMock) ClientDealPieceCID(ctx context.Context, root cid.Cid) (api.DataCIDSize, error)
- func (f *FullNodeMock) ClientDealSize(ctx context.Context, root cid.Cid) (api.DataSize, error)
- func (f *FullNodeMock) ClientExport(ctx context.Context, exportRef api.ExportRef, fileRef api.FileRef) error
- func (f *FullNodeMock) ClientFindData(ctx context.Context, root cid.Cid, piece *cid.Cid) ([]api.QueryOffer, error)
- func (f *FullNodeMock) ClientGenCar(ctx context.Context, ref api.FileRef, outpath string) error
- func (f *FullNodeMock) ClientGetDealInfo(ctx context.Context, c cid.Cid) (*api.DealInfo, error)
- func (f *FullNodeMock) ClientGetDealStatus(ctx context.Context, statusCode uint64) (string, error)
- func (f *FullNodeMock) ClientGetDealUpdates(ctx context.Context) (<-chan api.DealInfo, error)
- func (f *FullNodeMock) ClientGetRetrievalUpdates(ctx context.Context) (<-chan api.RetrievalInfo, error)
- func (f *FullNodeMock) ClientHasLocal(ctx context.Context, root cid.Cid) (bool, error)
- func (f *FullNodeMock) ClientImport(ctx context.Context, ref api.FileRef) (*api.ImportRes, error)
- func (f *FullNodeMock) ClientListDataTransfers(ctx context.Context) ([]api.DataTransferChannel, error)
- func (f *FullNodeMock) ClientListDeals(ctx context.Context) ([]api.DealInfo, error)
- func (f *FullNodeMock) ClientListImports(ctx context.Context) ([]api.Import, error)
- func (f *FullNodeMock) ClientListRetrievals(ctx context.Context) ([]api.RetrievalInfo, error)
- func (f *FullNodeMock) ClientMinerQueryOffer(ctx context.Context, miner address.Address, root cid.Cid, piece *cid.Cid) (api.QueryOffer, error)
- func (f *FullNodeMock) ClientQueryAsk(ctx context.Context, p peer.ID, miner address.Address) (*api.StorageAsk, error)
- func (f *FullNodeMock) ClientRemoveImport(ctx context.Context, importID imports.ID) error
- func (f *FullNodeMock) ClientRestartDataTransfer(ctx context.Context, transferID datatransfer.TransferID, otherPeer peer.ID, ...) error
- func (f *FullNodeMock) ClientRetrieve(ctx context.Context, params api.RetrievalOrder) (*api.RestrievalRes, error)
- func (f *FullNodeMock) ClientRetrieveTryRestartInsufficientFunds(ctx context.Context, paymentChannel address.Address) error
- func (f *FullNodeMock) ClientRetrieveWait(ctx context.Context, deal retrievalmarket.DealID) error
- func (f *FullNodeMock) ClientRetrieveWithEvents(ctx context.Context, order api.RetrievalOrder, ref *api.FileRef) (<-chan marketevents.RetrievalEvent, error)
- func (f *FullNodeMock) ClientStartDeal(ctx context.Context, params *api.StartDealParams) (*cid.Cid, error)
- func (f *FullNodeMock) ClientStatelessDeal(ctx context.Context, params *api.StartDealParams) (*cid.Cid, error)
- func (f *FullNodeMock) Closing(ctx context.Context) (<-chan struct{}, error)
- func (f *FullNodeMock) CreateBackup(ctx context.Context, fpath string) error
- func (f *FullNodeMock) Discover(ctx context.Context) (apitypes.OpenRPCDocument, error)
- func (f *FullNodeMock) EthAccounts(ctx context.Context) ([]ethtypes.EthAddress, error)
- func (f *FullNodeMock) EthAddressToFilecoinAddress(ctx context.Context, ethAddress ethtypes.EthAddress) (address.Address, error)
- func (f *FullNodeMock) EthBlockNumber(ctx context.Context) (ethtypes.EthUint64, error)
- func (f *FullNodeMock) EthCall(ctx context.Context, tx ethtypes.EthCall, ...) (ethtypes.EthBytes, error)
- func (f *FullNodeMock) EthChainId(ctx context.Context) (ethtypes.EthUint64, error)
- func (f *FullNodeMock) EthEstimateGas(ctx context.Context, tx ethtypes.EthCall) (ethtypes.EthUint64, error)
- func (f *FullNodeMock) EthFeeHistory(ctx context.Context, p jsonrpc.RawParams) (ethtypes.EthFeeHistory, error)
- func (f *FullNodeMock) EthGasPrice(ctx context.Context) (ethtypes.EthBigInt, error)
- func (f *FullNodeMock) EthGetBalance(ctx context.Context, address ethtypes.EthAddress, ...) (ethtypes.EthBigInt, error)
- func (f *FullNodeMock) EthGetBlockByHash(ctx context.Context, blkHash ethtypes.EthHash, fullTxInfo bool) (ethtypes.EthBlock, error)
- func (f *FullNodeMock) EthGetBlockByNumber(ctx context.Context, blkNum string, fullTxInfo bool) (ethtypes.EthBlock, error)
- func (f *FullNodeMock) EthGetBlockTransactionCountByHash(ctx context.Context, blkHash ethtypes.EthHash) (ethtypes.EthUint64, error)
- func (f *FullNodeMock) EthGetBlockTransactionCountByNumber(ctx context.Context, blkNum ethtypes.EthUint64) (ethtypes.EthUint64, error)
- func (f *FullNodeMock) EthGetCode(ctx context.Context, address ethtypes.EthAddress, ...) (ethtypes.EthBytes, error)
- func (f *FullNodeMock) EthGetFilterChanges(ctx context.Context, id ethtypes.EthFilterID) (*ethtypes.EthFilterResult, error)
- func (f *FullNodeMock) EthGetFilterLogs(ctx context.Context, id ethtypes.EthFilterID) (*ethtypes.EthFilterResult, error)
- func (f *FullNodeMock) EthGetLogs(ctx context.Context, filter *ethtypes.EthFilterSpec) (*ethtypes.EthFilterResult, error)
- func (f *FullNodeMock) EthGetMessageCidByTransactionHash(ctx context.Context, txHash *ethtypes.EthHash) (*cid.Cid, error)
- func (f *FullNodeMock) EthGetStorageAt(ctx context.Context, address ethtypes.EthAddress, position ethtypes.EthBytes, ...) (ethtypes.EthBytes, error)
- func (f *FullNodeMock) EthGetTransactionByBlockHashAndIndex(ctx context.Context, blkHash ethtypes.EthHash, txIndex ethtypes.EthUint64) (ethtypes.EthTx, error)
- func (f *FullNodeMock) EthGetTransactionByBlockNumberAndIndex(ctx context.Context, blkNum ethtypes.EthUint64, txIndex ethtypes.EthUint64) (ethtypes.EthTx, error)
- func (f *FullNodeMock) EthGetTransactionByHash(ctx context.Context, txHash *ethtypes.EthHash) (*ethtypes.EthTx, error)
- func (f *FullNodeMock) EthGetTransactionByHashLimited(ctx context.Context, txHash *ethtypes.EthHash, limit abi.ChainEpoch) (*ethtypes.EthTx, error)
- func (f *FullNodeMock) EthGetTransactionCount(ctx context.Context, sender ethtypes.EthAddress, ...) (ethtypes.EthUint64, error)
- func (f *FullNodeMock) EthGetTransactionHashByCid(ctx context.Context, cid cid.Cid) (*ethtypes.EthHash, error)
- func (f *FullNodeMock) EthGetTransactionReceipt(ctx context.Context, txHash ethtypes.EthHash) (*api.EthTxReceipt, error)
- func (f *FullNodeMock) EthGetTransactionReceiptLimited(ctx context.Context, txHash ethtypes.EthHash, limit abi.ChainEpoch) (*api.EthTxReceipt, error)
- func (f *FullNodeMock) EthMaxPriorityFeePerGas(ctx context.Context) (ethtypes.EthBigInt, error)
- func (f *FullNodeMock) EthNewBlockFilter(ctx context.Context) (ethtypes.EthFilterID, error)
- func (f *FullNodeMock) EthNewFilter(ctx context.Context, filter *ethtypes.EthFilterSpec) (ethtypes.EthFilterID, error)
- func (f *FullNodeMock) EthNewPendingTransactionFilter(ctx context.Context) (ethtypes.EthFilterID, error)
- func (f *FullNodeMock) EthProtocolVersion(ctx context.Context) (ethtypes.EthUint64, error)
- func (f *FullNodeMock) EthSendRawTransaction(ctx context.Context, rawTx ethtypes.EthBytes) (ethtypes.EthHash, error)
- func (f *FullNodeMock) EthSubscribe(ctx context.Context, params jsonrpc.RawParams) (ethtypes.EthSubscriptionID, error)
- func (f *FullNodeMock) EthSyncing(ctx context.Context) (ethtypes.EthSyncingResult, error)
- func (f *FullNodeMock) EthUninstallFilter(ctx context.Context, id ethtypes.EthFilterID) (bool, error)
- func (f *FullNodeMock) EthUnsubscribe(ctx context.Context, id ethtypes.EthSubscriptionID) (bool, error)
- func (f *FullNodeMock) FilecoinAddressToEthAddress(ctx context.Context, filecoinAddress address.Address) (ethtypes.EthAddress, error)
- func (f *FullNodeMock) GasEstimateFeeCap(ctx context.Context, message *filTypes.Message, i int64, ...) (filTypes.BigInt, error)
- func (f *FullNodeMock) GasEstimateGasLimit(ctx context.Context, message *filTypes.Message, key filTypes.TipSetKey) (int64, error)
- func (f *FullNodeMock) GasEstimateGasPremium(_ context.Context, nblocksincl uint64, sender address.Address, gaslimit int64, ...) (filTypes.BigInt, error)
- func (f *FullNodeMock) GasEstimateMessageGas(ctx context.Context, message *filTypes.Message, spec *api.MessageSendSpec, ...) (*filTypes.Message, error)
- func (f *FullNodeMock) ID(ctx context.Context) (peer.ID, error)
- func (f *FullNodeMock) LogAlerts(ctx context.Context) ([]alerting.Alert, error)
- func (f *FullNodeMock) LogList(ctx context.Context) ([]string, error)
- func (f *FullNodeMock) LogSetLevel(ctx context.Context, s string, s2 string) error
- func (f *FullNodeMock) MarketAddBalance(ctx context.Context, wallet, addr address.Address, amt filTypes.BigInt) (cid.Cid, error)
- func (f *FullNodeMock) MarketEnsureAvailable(ctx context.Context, a address.Address, a2 address.Address, ...) (cid.Cid, error)
- func (f *FullNodeMock) MarketGetReserved(ctx context.Context, addr address.Address) (filTypes.BigInt, error)
- func (f *FullNodeMock) MarketReleaseFunds(ctx context.Context, addr address.Address, amt filTypes.BigInt) error
- func (f *FullNodeMock) MarketReserveFunds(ctx context.Context, wallet address.Address, addr address.Address, ...) (cid.Cid, error)
- func (f *FullNodeMock) MarketWithdraw(ctx context.Context, wallet, addr address.Address, amt filTypes.BigInt) (cid.Cid, error)
- func (f *FullNodeMock) MinerCreateBlock(ctx context.Context, template *api.BlockTemplate) (*filTypes.BlockMsg, error)
- func (f *FullNodeMock) MinerGetBaseInfo(ctx context.Context, a address.Address, epoch abi.ChainEpoch, ...) (*api.MiningBaseInfo, error)
- func (f *FullNodeMock) MpoolBatchPush(ctx context.Context, messages []*filTypes.SignedMessage) ([]cid.Cid, error)
- func (f *FullNodeMock) MpoolBatchPushMessage(ctx context.Context, messages []*filTypes.Message, spec *api.MessageSendSpec) ([]*filTypes.SignedMessage, error)
- func (f *FullNodeMock) MpoolBatchPushUntrusted(ctx context.Context, messages []*filTypes.SignedMessage) ([]cid.Cid, error)
- func (f *FullNodeMock) MpoolCheckMessages(ctx context.Context, prototypes []*api.MessagePrototype) ([][]api.MessageCheckStatus, error)
- func (f *FullNodeMock) MpoolCheckPendingMessages(ctx context.Context, a address.Address) ([][]api.MessageCheckStatus, error)
- func (f *FullNodeMock) MpoolCheckReplaceMessages(ctx context.Context, messages []*filTypes.Message) ([][]api.MessageCheckStatus, error)
- func (f *FullNodeMock) MpoolClear(ctx context.Context, b bool) error
- func (f *FullNodeMock) MpoolEstimateGasPrice(ctx context.Context, nblocksincl uint64, sender address.Address, ...) (filTypes.BigInt, error)
- func (f *FullNodeMock) MpoolGetConfig(ctx context.Context) (*filTypes.MpoolConfig, error)
- func (f *FullNodeMock) MpoolGetNonce(ctx context.Context, a address.Address) (uint64, error)
- func (f *FullNodeMock) MpoolPending(ctx context.Context, key filTypes.TipSetKey) ([]*filTypes.SignedMessage, error)
- func (f *FullNodeMock) MpoolPush(ctx context.Context, message *filTypes.SignedMessage) (cid.Cid, error)
- func (f *FullNodeMock) MpoolPushMessage(ctx context.Context, msg *filTypes.Message, spec *api.MessageSendSpec) (*filTypes.SignedMessage, error)
- func (f *FullNodeMock) MpoolPushUntrusted(ctx context.Context, message *filTypes.SignedMessage) (cid.Cid, error)
- func (f *FullNodeMock) MpoolSelect(ctx context.Context, key filTypes.TipSetKey, f2 float64) ([]*filTypes.SignedMessage, error)
- func (f *FullNodeMock) MpoolSetConfig(ctx context.Context, config *filTypes.MpoolConfig) error
- func (f *FullNodeMock) MpoolSub(ctx context.Context) (<-chan api.MpoolUpdate, error)
- func (f *FullNodeMock) MsigAddApprove(ctx context.Context, a address.Address, a2 address.Address, u uint64, ...) (*api.MessagePrototype, error)
- func (f *FullNodeMock) MsigAddCancel(ctx context.Context, a address.Address, a2 address.Address, u uint64, ...) (*api.MessagePrototype, error)
- func (f *FullNodeMock) MsigAddPropose(ctx context.Context, a address.Address, a2 address.Address, a3 address.Address, ...) (*api.MessagePrototype, error)
- func (f *FullNodeMock) MsigApprove(context.Context, address.Address, uint64, address.Address) (*api.MessagePrototype, error)
- func (f *FullNodeMock) MsigApproveTxnHash(ctx context.Context, a address.Address, u uint64, a2 address.Address, ...) (*api.MessagePrototype, error)
- func (f *FullNodeMock) MsigCancel(context.Context, address.Address, uint64, address.Address) (*api.MessagePrototype, error)
- func (f *FullNodeMock) MsigCancelTxnHash(context.Context, address.Address, uint64, address.Address, filTypes.BigInt, ...) (*api.MessagePrototype, error)
- func (f *FullNodeMock) MsigCreate(ctx context.Context, u uint64, addresses []address.Address, ...) (*api.MessagePrototype, error)
- func (f *FullNodeMock) MsigGetAvailableBalance(ctx context.Context, a address.Address, key filTypes.TipSetKey) (filTypes.BigInt, error)
- func (f *FullNodeMock) MsigGetPending(ctx context.Context, a address.Address, key filTypes.TipSetKey) ([]*api.MsigTransaction, error)
- func (f *FullNodeMock) MsigGetVested(ctx context.Context, a address.Address, key filTypes.TipSetKey, ...) (filTypes.BigInt, error)
- func (f *FullNodeMock) MsigGetVestingSchedule(ctx context.Context, a address.Address, key filTypes.TipSetKey) (api.MsigVesting, error)
- func (f *FullNodeMock) MsigPropose(ctx context.Context, a address.Address, a2 address.Address, ...) (*api.MessagePrototype, error)
- func (f *FullNodeMock) MsigRemoveSigner(ctx context.Context, msig address.Address, proposer address.Address, ...) (*api.MessagePrototype, error)
- func (f *FullNodeMock) MsigSwapApprove(ctx context.Context, a address.Address, a2 address.Address, u uint64, ...) (*api.MessagePrototype, error)
- func (f *FullNodeMock) MsigSwapCancel(ctx context.Context, a address.Address, a2 address.Address, u uint64, ...) (*api.MessagePrototype, error)
- func (f *FullNodeMock) MsigSwapPropose(ctx context.Context, a address.Address, a2 address.Address, a3 address.Address, ...) (*api.MessagePrototype, error)
- func (f *FullNodeMock) NetAddrsListen(ctx context.Context) (peer.AddrInfo, error)
- func (f *FullNodeMock) NetAgentVersion(ctx context.Context, p peer.ID) (string, error)
- func (f *FullNodeMock) NetAutoNatStatus(ctx context.Context) (api.NatInfo, error)
- func (f *FullNodeMock) NetBandwidthStats(ctx context.Context) (metrics.Stats, error)
- func (f *FullNodeMock) NetBandwidthStatsByPeer(ctx context.Context) (map[string]metrics.Stats, error)
- func (f *FullNodeMock) NetBandwidthStatsByProtocol(ctx context.Context) (map[protocol.ID]metrics.Stats, error)
- func (f *FullNodeMock) NetBlockAdd(ctx context.Context, acl api.NetBlockList) error
- func (f *FullNodeMock) NetBlockList(ctx context.Context) (api.NetBlockList, error)
- func (f *FullNodeMock) NetBlockRemove(ctx context.Context, acl api.NetBlockList) error
- func (f *FullNodeMock) NetConnect(ctx context.Context, info peer.AddrInfo) error
- func (f *FullNodeMock) NetConnectedness(ctx context.Context, id peer.ID) (network.Connectedness, error)
- func (f *FullNodeMock) NetDisconnect(ctx context.Context, id peer.ID) error
- func (f *FullNodeMock) NetFindPeer(ctx context.Context, id peer.ID) (peer.AddrInfo, error)
- func (f *FullNodeMock) NetLimit(ctx context.Context, scope string) (api.NetLimit, error)
- func (f *FullNodeMock) NetListening(ctx context.Context) (bool, error)
- func (f *FullNodeMock) NetPeerInfo(ctx context.Context, id peer.ID) (*api.ExtendedPeerInfo, error)
- func (f *FullNodeMock) NetPeers(ctx context.Context) ([]peer.AddrInfo, error)
- func (f *FullNodeMock) NetPing(ctx context.Context, id peer.ID) (time.Duration, error)
- func (f *FullNodeMock) NetProtectAdd(ctx context.Context, acl []peer.ID) error
- func (f *FullNodeMock) NetProtectList(ctx context.Context) ([]peer.ID, error)
- func (f *FullNodeMock) NetProtectRemove(ctx context.Context, acl []peer.ID) error
- func (f *FullNodeMock) NetPubsubScores(ctx context.Context) ([]api.PubsubScore, error)
- func (f *FullNodeMock) NetSetLimit(ctx context.Context, scope string, limit api.NetLimit) error
- func (f *FullNodeMock) NetStat(ctx context.Context, scope string) (api.NetStat, error)
- func (f *FullNodeMock) NetVersion(ctx context.Context) (string, error)
- func (f *FullNodeMock) NodeStatus(ctx context.Context, inclChainStatus bool) (api.NodeStatus, error)
- func (f *FullNodeMock) PaychAllocateLane(ctx context.Context, ch address.Address) (uint64, error)
- func (f *FullNodeMock) PaychAvailableFunds(ctx context.Context, ch address.Address) (*api.ChannelAvailableFunds, error)
- func (f *FullNodeMock) PaychAvailableFundsByFromTo(ctx context.Context, from, to address.Address) (*api.ChannelAvailableFunds, error)
- func (f *FullNodeMock) PaychClose(ctx context.Context, a address.Address) (cid.Cid, error)
- func (f *FullNodeMock) PaychCollect(ctx context.Context, a address.Address) (cid.Cid, error)
- func (f *FullNodeMock) PaychFund(ctx context.Context, from, to address.Address, amt filTypes.BigInt) (*api.ChannelInfo, error)
- func (f *FullNodeMock) PaychGet(ctx context.Context, from, to address.Address, amt filTypes.BigInt, ...) (*api.ChannelInfo, error)
- func (f *FullNodeMock) PaychGetWaitReady(ctx context.Context, c cid.Cid) (address.Address, error)
- func (f *FullNodeMock) PaychList(ctx context.Context) ([]address.Address, error)
- func (f *FullNodeMock) PaychNewPayment(ctx context.Context, from, to address.Address, vouchers []api.VoucherSpec) (*api.PaymentInfo, error)
- func (f *FullNodeMock) PaychSettle(ctx context.Context, a address.Address) (cid.Cid, error)
- func (f *FullNodeMock) PaychStatus(ctx context.Context, a address.Address) (*api.PaychStatus, error)
- func (f *FullNodeMock) PaychVoucherAdd(ctx context.Context, a address.Address, voucher *paych.SignedVoucher, ...) (filTypes.BigInt, error)
- func (f *FullNodeMock) PaychVoucherCheckSpendable(ctx context.Context, a address.Address, voucher *paych.SignedVoucher, ...) (bool, error)
- func (f *FullNodeMock) PaychVoucherCheckValid(ctx context.Context, a address.Address, voucher *paych.SignedVoucher) error
- func (f *FullNodeMock) PaychVoucherCreate(ctx context.Context, a address.Address, bigInt filTypes.BigInt, u uint64) (*api.VoucherCreateResult, error)
- func (f *FullNodeMock) PaychVoucherList(ctx context.Context, a address.Address) ([]*paych.SignedVoucher, error)
- func (f *FullNodeMock) PaychVoucherSubmit(ctx context.Context, a address.Address, voucher *paych.SignedVoucher, ...) (cid.Cid, error)
- func (f *FullNodeMock) RaftLeader(ctx context.Context) (peer.ID, error)
- func (f *FullNodeMock) RaftState(ctx context.Context) (*api.RaftStateData, error)
- func (f *FullNodeMock) Session(ctx context.Context) (uuid.UUID, error)
- func (f *FullNodeMock) Shutdown(ctx context.Context) error
- func (f *FullNodeMock) StartTime(ctx context.Context) (time.Time, error)
- func (f *FullNodeMock) StateAccountKey(ctx context.Context, a address.Address, key filTypes.TipSetKey) (address.Address, error)
- func (f *FullNodeMock) StateActorCodeCIDs(ctx context.Context, version network2.Version) (map[string]cid.Cid, error)
- func (f *FullNodeMock) StateActorManifestCID(ctx context.Context, version network2.Version) (cid.Cid, error)
- func (f *FullNodeMock) StateAllMinerFaults(ctx context.Context, lookback abi.ChainEpoch, ts filTypes.TipSetKey) ([]*api.Fault, error)
- func (f *FullNodeMock) StateCall(ctx context.Context, message *filTypes.Message, key filTypes.TipSetKey) (*api.InvocResult, error)
- func (f *FullNodeMock) StateChangedActors(ctx context.Context, c cid.Cid, c2 cid.Cid) (map[string]filTypes.Actor, error)
- func (f *FullNodeMock) StateCirculatingSupply(ctx context.Context, key filTypes.TipSetKey) (abi.TokenAmount, error)
- func (f *FullNodeMock) StateCompute(ctx context.Context, epoch abi.ChainEpoch, messages []*filTypes.Message, ...) (*api.ComputeStateOutput, error)
- func (f *FullNodeMock) StateComputeDataCID(ctx context.Context, maddr address.Address, sectorType abi.RegisteredSealProof, ...) (cid.Cid, error)
- func (f *FullNodeMock) StateDealProviderCollateralBounds(ctx context.Context, size abi.PaddedPieceSize, b bool, key filTypes.TipSetKey) (api.DealCollateralBounds, error)
- func (f *FullNodeMock) StateDecodeParams(ctx context.Context, toAddr address.Address, method abi.MethodNum, ...) (interface{}, error)
- func (f *FullNodeMock) StateEncodeParams(ctx context.Context, toActCode cid.Cid, method abi.MethodNum, ...) ([]byte, error)
- func (f *FullNodeMock) StateGetActor(ctx context.Context, actor address.Address, tsk filTypes.TipSetKey) (*filTypes.Actor, error)
- func (f *FullNodeMock) StateGetAllocation(ctx context.Context, clientAddr address.Address, ...) (*verifreg2.Allocation, error)
- func (f *FullNodeMock) StateGetAllocationForPendingDeal(ctx context.Context, dealId abi.DealID, tsk filTypes.TipSetKey) (*verifreg2.Allocation, error)
- func (f *FullNodeMock) StateGetAllocations(ctx context.Context, clientAddr address.Address, tsk filTypes.TipSetKey) (map[verifreg2.AllocationId]verifreg2.Allocation, error)
- func (f *FullNodeMock) StateGetBeaconEntry(ctx context.Context, epoch abi.ChainEpoch) (*filTypes.BeaconEntry, error)
- func (f *FullNodeMock) StateGetClaim(ctx context.Context, providerAddr address.Address, claimId verifreg2.ClaimId, ...) (*verifreg2.Claim, error)
- func (f *FullNodeMock) StateGetClaims(ctx context.Context, providerAddr address.Address, tsk filTypes.TipSetKey) (map[verifreg2.ClaimId]verifreg2.Claim, error)
- func (f *FullNodeMock) StateGetNetworkParams(ctx context.Context) (*api.NetworkParams, error)
- func (f *FullNodeMock) StateGetRandomnessDigestFromBeacon(ctx context.Context, randEpoch abi.ChainEpoch, tsk filTypes.TipSetKey) (abi.Randomness, error)
- func (f *FullNodeMock) StateGetRandomnessDigestFromTickets(ctx context.Context, randEpoch abi.ChainEpoch, tsk filTypes.TipSetKey) (abi.Randomness, error)
- func (f *FullNodeMock) StateGetRandomnessFromBeacon(ctx context.Context, personalization crypto.DomainSeparationTag, ...) (abi.Randomness, error)
- func (f *FullNodeMock) StateGetRandomnessFromTickets(ctx context.Context, personalization crypto.DomainSeparationTag, ...) (abi.Randomness, error)
- func (f *FullNodeMock) StateGetReceipt(ctx context.Context, c cid.Cid, key filTypes.TipSetKey) (*filTypes.MessageReceipt, error)
- func (f *FullNodeMock) StateListActors(ctx context.Context, key filTypes.TipSetKey) ([]address.Address, error)
- func (f *FullNodeMock) StateListMessages(ctx context.Context, match *api.MessageMatch, tsk filTypes.TipSetKey, ...) ([]cid.Cid, error)
- func (f *FullNodeMock) StateListMiners(ctx context.Context, key filTypes.TipSetKey) ([]address.Address, error)
- func (f *FullNodeMock) StateLookupID(ctx context.Context, a address.Address, key filTypes.TipSetKey) (address.Address, error)
- func (f *FullNodeMock) StateLookupRobustAddress(ctx context.Context, a address.Address, key filTypes.TipSetKey) (address.Address, error)
- func (f *FullNodeMock) StateMarketBalance(ctx context.Context, a address.Address, key filTypes.TipSetKey) (api.MarketBalance, error)
- func (f *FullNodeMock) StateMarketDeals(ctx context.Context, key filTypes.TipSetKey) (map[string]*api.MarketDeal, error)
- func (f *FullNodeMock) StateMarketParticipants(ctx context.Context, key filTypes.TipSetKey) (map[string]api.MarketBalance, error)
- func (f *FullNodeMock) StateMarketStorageDeal(ctx context.Context, id abi.DealID, key filTypes.TipSetKey) (*api.MarketDeal, error)
- func (f *FullNodeMock) StateMinerActiveSectors(ctx context.Context, a address.Address, key filTypes.TipSetKey) ([]*minerBuiltin.SectorOnChainInfo, error)
- func (f *FullNodeMock) StateMinerAllocated(ctx context.Context, a address.Address, key filTypes.TipSetKey) (*bitfield.BitField, error)
- func (f *FullNodeMock) StateMinerAvailableBalance(ctx context.Context, a address.Address, key filTypes.TipSetKey) (filTypes.BigInt, error)
- func (f *FullNodeMock) StateMinerDeadlines(ctx context.Context, a address.Address, key filTypes.TipSetKey) ([]api.Deadline, error)
- func (f *FullNodeMock) StateMinerFaults(ctx context.Context, a address.Address, key filTypes.TipSetKey) (bitfield.BitField, error)
- func (f *FullNodeMock) StateMinerInfo(ctx context.Context, a address.Address, key filTypes.TipSetKey) (api.MinerInfo, error)
- func (f *FullNodeMock) StateMinerInitialPledgeCollateral(ctx context.Context, a address.Address, info miner.SectorPreCommitInfo, ...) (filTypes.BigInt, error)
- func (f *FullNodeMock) StateMinerPartitions(ctx context.Context, m address.Address, dlIdx uint64, tsk filTypes.TipSetKey) ([]api.Partition, error)
- func (f *FullNodeMock) StateMinerPower(ctx context.Context, a address.Address, key filTypes.TipSetKey) (*api.MinerPower, error)
- func (f *FullNodeMock) StateMinerPreCommitDepositForPower(ctx context.Context, a address.Address, info miner.SectorPreCommitInfo, ...) (filTypes.BigInt, error)
- func (f *FullNodeMock) StateMinerProvingDeadline(ctx context.Context, a address.Address, key filTypes.TipSetKey) (*dline.Info, error)
- func (f *FullNodeMock) StateMinerRecoveries(ctx context.Context, a address.Address, key filTypes.TipSetKey) (bitfield.BitField, error)
- func (f *FullNodeMock) StateMinerSectorAllocated(ctx context.Context, a address.Address, number abi.SectorNumber, ...) (bool, error)
- func (f *FullNodeMock) StateMinerSectorCount(ctx context.Context, a address.Address, key filTypes.TipSetKey) (api.MinerSectors, error)
- func (f *FullNodeMock) StateMinerSectors(ctx context.Context, a address.Address, field *bitfield.BitField, ...) ([]*minerBuiltin.SectorOnChainInfo, error)
- func (f *FullNodeMock) StateMsgGasCost(ctx context.Context, c cid.Cid, key filTypes.TipSetKey) (*api.MsgGasCost, error)
- func (f *FullNodeMock) StateNetworkName(ctx context.Context) (dtypes.NetworkName, error)
- func (f *FullNodeMock) StateNetworkVersion(ctx context.Context, key filTypes.TipSetKey) (network2.Version, error)
- func (f *FullNodeMock) StatePledgeCollateral(ctx context.Context, key filTypes.TipSetKey) (filTypes.BigInt, error)
- func (f *FullNodeMock) StateReadState(ctx context.Context, actor address.Address, tsk filTypes.TipSetKey) (*api.ActorState, error)
- func (f *FullNodeMock) StateReplay(ctx context.Context, key filTypes.TipSetKey, c cid.Cid) (*api.InvocResult, error)
- func (f *FullNodeMock) StateSearchMsg(ctx context.Context, from filTypes.TipSetKey, msg cid.Cid, ...) (*api.MsgLookup, error)
- func (f *FullNodeMock) StateSearchMsgLimited(ctx context.Context, msg cid.Cid, limit abi.ChainEpoch) (*api.MsgLookup, error)
- func (f *FullNodeMock) StateSectorExpiration(ctx context.Context, a address.Address, number abi.SectorNumber, ...) (*minerBuiltin.SectorExpiration, error)
- func (f *FullNodeMock) StateSectorGetInfo(ctx context.Context, a address.Address, number abi.SectorNumber, ...) (*minerBuiltin.SectorOnChainInfo, error)
- func (f *FullNodeMock) StateSectorPartition(ctx context.Context, maddr address.Address, sectorNumber abi.SectorNumber, ...) (*minerBuiltin.SectorLocation, error)
- func (f *FullNodeMock) StateSectorPreCommitInfo(ctx context.Context, a address.Address, number abi.SectorNumber, ...) (*miner.SectorPreCommitOnChainInfo, error)
- func (f *FullNodeMock) StateVMCirculatingSupplyInternal(ctx context.Context, key filTypes.TipSetKey) (api.CirculatingSupply, error)
- func (f *FullNodeMock) StateVerifiedClientStatus(ctx context.Context, addr address.Address, tsk filTypes.TipSetKey) (*verifreg.DataCap, error)
- func (f *FullNodeMock) StateVerifiedRegistryRootKey(ctx context.Context, tsk filTypes.TipSetKey) (address.Address, error)
- func (f *FullNodeMock) StateVerifierStatus(ctx context.Context, addr address.Address, tsk filTypes.TipSetKey) (*abi.StoragePower, error)
- func (f *FullNodeMock) StateWaitMsg(ctx context.Context, cid cid.Cid, confidence uint64, limit abi.ChainEpoch, ...) (*api.MsgLookup, error)
- func (f *FullNodeMock) StateWaitMsgLimited(ctx context.Context, cid cid.Cid, confidence uint64, limit abi.ChainEpoch) (*api.MsgLookup, error)
- func (f *FullNodeMock) SyncCheckBad(ctx context.Context, bcid cid.Cid) (string, error)
- func (f *FullNodeMock) SyncCheckpoint(ctx context.Context, tsk filTypes.TipSetKey) error
- func (f *FullNodeMock) SyncIncomingBlocks(ctx context.Context) (<-chan *filTypes.BlockHeader, error)
- func (f *FullNodeMock) SyncMarkBad(ctx context.Context, bcid cid.Cid) error
- func (f *FullNodeMock) SyncState(ctx context.Context) (*api.SyncState, error)
- func (f *FullNodeMock) SyncSubmitBlock(ctx context.Context, blk *filTypes.BlockMsg) error
- func (f *FullNodeMock) SyncUnmarkAllBad(ctx context.Context) error
- func (f *FullNodeMock) SyncUnmarkBad(ctx context.Context, bcid cid.Cid) error
- func (f *FullNodeMock) SyncValidateTipset(ctx context.Context, tsk filTypes.TipSetKey) (bool, error)
- func (f *FullNodeMock) Version(ctx context.Context) (api.APIVersion, error)
- func (f *FullNodeMock) WalletBalance(ctx context.Context, a address.Address) (filTypes.BigInt, error)
- func (f *FullNodeMock) WalletDefaultAddress(ctx context.Context) (address.Address, error)
- func (f *FullNodeMock) WalletDelete(ctx context.Context, a address.Address) error
- func (f *FullNodeMock) WalletExport(ctx context.Context, a address.Address) (*filTypes.KeyInfo, error)
- func (f *FullNodeMock) WalletHas(ctx context.Context, a address.Address) (bool, error)
- func (f *FullNodeMock) WalletImport(ctx context.Context, info *filTypes.KeyInfo) (address.Address, error)
- func (f *FullNodeMock) WalletList(ctx context.Context) ([]address.Address, error)
- func (f *FullNodeMock) WalletNew(ctx context.Context, keyType filTypes.KeyType) (address.Address, error)
- func (f *FullNodeMock) WalletSetDefault(ctx context.Context, a address.Address) error
- func (f *FullNodeMock) WalletSign(ctx context.Context, a address.Address, bytes []byte) (*crypto.Signature, error)
- func (f *FullNodeMock) WalletSignMessage(ctx context.Context, a address.Address, message *filTypes.Message) (*filTypes.SignedMessage, error)
- func (f *FullNodeMock) WalletValidateAddress(ctx context.Context, s string) (address.Address, error)
- func (f *FullNodeMock) WalletVerify(ctx context.Context, a address.Address, bytes []byte, ...) (bool, error)
- func (f *FullNodeMock) Web3ClientVersion(ctx context.Context) (string, error)
- type MessagePrototype
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FullNodeMock ¶
func (*FullNodeMock) AuthNew ¶
func (f *FullNodeMock) AuthNew(ctx context.Context, perms []auth.Permission) ([]byte, error)
func (*FullNodeMock) AuthVerify ¶
func (f *FullNodeMock) AuthVerify(ctx context.Context, token string) ([]auth.Permission, error)
func (*FullNodeMock) BeaconGetEntry ¶
func (f *FullNodeMock) BeaconGetEntry(ctx context.Context, epoch abi.ChainEpoch) (*filTypes.BeaconEntry, error)
func (*FullNodeMock) ChainBlockstoreInfo ¶ added in v1.1200.0
func (f *FullNodeMock) ChainBlockstoreInfo(ctx context.Context) (map[string]interface{}, error)
func (*FullNodeMock) ChainCheckBlockstore ¶ added in v1.1200.0
func (f *FullNodeMock) ChainCheckBlockstore(ctx context.Context) error
func (*FullNodeMock) ChainDeleteObj ¶
func (f *FullNodeMock) ChainDeleteObj(ctx context.Context, c cid.Cid) error
func (*FullNodeMock) ChainExport ¶
func (f *FullNodeMock) ChainExport(ctx context.Context, nroots abi.ChainEpoch, oldmsgskip bool, tsk filTypes.TipSetKey) (<-chan []byte, error)
func (*FullNodeMock) ChainExportRangeInternal ¶ added in v1.2303.0
func (f *FullNodeMock) ChainExportRangeInternal(ctx context.Context, head, tail filTypes.TipSetKey, cfg api.ChainExportConfig) error
func (*FullNodeMock) ChainGetBlock ¶
func (f *FullNodeMock) ChainGetBlock(ctx context.Context, c cid.Cid) (*filTypes.BlockHeader, error)
func (*FullNodeMock) ChainGetBlockMessages ¶
func (f *FullNodeMock) ChainGetBlockMessages(ctx context.Context, blockCid cid.Cid) (*api.BlockMessages, error)
func (*FullNodeMock) ChainGetEvents ¶ added in v1.2000.0
func (*FullNodeMock) ChainGetGenesis ¶
func (*FullNodeMock) ChainGetMessage ¶
func (*FullNodeMock) ChainGetMessagesInTipset ¶ added in v1.1200.0
func (*FullNodeMock) ChainGetNode ¶
func (f *FullNodeMock) ChainGetNode(ctx context.Context, p string) (*api.IpldObject, error)
func (*FullNodeMock) ChainGetParentMessages ¶
func (*FullNodeMock) ChainGetParentReceipts ¶
func (f *FullNodeMock) ChainGetParentReceipts(ctx context.Context, blockCid cid.Cid) ([]*filTypes.MessageReceipt, error)
func (*FullNodeMock) ChainGetPath ¶
func (f *FullNodeMock) ChainGetPath(ctx context.Context, from filTypes.TipSetKey, to filTypes.TipSetKey) ([]*api.HeadChange, error)
func (*FullNodeMock) ChainGetRandomness ¶
func (f *FullNodeMock) ChainGetRandomness(ctx context.Context, tsk filTypes.TipSetKey, personalization crypto.DomainSeparationTag, randEpoch abi.ChainEpoch, entropy []byte) (abi.Randomness, error)
func (*FullNodeMock) ChainGetRandomnessFromBeacon ¶
func (f *FullNodeMock) ChainGetRandomnessFromBeacon(ctx context.Context, tsk filTypes.TipSetKey, personalization crypto.DomainSeparationTag, randEpoch abi.ChainEpoch, entropy []byte) (abi.Randomness, error)
func (*FullNodeMock) ChainGetRandomnessFromTickets ¶
func (f *FullNodeMock) ChainGetRandomnessFromTickets(ctx context.Context, tsk filTypes.TipSetKey, personalization crypto.DomainSeparationTag, randEpoch abi.ChainEpoch, entropy []byte) (abi.Randomness, error)
func (*FullNodeMock) ChainGetTipSet ¶
func (*FullNodeMock) ChainGetTipSetAfterHeight ¶ added in v1.1200.0
func (f *FullNodeMock) ChainGetTipSetAfterHeight(ctx context.Context, epoch abi.ChainEpoch, key filTypes.TipSetKey) (*filTypes.TipSet, error)
func (*FullNodeMock) ChainGetTipSetByHeight ¶
func (f *FullNodeMock) ChainGetTipSetByHeight(ctx context.Context, epoch abi.ChainEpoch, key filTypes.TipSetKey) (*filTypes.TipSet, error)
func (*FullNodeMock) ChainHasObj ¶
func (f *FullNodeMock) ChainHasObj(ctx context.Context, c cid.Cid) (bool, error)
func (*FullNodeMock) ChainHotGC ¶ added in v1.2303.0
func (*FullNodeMock) ChainNotify ¶
func (f *FullNodeMock) ChainNotify(ctx context.Context) (<-chan []*api.HeadChange, error)
func (*FullNodeMock) ChainPrune ¶ added in v1.1800.0
func (*FullNodeMock) ChainPutObj ¶ added in v1.1600.0
func (*FullNodeMock) ChainReadObj ¶
func (f *FullNodeMock) ChainReadObj(ctx context.Context, c cid.Cid) ([]byte, error)
func (*FullNodeMock) ChainSetHead ¶
func (*FullNodeMock) ChainStatObj ¶
func (*FullNodeMock) ChainTipSetWeight ¶
func (*FullNodeMock) ClientCalcCommP ¶
func (*FullNodeMock) ClientCancelDataTransfer ¶ added in v1.103.0
func (f *FullNodeMock) ClientCancelDataTransfer(ctx context.Context, transferID datatransfer.TransferID, otherPeer peer.ID, isInitiator bool) error
func (*FullNodeMock) ClientCancelRetrievalDeal ¶ added in v1.800.0
func (f *FullNodeMock) ClientCancelRetrievalDeal(ctx context.Context, dealid retrievalmarket.DealID) error
func (*FullNodeMock) ClientDataTransferUpdates ¶
func (f *FullNodeMock) ClientDataTransferUpdates(ctx context.Context) (<-chan api.DataTransferChannel, error)
func (*FullNodeMock) ClientDealPieceCID ¶ added in v1.103.0
func (f *FullNodeMock) ClientDealPieceCID(ctx context.Context, root cid.Cid) (api.DataCIDSize, error)
func (*FullNodeMock) ClientDealSize ¶
func (*FullNodeMock) ClientExport ¶ added in v1.1400.0
func (*FullNodeMock) ClientFindData ¶
func (f *FullNodeMock) ClientFindData(ctx context.Context, root cid.Cid, piece *cid.Cid) ([]api.QueryOffer, error)
func (*FullNodeMock) ClientGenCar ¶
func (*FullNodeMock) ClientGetDealInfo ¶
func (*FullNodeMock) ClientGetDealStatus ¶ added in v1.103.0
func (*FullNodeMock) ClientGetDealUpdates ¶
func (*FullNodeMock) ClientGetRetrievalUpdates ¶ added in v1.1200.0
func (f *FullNodeMock) ClientGetRetrievalUpdates(ctx context.Context) (<-chan api.RetrievalInfo, error)
func (*FullNodeMock) ClientHasLocal ¶
func (f *FullNodeMock) ClientHasLocal(ctx context.Context, root cid.Cid) (bool, error)
func (*FullNodeMock) ClientImport ¶
func (*FullNodeMock) ClientListDataTransfers ¶
func (f *FullNodeMock) ClientListDataTransfers(ctx context.Context) ([]api.DataTransferChannel, error)
func (*FullNodeMock) ClientListDeals ¶
func (*FullNodeMock) ClientListImports ¶
func (*FullNodeMock) ClientListRetrievals ¶ added in v1.1200.0
func (f *FullNodeMock) ClientListRetrievals(ctx context.Context) ([]api.RetrievalInfo, error)
func (*FullNodeMock) ClientMinerQueryOffer ¶
func (f *FullNodeMock) ClientMinerQueryOffer(ctx context.Context, miner address.Address, root cid.Cid, piece *cid.Cid) (api.QueryOffer, error)
func (*FullNodeMock) ClientQueryAsk ¶
func (f *FullNodeMock) ClientQueryAsk(ctx context.Context, p peer.ID, miner address.Address) (*api.StorageAsk, error)
func (*FullNodeMock) ClientRemoveImport ¶
func (*FullNodeMock) ClientRestartDataTransfer ¶ added in v0.1001.1
func (f *FullNodeMock) ClientRestartDataTransfer(ctx context.Context, transferID datatransfer.TransferID, otherPeer peer.ID, isInitiator bool) error
func (*FullNodeMock) ClientRetrieve ¶
func (f *FullNodeMock) ClientRetrieve(ctx context.Context, params api.RetrievalOrder) (*api.RestrievalRes, error)
func (*FullNodeMock) ClientRetrieveTryRestartInsufficientFunds ¶
func (f *FullNodeMock) ClientRetrieveTryRestartInsufficientFunds(ctx context.Context, paymentChannel address.Address) error
func (*FullNodeMock) ClientRetrieveWait ¶ added in v1.1400.0
func (f *FullNodeMock) ClientRetrieveWait(ctx context.Context, deal retrievalmarket.DealID) error
func (*FullNodeMock) ClientRetrieveWithEvents ¶
func (f *FullNodeMock) ClientRetrieveWithEvents(ctx context.Context, order api.RetrievalOrder, ref *api.FileRef) (<-chan marketevents.RetrievalEvent, error)
func (*FullNodeMock) ClientStartDeal ¶
func (f *FullNodeMock) ClientStartDeal(ctx context.Context, params *api.StartDealParams) (*cid.Cid, error)
func (*FullNodeMock) ClientStatelessDeal ¶ added in v1.1200.0
func (f *FullNodeMock) ClientStatelessDeal(ctx context.Context, params *api.StartDealParams) (*cid.Cid, error)
func (*FullNodeMock) Closing ¶
func (f *FullNodeMock) Closing(ctx context.Context) (<-chan struct{}, error)
func (*FullNodeMock) CreateBackup ¶ added in v0.1001.1
func (f *FullNodeMock) CreateBackup(ctx context.Context, fpath string) error
func (*FullNodeMock) Discover ¶ added in v1.1000.0
func (f *FullNodeMock) Discover(ctx context.Context) (apitypes.OpenRPCDocument, error)
func (*FullNodeMock) EthAccounts ¶ added in v1.2000.0
func (f *FullNodeMock) EthAccounts(ctx context.Context) ([]ethtypes.EthAddress, error)
func (*FullNodeMock) EthAddressToFilecoinAddress ¶ added in v1.2000.0
func (f *FullNodeMock) EthAddressToFilecoinAddress(ctx context.Context, ethAddress ethtypes.EthAddress) (address.Address, error)
func (*FullNodeMock) EthBlockNumber ¶ added in v1.2000.0
func (*FullNodeMock) EthCall ¶ added in v1.2000.0
func (f *FullNodeMock) EthCall(ctx context.Context, tx ethtypes.EthCall, blkParam ethtypes.EthBlockNumberOrHash) (ethtypes.EthBytes, error)
func (*FullNodeMock) EthChainId ¶ added in v1.2000.0
func (*FullNodeMock) EthEstimateGas ¶ added in v1.2000.0
func (*FullNodeMock) EthFeeHistory ¶ added in v1.2000.0
func (f *FullNodeMock) EthFeeHistory(ctx context.Context, p jsonrpc.RawParams) (ethtypes.EthFeeHistory, error)
func (*FullNodeMock) EthGasPrice ¶ added in v1.2000.0
func (*FullNodeMock) EthGetBalance ¶ added in v1.2000.0
func (f *FullNodeMock) EthGetBalance(ctx context.Context, address ethtypes.EthAddress, blkParam ethtypes.EthBlockNumberOrHash) (ethtypes.EthBigInt, error)
func (*FullNodeMock) EthGetBlockByHash ¶ added in v1.2000.0
func (*FullNodeMock) EthGetBlockByNumber ¶ added in v1.2000.0
func (*FullNodeMock) EthGetBlockTransactionCountByHash ¶ added in v1.2000.0
func (*FullNodeMock) EthGetBlockTransactionCountByNumber ¶ added in v1.2000.0
func (*FullNodeMock) EthGetCode ¶ added in v1.2000.0
func (f *FullNodeMock) EthGetCode(ctx context.Context, address ethtypes.EthAddress, blkParam ethtypes.EthBlockNumberOrHash) (ethtypes.EthBytes, error)
func (*FullNodeMock) EthGetFilterChanges ¶ added in v1.2000.0
func (f *FullNodeMock) EthGetFilterChanges(ctx context.Context, id ethtypes.EthFilterID) (*ethtypes.EthFilterResult, error)
func (*FullNodeMock) EthGetFilterLogs ¶ added in v1.2000.0
func (f *FullNodeMock) EthGetFilterLogs(ctx context.Context, id ethtypes.EthFilterID) (*ethtypes.EthFilterResult, error)
func (*FullNodeMock) EthGetLogs ¶ added in v1.2000.0
func (f *FullNodeMock) EthGetLogs(ctx context.Context, filter *ethtypes.EthFilterSpec) (*ethtypes.EthFilterResult, error)
func (*FullNodeMock) EthGetMessageCidByTransactionHash ¶ added in v1.2000.0
func (*FullNodeMock) EthGetStorageAt ¶ added in v1.2000.0
func (f *FullNodeMock) EthGetStorageAt(ctx context.Context, address ethtypes.EthAddress, position ethtypes.EthBytes, blkParam ethtypes.EthBlockNumberOrHash) (ethtypes.EthBytes, error)
func (*FullNodeMock) EthGetTransactionByBlockHashAndIndex ¶ added in v1.2000.0
func (*FullNodeMock) EthGetTransactionByBlockNumberAndIndex ¶ added in v1.2000.0
func (*FullNodeMock) EthGetTransactionByHash ¶ added in v1.2000.0
func (*FullNodeMock) EthGetTransactionByHashLimited ¶ added in v1.2303.0
func (f *FullNodeMock) EthGetTransactionByHashLimited(ctx context.Context, txHash *ethtypes.EthHash, limit abi.ChainEpoch) (*ethtypes.EthTx, error)
func (*FullNodeMock) EthGetTransactionCount ¶ added in v1.2000.0
func (f *FullNodeMock) EthGetTransactionCount(ctx context.Context, sender ethtypes.EthAddress, blkParam ethtypes.EthBlockNumberOrHash) (ethtypes.EthUint64, error)
func (*FullNodeMock) EthGetTransactionHashByCid ¶ added in v1.2000.0
func (*FullNodeMock) EthGetTransactionReceipt ¶ added in v1.2000.0
func (f *FullNodeMock) EthGetTransactionReceipt(ctx context.Context, txHash ethtypes.EthHash) (*api.EthTxReceipt, error)
func (*FullNodeMock) EthGetTransactionReceiptLimited ¶ added in v1.2303.0
func (f *FullNodeMock) EthGetTransactionReceiptLimited(ctx context.Context, txHash ethtypes.EthHash, limit abi.ChainEpoch) (*api.EthTxReceipt, error)
func (*FullNodeMock) EthMaxPriorityFeePerGas ¶ added in v1.2000.0
func (*FullNodeMock) EthNewBlockFilter ¶ added in v1.2000.0
func (f *FullNodeMock) EthNewBlockFilter(ctx context.Context) (ethtypes.EthFilterID, error)
func (*FullNodeMock) EthNewFilter ¶ added in v1.2000.0
func (f *FullNodeMock) EthNewFilter(ctx context.Context, filter *ethtypes.EthFilterSpec) (ethtypes.EthFilterID, error)
func (*FullNodeMock) EthNewPendingTransactionFilter ¶ added in v1.2000.0
func (f *FullNodeMock) EthNewPendingTransactionFilter(ctx context.Context) (ethtypes.EthFilterID, error)
func (*FullNodeMock) EthProtocolVersion ¶ added in v1.2000.0
func (*FullNodeMock) EthSendRawTransaction ¶ added in v1.2000.0
func (*FullNodeMock) EthSubscribe ¶ added in v1.2000.0
func (f *FullNodeMock) EthSubscribe(ctx context.Context, params jsonrpc.RawParams) (ethtypes.EthSubscriptionID, error)
func (*FullNodeMock) EthSyncing ¶ added in v1.2303.0
func (f *FullNodeMock) EthSyncing(ctx context.Context) (ethtypes.EthSyncingResult, error)
func (*FullNodeMock) EthUninstallFilter ¶ added in v1.2000.0
func (f *FullNodeMock) EthUninstallFilter(ctx context.Context, id ethtypes.EthFilterID) (bool, error)
func (*FullNodeMock) EthUnsubscribe ¶ added in v1.2000.0
func (f *FullNodeMock) EthUnsubscribe(ctx context.Context, id ethtypes.EthSubscriptionID) (bool, error)
func (*FullNodeMock) FilecoinAddressToEthAddress ¶ added in v1.2000.0
func (f *FullNodeMock) FilecoinAddressToEthAddress(ctx context.Context, filecoinAddress address.Address) (ethtypes.EthAddress, error)
func (*FullNodeMock) GasEstimateFeeCap ¶
func (*FullNodeMock) GasEstimateGasLimit ¶
func (*FullNodeMock) GasEstimateGasPremium ¶
func (*FullNodeMock) GasEstimateMessageGas ¶
func (*FullNodeMock) LogList ¶
func (f *FullNodeMock) LogList(ctx context.Context) ([]string, error)
func (*FullNodeMock) LogSetLevel ¶
func (*FullNodeMock) MarketAddBalance ¶ added in v1.401.0
func (*FullNodeMock) MarketEnsureAvailable ¶
func (*FullNodeMock) MarketGetReserved ¶ added in v1.401.0
func (*FullNodeMock) MarketReleaseFunds ¶ added in v1.103.0
func (*FullNodeMock) MarketReserveFunds ¶ added in v1.103.0
func (*FullNodeMock) MarketWithdraw ¶ added in v1.400.0
func (*FullNodeMock) MinerCreateBlock ¶
func (f *FullNodeMock) MinerCreateBlock(ctx context.Context, template *api.BlockTemplate) (*filTypes.BlockMsg, error)
func (*FullNodeMock) MinerGetBaseInfo ¶
func (f *FullNodeMock) MinerGetBaseInfo(ctx context.Context, a address.Address, epoch abi.ChainEpoch, key filTypes.TipSetKey) (*api.MiningBaseInfo, error)
func (*FullNodeMock) MpoolBatchPush ¶ added in v1.103.0
func (f *FullNodeMock) MpoolBatchPush(ctx context.Context, messages []*filTypes.SignedMessage) ([]cid.Cid, error)
func (*FullNodeMock) MpoolBatchPushMessage ¶ added in v1.103.0
func (f *FullNodeMock) MpoolBatchPushMessage(ctx context.Context, messages []*filTypes.Message, spec *api.MessageSendSpec) ([]*filTypes.SignedMessage, error)
func (*FullNodeMock) MpoolBatchPushUntrusted ¶ added in v1.103.0
func (f *FullNodeMock) MpoolBatchPushUntrusted(ctx context.Context, messages []*filTypes.SignedMessage) ([]cid.Cid, error)
func (*FullNodeMock) MpoolCheckMessages ¶ added in v1.1200.0
func (f *FullNodeMock) MpoolCheckMessages(ctx context.Context, prototypes []*api.MessagePrototype) ([][]api.MessageCheckStatus, error)
func (*FullNodeMock) MpoolCheckPendingMessages ¶ added in v1.1200.0
func (f *FullNodeMock) MpoolCheckPendingMessages(ctx context.Context, a address.Address) ([][]api.MessageCheckStatus, error)
func (*FullNodeMock) MpoolCheckReplaceMessages ¶ added in v1.1200.0
func (f *FullNodeMock) MpoolCheckReplaceMessages(ctx context.Context, messages []*filTypes.Message) ([][]api.MessageCheckStatus, error)
func (*FullNodeMock) MpoolClear ¶
func (f *FullNodeMock) MpoolClear(ctx context.Context, b bool) error
func (*FullNodeMock) MpoolEstimateGasPrice ¶
func (*FullNodeMock) MpoolGetConfig ¶
func (f *FullNodeMock) MpoolGetConfig(ctx context.Context) (*filTypes.MpoolConfig, error)
func (*FullNodeMock) MpoolGetNonce ¶
func (f *FullNodeMock) MpoolGetNonce(ctx context.Context, a address.Address) (uint64, error)
func (*FullNodeMock) MpoolPending ¶
func (f *FullNodeMock) MpoolPending(ctx context.Context, key filTypes.TipSetKey) ([]*filTypes.SignedMessage, error)
func (*FullNodeMock) MpoolPush ¶
func (f *FullNodeMock) MpoolPush(ctx context.Context, message *filTypes.SignedMessage) (cid.Cid, error)
func (*FullNodeMock) MpoolPushMessage ¶
func (f *FullNodeMock) MpoolPushMessage(ctx context.Context, msg *filTypes.Message, spec *api.MessageSendSpec) (*filTypes.SignedMessage, error)
func (*FullNodeMock) MpoolPushUntrusted ¶ added in v0.1001.1
func (f *FullNodeMock) MpoolPushUntrusted(ctx context.Context, message *filTypes.SignedMessage) (cid.Cid, error)
func (*FullNodeMock) MpoolSelect ¶
func (f *FullNodeMock) MpoolSelect(ctx context.Context, key filTypes.TipSetKey, f2 float64) ([]*filTypes.SignedMessage, error)
func (*FullNodeMock) MpoolSetConfig ¶
func (f *FullNodeMock) MpoolSetConfig(ctx context.Context, config *filTypes.MpoolConfig) error
func (*FullNodeMock) MpoolSub ¶
func (f *FullNodeMock) MpoolSub(ctx context.Context) (<-chan api.MpoolUpdate, error)
func (*FullNodeMock) MsigAddApprove ¶
func (f *FullNodeMock) MsigAddApprove(ctx context.Context, a address.Address, a2 address.Address, u uint64, a3 address.Address, a4 address.Address, b bool) (*api.MessagePrototype, error)
func (*FullNodeMock) MsigAddCancel ¶
func (f *FullNodeMock) MsigAddCancel(ctx context.Context, a address.Address, a2 address.Address, u uint64, a3 address.Address, b bool) (*api.MessagePrototype, error)
func (*FullNodeMock) MsigAddPropose ¶
func (f *FullNodeMock) MsigAddPropose(ctx context.Context, a address.Address, a2 address.Address, a3 address.Address, b bool) (*api.MessagePrototype, error)
func (*FullNodeMock) MsigApprove ¶
func (f *FullNodeMock) MsigApprove(context.Context, address.Address, uint64, address.Address) (*api.MessagePrototype, error)
func (*FullNodeMock) MsigApproveTxnHash ¶ added in v0.1001.1
func (*FullNodeMock) MsigCancel ¶
func (f *FullNodeMock) MsigCancel(context.Context, address.Address, uint64, address.Address) (*api.MessagePrototype, error)
func (*FullNodeMock) MsigCancelTxnHash ¶ added in v1.1400.0
func (*FullNodeMock) MsigCreate ¶
func (f *FullNodeMock) MsigCreate(ctx context.Context, u uint64, addresses []address.Address, epoch abi.ChainEpoch, bigInt filTypes.BigInt, a address.Address, bigInt2 filTypes.BigInt) (*api.MessagePrototype, error)
func (*FullNodeMock) MsigGetAvailableBalance ¶
func (*FullNodeMock) MsigGetPending ¶ added in v1.800.0
func (f *FullNodeMock) MsigGetPending(ctx context.Context, a address.Address, key filTypes.TipSetKey) ([]*api.MsigTransaction, error)
func (*FullNodeMock) MsigGetVested ¶
func (*FullNodeMock) MsigGetVestingSchedule ¶ added in v0.1001.1
func (f *FullNodeMock) MsigGetVestingSchedule(ctx context.Context, a address.Address, key filTypes.TipSetKey) (api.MsigVesting, error)
func (*FullNodeMock) MsigPropose ¶
func (f *FullNodeMock) MsigPropose(ctx context.Context, a address.Address, a2 address.Address, bigInt filTypes.BigInt, a3 address.Address, u uint64, bytes []byte) (*api.MessagePrototype, error)
func (*FullNodeMock) MsigRemoveSigner ¶ added in v0.1001.1
func (f *FullNodeMock) MsigRemoveSigner(ctx context.Context, msig address.Address, proposer address.Address, toRemove address.Address, decrease bool) (*api.MessagePrototype, error)
func (*FullNodeMock) MsigSwapApprove ¶
func (f *FullNodeMock) MsigSwapApprove(ctx context.Context, a address.Address, a2 address.Address, u uint64, a3 address.Address, a4 address.Address, a5 address.Address) (*api.MessagePrototype, error)
func (*FullNodeMock) MsigSwapCancel ¶
func (f *FullNodeMock) MsigSwapCancel(ctx context.Context, a address.Address, a2 address.Address, u uint64, a3 address.Address, a4 address.Address) (*api.MessagePrototype, error)
func (*FullNodeMock) MsigSwapPropose ¶
func (f *FullNodeMock) MsigSwapPropose(ctx context.Context, a address.Address, a2 address.Address, a3 address.Address, a4 address.Address) (*api.MessagePrototype, error)
func (*FullNodeMock) NetAddrsListen ¶
func (*FullNodeMock) NetAgentVersion ¶
func (*FullNodeMock) NetAutoNatStatus ¶
func (*FullNodeMock) NetBandwidthStats ¶
func (*FullNodeMock) NetBandwidthStatsByPeer ¶
func (*FullNodeMock) NetBandwidthStatsByProtocol ¶
func (*FullNodeMock) NetBlockAdd ¶ added in v1.400.0
func (f *FullNodeMock) NetBlockAdd(ctx context.Context, acl api.NetBlockList) error
func (*FullNodeMock) NetBlockList ¶ added in v1.400.0
func (f *FullNodeMock) NetBlockList(ctx context.Context) (api.NetBlockList, error)
func (*FullNodeMock) NetBlockRemove ¶ added in v1.400.0
func (f *FullNodeMock) NetBlockRemove(ctx context.Context, acl api.NetBlockList) error
func (*FullNodeMock) NetConnect ¶
func (*FullNodeMock) NetConnectedness ¶
func (f *FullNodeMock) NetConnectedness(ctx context.Context, id peer.ID) (network.Connectedness, error)
func (*FullNodeMock) NetDisconnect ¶
func (*FullNodeMock) NetFindPeer ¶
func (*FullNodeMock) NetListening ¶ added in v1.2000.0
func (f *FullNodeMock) NetListening(ctx context.Context) (bool, error)
func (*FullNodeMock) NetPeerInfo ¶ added in v1.800.0
func (f *FullNodeMock) NetPeerInfo(ctx context.Context, id peer.ID) (*api.ExtendedPeerInfo, error)
func (*FullNodeMock) NetProtectAdd ¶ added in v1.1501.0
func (*FullNodeMock) NetProtectList ¶ added in v1.1501.0
func (*FullNodeMock) NetProtectRemove ¶ added in v1.1501.0
func (*FullNodeMock) NetPubsubScores ¶
func (f *FullNodeMock) NetPubsubScores(ctx context.Context) ([]api.PubsubScore, error)
func (*FullNodeMock) NetSetLimit ¶ added in v1.1400.1
func (*FullNodeMock) NetVersion ¶ added in v1.2000.0
func (f *FullNodeMock) NetVersion(ctx context.Context) (string, error)
func (*FullNodeMock) NodeStatus ¶ added in v1.1200.0
func (f *FullNodeMock) NodeStatus(ctx context.Context, inclChainStatus bool) (api.NodeStatus, error)
func (*FullNodeMock) PaychAllocateLane ¶
func (f *FullNodeMock) PaychAllocateLane(ctx context.Context, ch address.Address) (uint64, error)
func (*FullNodeMock) PaychAvailableFunds ¶
func (f *FullNodeMock) PaychAvailableFunds(ctx context.Context, ch address.Address) (*api.ChannelAvailableFunds, error)
func (*FullNodeMock) PaychAvailableFundsByFromTo ¶
func (f *FullNodeMock) PaychAvailableFundsByFromTo(ctx context.Context, from, to address.Address) (*api.ChannelAvailableFunds, error)
func (*FullNodeMock) PaychClose ¶
func (f *FullNodeMock) PaychClose(ctx context.Context, a address.Address) (cid.Cid, error)
func (*FullNodeMock) PaychCollect ¶
func (f *FullNodeMock) PaychCollect(ctx context.Context, a address.Address) (cid.Cid, error)
func (*FullNodeMock) PaychFund ¶ added in v1.1501.0
func (f *FullNodeMock) PaychFund(ctx context.Context, from, to address.Address, amt filTypes.BigInt) (*api.ChannelInfo, error)
func (*FullNodeMock) PaychGet ¶
func (f *FullNodeMock) PaychGet(ctx context.Context, from, to address.Address, amt filTypes.BigInt, opts api.PaychGetOpts) (*api.ChannelInfo, error)
func (*FullNodeMock) PaychGetWaitReady ¶
func (f *FullNodeMock) PaychGetWaitReady(ctx context.Context, c cid.Cid) (address.Address, error)
func (*FullNodeMock) PaychList ¶
func (f *FullNodeMock) PaychList(ctx context.Context) ([]address.Address, error)
func (*FullNodeMock) PaychNewPayment ¶
func (f *FullNodeMock) PaychNewPayment(ctx context.Context, from, to address.Address, vouchers []api.VoucherSpec) (*api.PaymentInfo, error)
func (*FullNodeMock) PaychSettle ¶
func (f *FullNodeMock) PaychSettle(ctx context.Context, a address.Address) (cid.Cid, error)
func (*FullNodeMock) PaychStatus ¶
func (f *FullNodeMock) PaychStatus(ctx context.Context, a address.Address) (*api.PaychStatus, error)
func (*FullNodeMock) PaychVoucherAdd ¶
func (*FullNodeMock) PaychVoucherCheckSpendable ¶
func (f *FullNodeMock) PaychVoucherCheckSpendable(ctx context.Context, a address.Address, voucher *paych.SignedVoucher, bytes []byte, bytes2 []byte) (bool, error)
func (*FullNodeMock) PaychVoucherCheckValid ¶
func (f *FullNodeMock) PaychVoucherCheckValid(ctx context.Context, a address.Address, voucher *paych.SignedVoucher) error
func (*FullNodeMock) PaychVoucherCreate ¶
func (f *FullNodeMock) PaychVoucherCreate(ctx context.Context, a address.Address, bigInt filTypes.BigInt, u uint64) (*api.VoucherCreateResult, error)
func (*FullNodeMock) PaychVoucherList ¶
func (f *FullNodeMock) PaychVoucherList(ctx context.Context, a address.Address) ([]*paych.SignedVoucher, error)
func (*FullNodeMock) PaychVoucherSubmit ¶
func (f *FullNodeMock) PaychVoucherSubmit(ctx context.Context, a address.Address, voucher *paych.SignedVoucher, bytes []byte, bytes2 []byte) (cid.Cid, error)
func (*FullNodeMock) RaftLeader ¶ added in v1.2000.0
func (*FullNodeMock) RaftState ¶ added in v1.2000.0
func (f *FullNodeMock) RaftState(ctx context.Context) (*api.RaftStateData, error)
func (*FullNodeMock) StateAccountKey ¶
func (*FullNodeMock) StateActorCodeCIDs ¶ added in v1.1600.0
func (*FullNodeMock) StateActorManifestCID ¶ added in v1.1800.0
func (*FullNodeMock) StateAllMinerFaults ¶
func (f *FullNodeMock) StateAllMinerFaults(ctx context.Context, lookback abi.ChainEpoch, ts filTypes.TipSetKey) ([]*api.Fault, error)
func (*FullNodeMock) StateCall ¶
func (f *FullNodeMock) StateCall(ctx context.Context, message *filTypes.Message, key filTypes.TipSetKey) (*api.InvocResult, error)
func (*FullNodeMock) StateChangedActors ¶
func (*FullNodeMock) StateCirculatingSupply ¶
func (f *FullNodeMock) StateCirculatingSupply(ctx context.Context, key filTypes.TipSetKey) (abi.TokenAmount, error)
func (*FullNodeMock) StateCompute ¶
func (f *FullNodeMock) StateCompute(ctx context.Context, epoch abi.ChainEpoch, messages []*filTypes.Message, key filTypes.TipSetKey) (*api.ComputeStateOutput, error)
func (*FullNodeMock) StateComputeDataCID ¶ added in v1.1800.0
func (f *FullNodeMock) StateComputeDataCID(ctx context.Context, maddr address.Address, sectorType abi.RegisteredSealProof, deals []abi.DealID, tsk filTypes.TipSetKey) (cid.Cid, error)
func (*FullNodeMock) StateDealProviderCollateralBounds ¶
func (f *FullNodeMock) StateDealProviderCollateralBounds(ctx context.Context, size abi.PaddedPieceSize, b bool, key filTypes.TipSetKey) (api.DealCollateralBounds, error)
func (*FullNodeMock) StateDecodeParams ¶ added in v1.103.0
func (*FullNodeMock) StateEncodeParams ¶ added in v1.1200.0
func (f *FullNodeMock) StateEncodeParams(ctx context.Context, toActCode cid.Cid, method abi.MethodNum, params json.RawMessage) ([]byte, error)
func (*FullNodeMock) StateGetActor ¶
func (*FullNodeMock) StateGetAllocation ¶ added in v1.1800.0
func (f *FullNodeMock) StateGetAllocation(ctx context.Context, clientAddr address.Address, allocationId verifreg2.AllocationId, tsk filTypes.TipSetKey) (*verifreg2.Allocation, error)
func (*FullNodeMock) StateGetAllocationForPendingDeal ¶ added in v1.1800.0
func (f *FullNodeMock) StateGetAllocationForPendingDeal(ctx context.Context, dealId abi.DealID, tsk filTypes.TipSetKey) (*verifreg2.Allocation, error)
func (*FullNodeMock) StateGetAllocations ¶ added in v1.1800.0
func (f *FullNodeMock) StateGetAllocations(ctx context.Context, clientAddr address.Address, tsk filTypes.TipSetKey) (map[verifreg2.AllocationId]verifreg2.Allocation, error)
func (*FullNodeMock) StateGetBeaconEntry ¶ added in v1.1600.0
func (f *FullNodeMock) StateGetBeaconEntry(ctx context.Context, epoch abi.ChainEpoch) (*filTypes.BeaconEntry, error)
func (*FullNodeMock) StateGetClaim ¶ added in v1.1800.0
func (*FullNodeMock) StateGetClaims ¶ added in v1.1800.0
func (*FullNodeMock) StateGetNetworkParams ¶ added in v1.1600.0
func (f *FullNodeMock) StateGetNetworkParams(ctx context.Context) (*api.NetworkParams, error)
func (*FullNodeMock) StateGetRandomnessDigestFromBeacon ¶ added in v1.2303.0
func (f *FullNodeMock) StateGetRandomnessDigestFromBeacon(ctx context.Context, randEpoch abi.ChainEpoch, tsk filTypes.TipSetKey) (abi.Randomness, error)
func (*FullNodeMock) StateGetRandomnessDigestFromTickets ¶ added in v1.2303.0
func (f *FullNodeMock) StateGetRandomnessDigestFromTickets(ctx context.Context, randEpoch abi.ChainEpoch, tsk filTypes.TipSetKey) (abi.Randomness, error)
func (*FullNodeMock) StateGetRandomnessFromBeacon ¶ added in v1.1200.0
func (f *FullNodeMock) StateGetRandomnessFromBeacon(ctx context.Context, personalization crypto.DomainSeparationTag, randEpoch abi.ChainEpoch, entropy []byte, tsk filTypes.TipSetKey) (abi.Randomness, error)
func (*FullNodeMock) StateGetRandomnessFromTickets ¶ added in v1.1200.0
func (f *FullNodeMock) StateGetRandomnessFromTickets(ctx context.Context, personalization crypto.DomainSeparationTag, randEpoch abi.ChainEpoch, entropy []byte, tsk filTypes.TipSetKey) (abi.Randomness, error)
func (*FullNodeMock) StateGetReceipt ¶
func (f *FullNodeMock) StateGetReceipt(ctx context.Context, c cid.Cid, key filTypes.TipSetKey) (*filTypes.MessageReceipt, error)
func (*FullNodeMock) StateListActors ¶
func (*FullNodeMock) StateListMessages ¶
func (f *FullNodeMock) StateListMessages(ctx context.Context, match *api.MessageMatch, tsk filTypes.TipSetKey, toht abi.ChainEpoch) ([]cid.Cid, error)
func (*FullNodeMock) StateListMiners ¶
func (*FullNodeMock) StateLookupID ¶
func (*FullNodeMock) StateLookupRobustAddress ¶ added in v1.1600.0
func (*FullNodeMock) StateMarketBalance ¶
func (f *FullNodeMock) StateMarketBalance(ctx context.Context, a address.Address, key filTypes.TipSetKey) (api.MarketBalance, error)
func (*FullNodeMock) StateMarketDeals ¶
func (f *FullNodeMock) StateMarketDeals(ctx context.Context, key filTypes.TipSetKey) (map[string]*api.MarketDeal, error)
func (*FullNodeMock) StateMarketParticipants ¶
func (f *FullNodeMock) StateMarketParticipants(ctx context.Context, key filTypes.TipSetKey) (map[string]api.MarketBalance, error)
func (*FullNodeMock) StateMarketStorageDeal ¶
func (f *FullNodeMock) StateMarketStorageDeal(ctx context.Context, id abi.DealID, key filTypes.TipSetKey) (*api.MarketDeal, error)
func (*FullNodeMock) StateMinerActiveSectors ¶
func (f *FullNodeMock) StateMinerActiveSectors(ctx context.Context, a address.Address, key filTypes.TipSetKey) ([]*minerBuiltin.SectorOnChainInfo, error)
func (*FullNodeMock) StateMinerAllocated ¶ added in v1.1800.0
func (*FullNodeMock) StateMinerAvailableBalance ¶
func (*FullNodeMock) StateMinerDeadlines ¶
func (*FullNodeMock) StateMinerFaults ¶
func (*FullNodeMock) StateMinerInfo ¶
func (*FullNodeMock) StateMinerInitialPledgeCollateral ¶
func (f *FullNodeMock) StateMinerInitialPledgeCollateral(ctx context.Context, a address.Address, info miner.SectorPreCommitInfo, key filTypes.TipSetKey) (filTypes.BigInt, error)
func (*FullNodeMock) StateMinerPartitions ¶
func (*FullNodeMock) StateMinerPower ¶
func (f *FullNodeMock) StateMinerPower(ctx context.Context, a address.Address, key filTypes.TipSetKey) (*api.MinerPower, error)
func (*FullNodeMock) StateMinerPreCommitDepositForPower ¶
func (f *FullNodeMock) StateMinerPreCommitDepositForPower(ctx context.Context, a address.Address, info miner.SectorPreCommitInfo, key filTypes.TipSetKey) (filTypes.BigInt, error)
func (*FullNodeMock) StateMinerProvingDeadline ¶
func (*FullNodeMock) StateMinerRecoveries ¶
func (*FullNodeMock) StateMinerSectorAllocated ¶ added in v1.103.0
func (f *FullNodeMock) StateMinerSectorAllocated(ctx context.Context, a address.Address, number abi.SectorNumber, key filTypes.TipSetKey) (bool, error)
func (*FullNodeMock) StateMinerSectorCount ¶
func (f *FullNodeMock) StateMinerSectorCount(ctx context.Context, a address.Address, key filTypes.TipSetKey) (api.MinerSectors, error)
func (*FullNodeMock) StateMinerSectors ¶
func (f *FullNodeMock) StateMinerSectors(ctx context.Context, a address.Address, field *bitfield.BitField, key filTypes.TipSetKey) ([]*minerBuiltin.SectorOnChainInfo, error)
func (*FullNodeMock) StateMsgGasCost ¶
func (f *FullNodeMock) StateMsgGasCost(ctx context.Context, c cid.Cid, key filTypes.TipSetKey) (*api.MsgGasCost, error)
func (*FullNodeMock) StateNetworkName ¶
func (f *FullNodeMock) StateNetworkName(ctx context.Context) (dtypes.NetworkName, error)
func (*FullNodeMock) StateNetworkVersion ¶
func (*FullNodeMock) StatePledgeCollateral ¶
func (*FullNodeMock) StateReadState ¶
func (f *FullNodeMock) StateReadState(ctx context.Context, actor address.Address, tsk filTypes.TipSetKey) (*api.ActorState, error)
func (*FullNodeMock) StateReplay ¶
func (f *FullNodeMock) StateReplay(ctx context.Context, key filTypes.TipSetKey, c cid.Cid) (*api.InvocResult, error)
func (*FullNodeMock) StateSearchMsg ¶
func (*FullNodeMock) StateSearchMsgLimited ¶ added in v1.401.0
func (f *FullNodeMock) StateSearchMsgLimited(ctx context.Context, msg cid.Cid, limit abi.ChainEpoch) (*api.MsgLookup, error)
func (*FullNodeMock) StateSectorExpiration ¶
func (f *FullNodeMock) StateSectorExpiration(ctx context.Context, a address.Address, number abi.SectorNumber, key filTypes.TipSetKey) (*minerBuiltin.SectorExpiration, error)
func (*FullNodeMock) StateSectorGetInfo ¶
func (f *FullNodeMock) StateSectorGetInfo(ctx context.Context, a address.Address, number abi.SectorNumber, key filTypes.TipSetKey) (*minerBuiltin.SectorOnChainInfo, error)
func (*FullNodeMock) StateSectorPartition ¶
func (f *FullNodeMock) StateSectorPartition(ctx context.Context, maddr address.Address, sectorNumber abi.SectorNumber, tok filTypes.TipSetKey) (*minerBuiltin.SectorLocation, error)
func (*FullNodeMock) StateSectorPreCommitInfo ¶
func (f *FullNodeMock) StateSectorPreCommitInfo(ctx context.Context, a address.Address, number abi.SectorNumber, key filTypes.TipSetKey) (*miner.SectorPreCommitOnChainInfo, error)
func (*FullNodeMock) StateVMCirculatingSupplyInternal ¶ added in v0.1001.1
func (f *FullNodeMock) StateVMCirculatingSupplyInternal(ctx context.Context, key filTypes.TipSetKey) (api.CirculatingSupply, error)
func (*FullNodeMock) StateVerifiedClientStatus ¶
func (*FullNodeMock) StateVerifiedRegistryRootKey ¶ added in v0.1001.1
func (*FullNodeMock) StateVerifierStatus ¶ added in v0.1001.1
func (f *FullNodeMock) StateVerifierStatus(ctx context.Context, addr address.Address, tsk filTypes.TipSetKey) (*abi.StoragePower, error)
func (*FullNodeMock) StateWaitMsg ¶
func (f *FullNodeMock) StateWaitMsg(ctx context.Context, cid cid.Cid, confidence uint64, limit abi.ChainEpoch, allowReplaced bool) (*api.MsgLookup, error)
func (*FullNodeMock) StateWaitMsgLimited ¶ added in v0.1001.1
func (f *FullNodeMock) StateWaitMsgLimited(ctx context.Context, cid cid.Cid, confidence uint64, limit abi.ChainEpoch) (*api.MsgLookup, error)
func (*FullNodeMock) SyncCheckBad ¶
func (f *FullNodeMock) SyncCheckBad(ctx context.Context, bcid cid.Cid) (string, error)
func (*FullNodeMock) SyncCheckpoint ¶
func (*FullNodeMock) SyncIncomingBlocks ¶
func (f *FullNodeMock) SyncIncomingBlocks(ctx context.Context) (<-chan *filTypes.BlockHeader, error)
func (*FullNodeMock) SyncMarkBad ¶
func (f *FullNodeMock) SyncMarkBad(ctx context.Context, bcid cid.Cid) error
func (*FullNodeMock) SyncSubmitBlock ¶
func (*FullNodeMock) SyncUnmarkAllBad ¶ added in v0.1001.1
func (f *FullNodeMock) SyncUnmarkAllBad(ctx context.Context) error
func (*FullNodeMock) SyncUnmarkBad ¶
func (f *FullNodeMock) SyncUnmarkBad(ctx context.Context, bcid cid.Cid) error
func (*FullNodeMock) SyncValidateTipset ¶
func (*FullNodeMock) Version ¶
func (f *FullNodeMock) Version(ctx context.Context) (api.APIVersion, error)
func (*FullNodeMock) WalletBalance ¶
func (*FullNodeMock) WalletDefaultAddress ¶
func (f *FullNodeMock) WalletDefaultAddress(ctx context.Context) (address.Address, error)
func (*FullNodeMock) WalletDelete ¶
func (f *FullNodeMock) WalletDelete(ctx context.Context, a address.Address) error
func (*FullNodeMock) WalletExport ¶
func (*FullNodeMock) WalletHas ¶
func (f *FullNodeMock) WalletHas(ctx context.Context, a address.Address) (bool, error)
func (*FullNodeMock) WalletImport ¶
func (*FullNodeMock) WalletList ¶
func (f *FullNodeMock) WalletList(ctx context.Context) ([]address.Address, error)
func (*FullNodeMock) WalletSetDefault ¶
func (f *FullNodeMock) WalletSetDefault(ctx context.Context, a address.Address) error
func (*FullNodeMock) WalletSign ¶
func (*FullNodeMock) WalletSignMessage ¶
func (f *FullNodeMock) WalletSignMessage(ctx context.Context, a address.Address, message *filTypes.Message) (*filTypes.SignedMessage, error)
func (*FullNodeMock) WalletValidateAddress ¶
func (f *FullNodeMock) WalletValidateAddress(ctx context.Context, s string) (address.Address, error)
func (*FullNodeMock) WalletVerify ¶
func (*FullNodeMock) Web3ClientVersion ¶ added in v1.2000.0
func (f *FullNodeMock) Web3ClientVersion(ctx context.Context) (string, error)
type MessagePrototype ¶ added in v1.1200.0
type MessagePrototype struct{}
Click to show internal directories.
Click to hide internal directories.