services

package
v1.2401.0 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2023 License: Apache-2.0 Imports: 34 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FullNodeMock

type FullNodeMock struct {
	mock.Mock
}

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 (f *FullNodeMock) ChainGetEvents(ctx context.Context, c cid.Cid) ([]filTypes.Event, error)

func (*FullNodeMock) ChainGetGenesis

func (f *FullNodeMock) ChainGetGenesis(ctx context.Context) (*filTypes.TipSet, error)

func (*FullNodeMock) ChainGetMessage

func (f *FullNodeMock) ChainGetMessage(ctx context.Context, c cid.Cid) (*filTypes.Message, error)

func (*FullNodeMock) ChainGetMessagesInTipset added in v1.1200.0

func (f *FullNodeMock) ChainGetMessagesInTipset(ctx context.Context, tsk filTypes.TipSetKey) ([]api.Message, error)

func (*FullNodeMock) ChainGetNode

func (f *FullNodeMock) ChainGetNode(ctx context.Context, p string) (*api.IpldObject, error)

func (*FullNodeMock) ChainGetParentMessages

func (f *FullNodeMock) ChainGetParentMessages(ctx context.Context, blockCid cid.Cid) ([]api.Message, error)

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 (f *FullNodeMock) ChainGetTipSet(ctx context.Context, key filTypes.TipSetKey) (*filTypes.TipSet, error)

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

func (f *FullNodeMock) ChainHead(ctx context.Context) (*filTypes.TipSet, error)

func (*FullNodeMock) ChainHotGC added in v1.2303.0

func (f *FullNodeMock) ChainHotGC(ctx context.Context, opts api.HotGCOpts) error

func (*FullNodeMock) ChainNotify

func (f *FullNodeMock) ChainNotify(ctx context.Context) (<-chan []*api.HeadChange, error)

func (*FullNodeMock) ChainPrune added in v1.1800.0

func (f *FullNodeMock) ChainPrune(ctx context.Context, opts api.PruneOpts) error

func (*FullNodeMock) ChainPutObj added in v1.1600.0

func (f *FullNodeMock) ChainPutObj(ctx context.Context, block blocks.Block) error

func (*FullNodeMock) ChainReadObj

func (f *FullNodeMock) ChainReadObj(ctx context.Context, c cid.Cid) ([]byte, error)

func (*FullNodeMock) ChainSetHead

func (f *FullNodeMock) ChainSetHead(ctx context.Context, key filTypes.TipSetKey) error

func (*FullNodeMock) ChainStatObj

func (f *FullNodeMock) ChainStatObj(ctx context.Context, c cid.Cid, c2 cid.Cid) (api.ObjStat, error)

func (*FullNodeMock) ChainTipSetWeight

func (f *FullNodeMock) ChainTipSetWeight(ctx context.Context, key filTypes.TipSetKey) (filTypes.BigInt, error)

func (*FullNodeMock) ClientCalcCommP

func (f *FullNodeMock) ClientCalcCommP(ctx context.Context, inpath string) (*api.CommPRet, error)

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 (f *FullNodeMock) ClientDealSize(ctx context.Context, root cid.Cid) (api.DataSize, error)

func (*FullNodeMock) ClientExport added in v1.1400.0

func (f *FullNodeMock) ClientExport(ctx context.Context, exportRef api.ExportRef, fileRef api.FileRef) error

func (*FullNodeMock) ClientFindData

func (f *FullNodeMock) ClientFindData(ctx context.Context, root cid.Cid, piece *cid.Cid) ([]api.QueryOffer, error)

func (*FullNodeMock) ClientGenCar

func (f *FullNodeMock) ClientGenCar(ctx context.Context, ref api.FileRef, outpath string) error

func (*FullNodeMock) ClientGetDealInfo

func (f *FullNodeMock) ClientGetDealInfo(ctx context.Context, c cid.Cid) (*api.DealInfo, error)

func (*FullNodeMock) ClientGetDealStatus added in v1.103.0

func (f *FullNodeMock) ClientGetDealStatus(ctx context.Context, statusCode uint64) (string, error)

func (*FullNodeMock) ClientGetDealUpdates

func (f *FullNodeMock) ClientGetDealUpdates(ctx context.Context) (<-chan api.DealInfo, error)

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 (f *FullNodeMock) ClientImport(ctx context.Context, ref api.FileRef) (*api.ImportRes, error)

func (*FullNodeMock) ClientListDataTransfers

func (f *FullNodeMock) ClientListDataTransfers(ctx context.Context) ([]api.DataTransferChannel, error)

func (*FullNodeMock) ClientListDeals

