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) 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) 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) ChainGetGenesis(ctx context.Context) (*filTypes.TipSet, error)
- func (f *FullNodeMock) ChainGetMessage(ctx context.Context, c cid.Cid) (*filTypes.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) 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) ChainNotify(ctx context.Context) (<-chan []*api.HeadChange, 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) 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) 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) 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) 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) (*storagemarket.StorageAsk, error)
- func (f *FullNodeMock) ClientRemoveImport(ctx context.Context, importID multistore.StoreID) error
- func (f *FullNodeMock) ClientRestartDataTransfer(ctx context.Context, transferID datatransfer.TransferID, otherPeer peer.ID, ...) error
- func (f *FullNodeMock) ClientRetrieve(ctx context.Context, order api.RetrievalOrder, ref *api.FileRef) error
- func (f *FullNodeMock) ClientRetrieveTryRestartInsufficientFunds(ctx context.Context, paymentChannel address.Address) 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) Closing(ctx context.Context) (<-chan struct{}, error)
- func (f *FullNodeMock) CreateBackup(ctx context.Context, fpath string) 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) 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) 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, ...) (cid.Cid, error)
- func (f *FullNodeMock) MsigAddCancel(ctx context.Context, a address.Address, a2 address.Address, u uint64, ...) (cid.Cid, error)
- func (f *FullNodeMock) MsigAddPropose(ctx context.Context, a address.Address, a2 address.Address, a3 address.Address, ...) (cid.Cid, error)
- func (f *FullNodeMock) MsigApprove(ctx context.Context, a address.Address, u uint64, a2 address.Address) (cid.Cid, error)
- func (f *FullNodeMock) MsigApproveTxnHash(ctx context.Context, a address.Address, u uint64, a2 address.Address, ...) (cid.Cid, error)
- func (f *FullNodeMock) MsigCancel(ctx context.Context, a address.Address, u uint64, a2 address.Address, ...) (cid.Cid, error)
- func (f *FullNodeMock) MsigCreate(ctx context.Context, u uint64, addresses []address.Address, ...) (cid.Cid, 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, ...) (cid.Cid, error)
- func (f *FullNodeMock) MsigRemoveSigner(ctx context.Context, msig address.Address, proposer address.Address, ...) (cid.Cid, error)
- func (f *FullNodeMock) MsigSwapApprove(ctx context.Context, a address.Address, a2 address.Address, u uint64, ...) (cid.Cid, error)
- func (f *FullNodeMock) MsigSwapCancel(ctx context.Context, a address.Address, a2 address.Address, u uint64, ...) (cid.Cid, error)
- func (f *FullNodeMock) MsigSwapPropose(ctx context.Context, a address.Address, a2 address.Address, a3 address.Address, ...) (cid.Cid, 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) NetPeers(ctx context.Context) ([]peer.AddrInfo, error)
- func (f *FullNodeMock) NetPubsubScores(ctx context.Context) ([]api.PubsubScore, 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) PaychGet(ctx context.Context, from, to address.Address, ensureFunds 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) Session(ctx context.Context) (uuid.UUID, error)
- func (f *FullNodeMock) Shutdown(ctx context.Context) error
- func (f *FullNodeMock) StateAccountKey(ctx context.Context, a address.Address, key filTypes.TipSetKey) (address.Address, 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) 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) StateGetActor(ctx context.Context, actor address.Address, tsk filTypes.TipSetKey) (*filTypes.Actor, 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) 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) 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) (minerBuiltin.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, c 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, ...) (minerBuiltin.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) (*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.Version, 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)
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) 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) 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) ChainGetGenesis ¶
func (*FullNodeMock) ChainGetMessage ¶
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) 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) ChainNotify ¶
func (f *FullNodeMock) ChainNotify(ctx context.Context) (<-chan []*api.HeadChange, error)
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) 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) 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) 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) 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) (*storagemarket.StorageAsk, error)
func (*FullNodeMock) ClientRemoveImport ¶
func (f *FullNodeMock) ClientRemoveImport(ctx context.Context, importID multistore.StoreID) error
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, order api.RetrievalOrder, ref *api.FileRef) error
func (*FullNodeMock) ClientRetrieveTryRestartInsufficientFunds ¶
func (f *FullNodeMock) ClientRetrieveTryRestartInsufficientFunds(ctx context.Context, paymentChannel address.Address) 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) 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) 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) 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 (*FullNodeMock) MsigAddCancel ¶
func (*FullNodeMock) MsigAddPropose ¶
func (f *FullNodeMock) MsigAddPropose(ctx context.Context, a address.Address, a2 address.Address, a3 address.Address, b bool) (cid.Cid, error)
func (*FullNodeMock) MsigApprove ¶
func (f *FullNodeMock) MsigApprove(ctx context.Context, a address.Address, u uint64, a2 address.Address) (cid.Cid, error)
func (*FullNodeMock) MsigApproveTxnHash ¶ added in v0.1001.1
func (*FullNodeMock) MsigCancel ¶
func (*FullNodeMock) MsigCreate ¶
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 (*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) (cid.Cid, 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) (cid.Cid, 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) (cid.Cid, error)
func (*FullNodeMock) MsigSwapPropose ¶
func (f *FullNodeMock) MsigSwapPropose(ctx context.Context, a address.Address, a2 address.Address, a3 address.Address, a4 address.Address) (cid.Cid, 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) NetPubsubScores ¶
func (f *FullNodeMock) NetPubsubScores(ctx context.Context) ([]api.PubsubScore, 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) PaychGet ¶
func (f *FullNodeMock) PaychGet(ctx context.Context, from, to address.Address, ensureFunds filTypes.BigInt) (*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) StateAccountKey ¶
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) 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) StateGetActor ¶
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) 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) StateMinerAvailableBalance ¶
func (*FullNodeMock) StateMinerDeadlines ¶
func (*FullNodeMock) StateMinerFaults ¶
func (*FullNodeMock) StateMinerInfo ¶
func (f *FullNodeMock) StateMinerInfo(ctx context.Context, a address.Address, key filTypes.TipSetKey) (minerBuiltin.MinerInfo, error)
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) (minerBuiltin.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 (*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) 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 ¶
Click to show internal directories.
Click to hide internal directories.