func (f *FullNodeMock) ClientListDeals(ctx context.Context) ([]api.DealInfo, error)

func (*FullNodeMock) ClientListImports

func (f *FullNodeMock) ClientListImports(ctx context.Context) ([]api.Import, error)

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 (f *FullNodeMock) ClientRemoveImport(ctx context.Context, importID imports.ID) 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, 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 (f *FullNodeMock) EthBlockNumber(ctx context.Context) (ethtypes.EthUint64, error)

func (*FullNodeMock) EthCall added in v1.2000.0

func (*FullNodeMock) EthChainId added in v1.2000.0

func (f *FullNodeMock) EthChainId(ctx context.Context) (ethtypes.EthUint64, error)

func (*FullNodeMock) EthEstimateGas added in v1.2000.0

func (f *FullNodeMock) EthEstimateGas(ctx context.Context, tx ethtypes.EthCall) (ethtypes.EthUint64, error)

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 (f *FullNodeMock) EthGasPrice(ctx context.Context) (ethtypes.EthBigInt, error)

func (*FullNodeMock) EthGetBalance added in v1.2000.0

func (*FullNodeMock) EthGetBlockByHash added in v1.2000.0

func (f *FullNodeMock) EthGetBlockByHash(ctx context.Context, blkHash ethtypes.EthHash, fullTxInfo bool) (ethtypes.EthBlock, error)

func (*FullNodeMock) EthGetBlockByNumber added in v1.2000.0

func (f *FullNodeMock) EthGetBlockByNumber(ctx context.Context, blkNum string, fullTxInfo bool) (ethtypes.EthBlock, error)

func (*FullNodeMock) EthGetBlockTransactionCountByHash added in v1.2000.0

func (f *FullNodeMock) EthGetBlockTransactionCountByHash(ctx context.Context, blkHash ethtypes.EthHash) (ethtypes.EthUint64, error)

func (*FullNodeMock) EthGetBlockTransactionCountByNumber added in v1.2000.0

func (f *FullNodeMock) EthGetBlockTransactionCountByNumber(ctx context.Context, blkNum ethtypes.EthUint64) (ethtypes.EthUint64, error)

func (*FullNodeMock) EthGetCode added in v1.2000.0

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 (*FullNodeMock) EthGetMessageCidByTransactionHash added in v1.2000.0

func (f *FullNodeMock) EthGetMessageCidByTransactionHash(ctx context.Context, txHash *ethtypes.EthHash) (*cid.Cid, error)

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 (f *FullNodeMock) EthGetTransactionByBlockHashAndIndex(ctx context.Context, blkHash ethtypes.EthHash, txIndex ethtypes.EthUint64) (ethtypes.EthTx, error)

func (*FullNodeMock) EthGetTransactionByBlockNumberAndIndex added in v1.2000.0

func (f *FullNodeMock) EthGetTransactionByBlockNumberAndIndex(ctx context.Context, blkNum ethtypes.EthUint64, txIndex ethtypes.EthUint64) (ethtypes.EthTx, error)

func (*FullNodeMock) EthGetTransactionByHash added in v1.2000.0

func (f *FullNodeMock) EthGetTransactionByHash(ctx context.Context, txHash *ethtypes.EthHash) (*ethtypes.EthTx, error)

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 (f *FullNodeMock) EthGetTransactionHashByCid(ctx context.Context, cid cid.Cid) (*ethtypes.EthHash, error)

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 (f *FullNodeMock) EthMaxPriorityFeePerGas(ctx context.Context) (ethtypes.EthBigInt, error)

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 (f *FullNodeMock) EthProtocolVersion(ctx context.Context) (ethtypes.EthUint64, error)

func (*FullNodeMock) EthSendRawTransaction added in v1.2000.0

func (f *FullNodeMock) EthSendRawTransaction(ctx context.Context, rawTx ethtypes.EthBytes) (ethtypes.EthHash, error)

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 (*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 (f *FullNodeMock) GasEstimateFeeCap(ctx context.Context, message *filTypes.Message, i int64, key filTypes.TipSetKey) (filTypes.BigInt, error)

func (*FullNodeMock) GasEstimateGasLimit

func (f *FullNodeMock) GasEstimateGasLimit(ctx context.Context, message *filTypes.Message, key filTypes.TipSetKey) (int64, error)

func (*FullNodeMock) GasEstimateGasPremium

func (f *FullNodeMock) GasEstimateGasPremium(_ context.Context, nblocksincl uint64, sender address.Address, gaslimit int64, tsk filTypes.TipSetKey) (filTypes.BigInt, error)

func (*FullNodeMock) GasEstimateMessageGas

func (f *FullNodeMock) GasEstimateMessageGas(ctx context.Context, message *filTypes.Message, spec *api.MessageSendSpec, key filTypes.TipSetKey) (*filTypes.Message, error)

func (*FullNodeMock) ID

func (f *FullNodeMock) ID(ctx context.Context) (peer.ID, error)

func (*FullNodeMock) LogAlerts added in v1.1200.0

func (f *FullNodeMock) LogAlerts(ctx context.Context) ([]alerting.Alert, error)

func (*FullNodeMock) LogList

func (f *FullNodeMock) LogList(ctx context.Context) ([]string, error)

func (*FullNodeMock) LogSetLevel

func (f *FullNodeMock) LogSetLevel(ctx context.Context, s string, s2 string) error

func (*FullNodeMock) MarketAddBalance added in v1.401.0

func (f *FullNodeMock) MarketAddBalance(ctx context.Context, wallet, addr address.Address, amt filTypes.BigInt) (cid.Cid, error)

func (*FullNodeMock) MarketEnsureAvailable

func (f *FullNodeMock) MarketEnsureAvailable(ctx context.Context, a address.Address, a2 address.Address, bigInt filTypes.BigInt) (cid.Cid, error)

func (*FullNodeMock) MarketGetReserved added in v1.401.0

func (f *FullNodeMock) MarketGetReserved(ctx context.Context, addr address.Address) (filTypes.BigInt, error)

func (*FullNodeMock) MarketReleaseFunds added in v1.103.0

func (f *FullNodeMock) MarketReleaseFunds(ctx context.Context, addr address.Address, amt filTypes.BigInt) error

func (*FullNodeMock) MarketReserveFunds added in v1.103.0

func (f *FullNodeMock) MarketReserveFunds(ctx context.Context, wallet address.Address, addr address.Address, amt filTypes.BigInt) (cid.Cid, error)

func (*FullNodeMock) MarketWithdraw added in v1.400.0

func (f *FullNodeMock) MarketWithdraw(ctx context.Context, wallet, addr address.Address, amt filTypes.BigInt) (cid.Cid, error)

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 (f *FullNodeMock) MpoolEstimateGasPrice(ctx context.Context, nblocksincl uint64, sender address.Address, gaslimit int64, tsk filTypes.TipSetKey) (filTypes.BigInt, error)

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 (f *FullNodeMock) MsigApproveTxnHash(ctx context.Context, a address.Address, u uint64, a2 address.Address, a3 address.Address, bigInt filTypes.BigInt, a4 address.Address, u2 uint64, bytes []byte) (*api.MessagePrototype, error)

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 (f *FullNodeMock) MsigCancelTxnHash(context.Context, address.Address, uint64, address.Address, filTypes.BigInt, address.Address, uint64, []byte) (*api.MessagePrototype, error)

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 (f *FullNodeMock) MsigGetAvailableBalance(ctx context.Context, a address.Address, key filTypes.TipSetKey) (filTypes.BigInt, error)

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 (f *FullNodeMock) MsigGetVested(ctx context.Context, a address.Address, key filTypes.TipSetKey, key2 filTypes.TipSetKey) (filTypes.BigInt, error)

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 (f *FullNodeMock) NetAddrsListen(ctx context.Context) (peer.AddrInfo, error)

func (*FullNodeMock) NetAgentVersion

func (f *FullNodeMock) NetAgentVersion(ctx context.Context, p peer.ID) (string, error)

func (*FullNodeMock) NetAutoNatStatus

func (f *FullNodeMock) NetAutoNatStatus(ctx context.Context) (api.NatInfo, error)

func (*FullNodeMock) NetBandwidthStats

func (f *FullNodeMock) NetBandwidthStats(ctx context.Context) (metrics.Stats, error)

func (*FullNodeMock) NetBandwidthStatsByPeer

func (f *FullNodeMock) NetBandwidthStatsByPeer(ctx context.Context) (map[string]metrics.Stats, error)

func (*FullNodeMock) NetBandwidthStatsByProtocol

func (f *FullNodeMock) NetBandwidthStatsByProtocol(ctx context.Context) (map[protocol.ID]metrics.Stats, error)

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 (f *FullNodeMock) NetConnect(ctx context.Context, info peer.AddrInfo) error

func (*FullNodeMock) NetConnectedness

func (f *FullNodeMock) NetConnectedness(ctx context.Context, id peer.ID) (network.Connectedness, error)

func (*FullNodeMock) NetDisconnect

func (f *FullNodeMock) NetDisconnect(ctx context.Context, id peer.ID) error

func (*FullNodeMock) NetFindPeer

func (f *FullNodeMock) NetFindPeer(ctx context.Context, id peer.ID) (peer.AddrInfo, error)

func (*FullNodeMock) NetLimit added in v1.1400.1

func (f *FullNodeMock) NetLimit(ctx context.Context, scope string) (api.NetLimit, error)

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

func (f *FullNodeMock) NetPeers(ctx context.Context) ([]peer.AddrInfo, error)

func (*FullNodeMock) NetPing added in v1.1600.0

func (f *FullNodeMock) NetPing(ctx context.Context, id peer.ID) (time.Duration, error)

func (*FullNodeMock) NetProtectAdd added in v1.1501.0

func (f *FullNodeMock) NetProtectAdd(ctx context.Context, acl []peer.ID) error

func (*FullNodeMock) NetProtectList added in v1.1501.0

func (f *FullNodeMock) NetProtectList(ctx context.Context) ([]peer.ID, error)

func (*FullNodeMock) NetProtectRemove added in v1.1501.0

func (f *FullNodeMock) NetProtectRemove(ctx context.Context, acl []peer.ID) error

func (*FullNodeMock) NetPubsubScores

func (f *FullNodeMock) NetPubsubScores(ctx context.Context) ([]api.PubsubScore, error)

func (*FullNodeMock) NetSetLimit added in v1.1400.1

func (f *FullNodeMock) NetSetLimit(ctx context.Context, scope string, limit api.NetLimit) error

func (*FullNodeMock) NetStat added in v1.1400.1

func (f *FullNodeMock) NetStat(ctx context.Context, scope string) (api.NetStat, error)

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 (f *FullNodeMock) PaychVoucherAdd(ctx context.Context, a address.Address, voucher *paych.SignedVoucher, bytes []byte, bigInt filTypes.BigInt) (filTypes.BigInt, error)

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 (f *FullNodeMock) RaftLeader(ctx context.Context) (peer.ID, error)

func (*FullNodeMock) RaftState added in v1.2000.0

func (f *FullNodeMock) RaftState(ctx context.Context) (*api.RaftStateData, error)

func (*FullNodeMock) Session added in v1.103.0

func (f *FullNodeMock) Session(ctx context.Context) (uuid.UUID, error)

func (*FullNodeMock) Shutdown

func (f *FullNodeMock) Shutdown(ctx context.Context) error

func (*FullNodeMock) StartTime added in v1.2000.0

func (f *FullNodeMock) StartTime(ctx context.Context) (time.Time, error)

func (*FullNodeMock) StateAccountKey

func (f *FullNodeMock) StateAccountKey(ctx context.Context, a address.Address, key filTypes.TipSetKey) (address.Address, error)

func (*FullNodeMock) StateActorCodeCIDs added in v1.1600.0

func (f *FullNodeMock) StateActorCodeCIDs(ctx context.Context, version network2.Version) (map[string]cid.Cid, error)

func (*FullNodeMock) StateActorManifestCID added in v1.1800.0

func (f *FullNodeMock) StateActorManifestCID(ctx context.Context, version network2.Version) (cid.Cid, error)

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 (f *FullNodeMock) StateChangedActors(ctx context.Context, c cid.Cid, c2 cid.Cid) (map[string]filTypes.Actor, error)

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 (f *FullNodeMock) StateDecodeParams(ctx context.Context, toAddr address.Address, method abi.MethodNum, params []byte, tsk filTypes.TipSetKey) (interface{}, error)

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 (f *FullNodeMock) StateGetActor(ctx context.Context, actor address.Address, tsk filTypes.TipSetKey) (*filTypes.Actor, error)

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 (f *FullNodeMock) StateGetClaim(ctx context.Context, providerAddr address.Address, claimId verifreg2.ClaimId, tsk filTypes.TipSetKey) (*verifreg2.Claim, error)

func (*FullNodeMock) StateGetClaims added in v1.1800.0

func (f *FullNodeMock) StateGetClaims(ctx context.Context, providerAddr address.Address, tsk filTypes.TipSetKey) (map[verifreg2.ClaimId]verifreg2.Claim, error)

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 (f *FullNodeMock) StateListActors(ctx context.Context, key filTypes.TipSetKey) ([]address.Address, error)

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 (f *FullNodeMock) StateListMiners(ctx context.Context, key filTypes.TipSetKey) ([]address.Address, error)

func (*FullNodeMock) StateLookupID

func (f *FullNodeMock) StateLookupID(ctx context.Context, a address.Address, key filTypes.TipSetKey) (address.Address, error)

func (*FullNodeMock) StateLookupRobustAddress added in v1.1600.0

func (f *FullNodeMock) StateLookupRobustAddress(ctx context.Context, a address.Address, key filTypes.TipSetKey) (address.Address, error)

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 (f *FullNodeMock) StateMinerAllocated(ctx context.Context, a address.Address, key filTypes.TipSetKey) (*bitfield.BitField, error)

func (*FullNodeMock) StateMinerAvailableBalance

func (f *FullNodeMock) StateMinerAvailableBalance(ctx context.Context, a address.Address, key filTypes.TipSetKey) (filTypes.BigInt, error)

func (*FullNodeMock) StateMinerDeadlines

func (f *FullNodeMock) StateMinerDeadlines(ctx context.Context, a address.Address, key filTypes.TipSetKey) ([]api.Deadline, error)

func (*FullNodeMock) StateMinerFaults

func (f *FullNodeMock) StateMinerFaults(ctx context.Context, a address.Address, key filTypes.TipSetKey) (bitfield.BitField, error)

func (*FullNodeMock) StateMinerInfo

func (f *FullNodeMock) StateMinerInfo(ctx context.Context, a address.Address, key filTypes.TipSetKey) (api.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 (f *FullNodeMock) StateMinerPartitions(ctx context.Context, m address.Address, dlIdx uint64, tsk filTypes.TipSetKey) ([]api.Partition, error)

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 (f *FullNodeMock) StateMinerProvingDeadline(ctx context.Context, a address.Address, key filTypes.TipSetKey) (*dline.Info, error)

func (*FullNodeMock) StateMinerRecoveries

func (f *FullNodeMock) StateMinerRecoveries(ctx context.Context, a address.Address, key filTypes.TipSetKey) (bitfield.BitField, error)

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 (f *FullNodeMock) StateNetworkVersion(ctx context.Context, key filTypes.TipSetKey) (network2.Version, error)

func (*FullNodeMock) StatePledgeCollateral

func (f *FullNodeMock) StatePledgeCollateral(ctx context.Context, key filTypes.TipSetKey) (filTypes.BigInt, error)

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 (f *FullNodeMock) StateSearchMsg(ctx context.Context, from filTypes.TipSetKey, msg cid.Cid, limit abi.ChainEpoch, allowReplaced bool) (*api.MsgLookup, error)

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 (f *FullNodeMock) StateVerifiedClientStatus(ctx context.Context, addr address.Address, tsk filTypes.TipSetKey) (*verifreg.DataCap, error)

func (*FullNodeMock) StateVerifiedRegistryRootKey added in v0.1001.1

func (f *FullNodeMock) StateVerifiedRegistryRootKey(ctx context.Context, tsk filTypes.TipSetKey) (address.Address, error)

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 (f *FullNodeMock) SyncCheckpoint(ctx context.Context, tsk filTypes.TipSetKey) error

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

func (f *FullNodeMock) SyncState(ctx context.Context) (*api.SyncState, error)

func (*FullNodeMock) SyncSubmitBlock

func (f *FullNodeMock) SyncSubmitBlock(ctx context.Context, blk *filTypes.BlockMsg) error

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 (f *FullNodeMock) SyncValidateTipset(ctx context.Context, tsk filTypes.TipSetKey) (bool, error)

func (*FullNodeMock) Version

func (f *FullNodeMock) Version(ctx context.Context) (api.APIVersion, error)

func (*FullNodeMock) WalletBalance

func (f *FullNodeMock) WalletBalance(ctx context.Context, a address.Address) (filTypes.BigInt, error)

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 (f *FullNodeMock) WalletExport(ctx context.Context, a address.Address) (*filTypes.KeyInfo, error)

func (*FullNodeMock) WalletHas

func (f *FullNodeMock) WalletHas(ctx context.Context, a address.Address) (bool, error)

func (*FullNodeMock) WalletImport

func (f *FullNodeMock) WalletImport(ctx context.Context, info *filTypes.KeyInfo) (address.Address, error)

func (*FullNodeMock) WalletList

func (f *FullNodeMock) WalletList(ctx context.Context) ([]address.Address, error)

func (*FullNodeMock) WalletNew

func (f *FullNodeMock) WalletNew(ctx context.Context, keyType filTypes.KeyType) (address.Address, error)

func (*FullNodeMock) WalletSetDefault

func (f *FullNodeMock) WalletSetDefault(ctx context.Context, a address.Address) error

func (*FullNodeMock) WalletSign

func (f *FullNodeMock) WalletSign(ctx context.Context, a address.Address, bytes []byte) (*crypto.Signature, error)

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 (f *FullNodeMock) WalletVerify(ctx context.Context, a address.Address, bytes []byte, signature *crypto.Signature) (bool, error)

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{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL