mocks

package
v1.2603.0 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 33 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
}

FullNodeMock is an autogenerated mock type for the FullNode type

func NewFullNodeMock added in v1.2600.0

func NewFullNodeMock(t mockConstructorTestingTNewFullNodeMock) *FullNodeMock

NewFullNodeMock creates a new instance of FullNodeMock. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*FullNodeMock) AuthNew

func (_m *FullNodeMock) AuthNew(ctx context.Context, perms []auth.Permission) ([]byte, error)

AuthNew provides a mock function with given fields: ctx, perms

func (*FullNodeMock) AuthVerify

func (_m *FullNodeMock) AuthVerify(ctx context.Context, token string) ([]auth.Permission, error)

AuthVerify provides a mock function with given fields: ctx, token

func (*FullNodeMock) ChainBlockstoreInfo added in v1.1200.0

func (_m *FullNodeMock) ChainBlockstoreInfo(_a0 context.Context) (map[string]interface{}, error)

ChainBlockstoreInfo provides a mock function with given fields: _a0

func (*FullNodeMock) ChainCheckBlockstore added in v1.1200.0

func (_m *FullNodeMock) ChainCheckBlockstore(_a0 context.Context) error

ChainCheckBlockstore provides a mock function with given fields: _a0

func (*FullNodeMock) ChainDeleteObj

func (_m *FullNodeMock) ChainDeleteObj(_a0 context.Context, _a1 cid.Cid) error

ChainDeleteObj provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) ChainExport

func (_m *FullNodeMock) ChainExport(ctx context.Context, nroots abi.ChainEpoch, oldmsgskip bool, tsk types.TipSetKey) (<-chan []byte, error)

ChainExport provides a mock function with given fields: ctx, nroots, oldmsgskip, tsk

func (*FullNodeMock) ChainExportRangeInternal added in v1.2303.0

func (_m *FullNodeMock) ChainExportRangeInternal(ctx context.Context, head types.TipSetKey, tail types.TipSetKey, cfg api.ChainExportConfig) error

ChainExportRangeInternal provides a mock function with given fields: ctx, head, tail, cfg

func (*FullNodeMock) ChainGetBlock

func (_m *FullNodeMock) ChainGetBlock(_a0 context.Context, _a1 cid.Cid) (*types.BlockHeader, error)

ChainGetBlock provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) ChainGetBlockMessages

func (_m *FullNodeMock) ChainGetBlockMessages(ctx context.Context, blockCid cid.Cid) (*api.BlockMessages, error)

ChainGetBlockMessages provides a mock function with given fields: ctx, blockCid

func (*FullNodeMock) ChainGetEvents added in v1.2000.0

func (_m *FullNodeMock) ChainGetEvents(_a0 context.Context, _a1 cid.Cid) ([]types.Event, error)

ChainGetEvents provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) ChainGetGenesis

func (_m *FullNodeMock) ChainGetGenesis(_a0 context.Context) (*types.TipSet, error)

ChainGetGenesis provides a mock function with given fields: _a0

func (*FullNodeMock) ChainGetMessage

func (_m *FullNodeMock) ChainGetMessage(_a0 context.Context, _a1 cid.Cid) (*types.Message, error)

ChainGetMessage provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) ChainGetMessagesInTipset added in v1.1200.0

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

ChainGetMessagesInTipset provides a mock function with given fields: ctx, tsk

func (*FullNodeMock) ChainGetNode

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

ChainGetNode provides a mock function with given fields: ctx, p

func (*FullNodeMock) ChainGetParentMessages

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

ChainGetParentMessages provides a mock function with given fields: ctx, blockCid

func (*FullNodeMock) ChainGetParentReceipts

func (_m *FullNodeMock) ChainGetParentReceipts(ctx context.Context, blockCid cid.Cid) ([]*types.MessageReceipt, error)

ChainGetParentReceipts provides a mock function with given fields: ctx, blockCid

func (*FullNodeMock) ChainGetPath

func (_m *FullNodeMock) ChainGetPath(ctx context.Context, from types.TipSetKey, to types.TipSetKey) ([]*api.HeadChange, error)

ChainGetPath provides a mock function with given fields: ctx, from, to

func (*FullNodeMock) ChainGetTipSet

func (_m *FullNodeMock) ChainGetTipSet(_a0 context.Context, _a1 types.TipSetKey) (*types.TipSet, error)

ChainGetTipSet provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) ChainGetTipSetAfterHeight added in v1.1200.0

func (_m *FullNodeMock) ChainGetTipSetAfterHeight(_a0 context.Context, _a1 abi.ChainEpoch, _a2 types.TipSetKey) (*types.TipSet, error)

ChainGetTipSetAfterHeight provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) ChainGetTipSetByHeight

func (_m *FullNodeMock) ChainGetTipSetByHeight(_a0 context.Context, _a1 abi.ChainEpoch, _a2 types.TipSetKey) (*types.TipSet, error)

ChainGetTipSetByHeight provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) ChainHasObj

func (_m *FullNodeMock) ChainHasObj(_a0 context.Context, _a1 cid.Cid) (bool, error)

ChainHasObj provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) ChainHead

func (_m *FullNodeMock) ChainHead(_a0 context.Context) (*types.TipSet, error)

ChainHead provides a mock function with given fields: _a0

func (*FullNodeMock) ChainHotGC added in v1.2303.0

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

ChainHotGC provides a mock function with given fields: ctx, opts

func (*FullNodeMock) ChainNotify

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

ChainNotify provides a mock function with given fields: _a0

func (*FullNodeMock) ChainPrune added in v1.1800.0

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

ChainPrune provides a mock function with given fields: ctx, opts

func (*FullNodeMock) ChainPutObj added in v1.1600.0

func (_m *FullNodeMock) ChainPutObj(_a0 context.Context, _a1 blocks.Block) error

ChainPutObj provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) ChainReadObj

func (_m *FullNodeMock) ChainReadObj(_a0 context.Context, _a1 cid.Cid) ([]byte, error)

ChainReadObj provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) ChainSetHead

func (_m *FullNodeMock) ChainSetHead(_a0 context.Context, _a1 types.TipSetKey) error

ChainSetHead provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) ChainStatObj

func (_m *FullNodeMock) ChainStatObj(ctx context.Context, obj cid.Cid, base cid.Cid) (api.ObjStat, error)

ChainStatObj provides a mock function with given fields: ctx, obj, base

func (*FullNodeMock) ChainTipSetWeight

func (_m *FullNodeMock) ChainTipSetWeight(_a0 context.Context, _a1 types.TipSetKey) (big.Int, error)

ChainTipSetWeight provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) ClientCalcCommP

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

ClientCalcCommP provides a mock function with given fields: ctx, inpath

func (*FullNodeMock) ClientCancelDataTransfer added in v1.103.0

func (_m *FullNodeMock) ClientCancelDataTransfer(ctx context.Context, transferID datatransfer.TransferID, otherPeer peer.ID, isInitiator bool) error

ClientCancelDataTransfer provides a mock function with given fields: ctx, transferID, otherPeer, isInitiator

func (*FullNodeMock) ClientCancelRetrievalDeal added in v1.800.0

func (_m *FullNodeMock) ClientCancelRetrievalDeal(ctx context.Context, dealid retrievalmarket.DealID) error

ClientCancelRetrievalDeal provides a mock function with given fields: ctx, dealid

func (*FullNodeMock) ClientDataTransferUpdates

func (_m *FullNodeMock) ClientDataTransferUpdates(ctx context.Context) (<-chan api.DataTransferChannel, error)

ClientDataTransferUpdates provides a mock function with given fields: ctx

func (*FullNodeMock) ClientDealPieceCID added in v1.103.0

func (_m *FullNodeMock) ClientDealPieceCID(ctx context.Context, root cid.Cid) (api.DataCIDSize, error)

ClientDealPieceCID provides a mock function with given fields: ctx, root

func (*FullNodeMock) ClientDealSize

func (_m *FullNodeMock) ClientDealSize(ctx context.Context, root cid.Cid) (api.DataSize, error)

ClientDealSize provides a mock function with given fields: ctx, root

func (*FullNodeMock) ClientExport added in v1.1400.0

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

ClientExport provides a mock function with given fields: ctx, exportRef, fileRef

func (*FullNodeMock) ClientFindData

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

ClientFindData provides a mock function with given fields: ctx, root, piece

func (*FullNodeMock) ClientGenCar

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

ClientGenCar provides a mock function with given fields: ctx, ref, outpath

func (*FullNodeMock) ClientGetDealInfo

func (_m *FullNodeMock) ClientGetDealInfo(_a0 context.Context, _a1 cid.Cid) (*api.DealInfo, error)

ClientGetDealInfo provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) ClientGetDealStatus added in v1.103.0

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

ClientGetDealStatus provides a mock function with given fields: ctx, statusCode

func (*FullNodeMock) ClientGetDealUpdates

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

ClientGetDealUpdates provides a mock function with given fields: ctx

func (*FullNodeMock) ClientGetRetrievalUpdates added in v1.1200.0

func (_m *FullNodeMock) ClientGetRetrievalUpdates(ctx context.Context) (<-chan api.RetrievalInfo, error)

ClientGetRetrievalUpdates provides a mock function with given fields: ctx

func (*FullNodeMock) ClientHasLocal

func (_m *FullNodeMock) ClientHasLocal(ctx context.Context, root cid.Cid) (bool, error)

ClientHasLocal provides a mock function with given fields: ctx, root

func (*FullNodeMock) ClientImport

func (_m *FullNodeMock) ClientImport(ctx context.Context, ref api.FileRef) (*api.ImportRes, error)

ClientImport provides a mock function with given fields: ctx, ref

func (*FullNodeMock) ClientListDataTransfers

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

ClientListDataTransfers provides a mock function with given fields: ctx

func (*FullNodeMock) ClientListDeals

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

ClientListDeals provides a mock function with given fields: ctx

func (*FullNodeMock) ClientListImports

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

ClientListImports provides a mock function with given fields: ctx

func (*FullNodeMock) ClientListRetrievals added in v1.1200.0

func (_m *FullNodeMock) ClientListRetrievals(ctx context.Context) ([]api.RetrievalInfo, error)

ClientListRetrievals provides a mock function with given fields: ctx

func (*FullNodeMock) ClientMinerQueryOffer

func (_m *FullNodeMock) ClientMinerQueryOffer(ctx context.Context, _a1 address.Address, root cid.Cid, piece *cid.Cid) (api.QueryOffer, error)

ClientMinerQueryOffer provides a mock function with given fields: ctx, _a1, root, piece

func (*FullNodeMock) ClientQueryAsk

func (_m *FullNodeMock) ClientQueryAsk(ctx context.Context, p peer.ID, _a2 address.Address) (*api.StorageAsk, error)

ClientQueryAsk provides a mock function with given fields: ctx, p, _a2

func (*FullNodeMock) ClientRemoveImport

func (_m *FullNodeMock) ClientRemoveImport(ctx context.Context, importID imports.ID) error

ClientRemoveImport provides a mock function with given fields: ctx, importID

func (*FullNodeMock) ClientRestartDataTransfer added in v0.1001.1

func (_m *FullNodeMock) ClientRestartDataTransfer(ctx context.Context, transferID datatransfer.TransferID, otherPeer peer.ID, isInitiator bool) error

ClientRestartDataTransfer provides a mock function with given fields: ctx, transferID, otherPeer, isInitiator

func (*FullNodeMock) ClientRetrieve

func (_m *FullNodeMock) ClientRetrieve(ctx context.Context, params api.RetrievalOrder) (*api.RestrievalRes, error)

ClientRetrieve provides a mock function with given fields: ctx, params

func (*FullNodeMock) ClientRetrieveTryRestartInsufficientFunds

func (_m *FullNodeMock) ClientRetrieveTryRestartInsufficientFunds(ctx context.Context, paymentChannel address.Address) error

ClientRetrieveTryRestartInsufficientFunds provides a mock function with given fields: ctx, paymentChannel

func (*FullNodeMock) ClientRetrieveWait added in v1.1400.0

func (_m *FullNodeMock) ClientRetrieveWait(ctx context.Context, deal retrievalmarket.DealID) error

ClientRetrieveWait provides a mock function with given fields: ctx, deal

func (*FullNodeMock) ClientStartDeal

func (_m *FullNodeMock) ClientStartDeal(ctx context.Context, params *api.StartDealParams) (*cid.Cid, error)

ClientStartDeal provides a mock function with given fields: ctx, params

func (*FullNodeMock) ClientStatelessDeal added in v1.1200.0

func (_m *FullNodeMock) ClientStatelessDeal(ctx context.Context, params *api.StartDealParams) (*cid.Cid, error)

ClientStatelessDeal provides a mock function with given fields: ctx, params

func (*FullNodeMock) Closing

func (_m *FullNodeMock) Closing(_a0 context.Context) (<-chan struct{}, error)

Closing provides a mock function with given fields: _a0

func (*FullNodeMock) CreateBackup added in v0.1001.1

func (_m *FullNodeMock) CreateBackup(ctx context.Context, fpath string) error

CreateBackup provides a mock function with given fields: ctx, fpath

func (*FullNodeMock) Discover added in v1.1000.0

Discover provides a mock function with given fields: ctx

func (*FullNodeMock) EthAccounts added in v1.2000.0

func (_m *FullNodeMock) EthAccounts(ctx context.Context) ([]ethtypes.EthAddress, error)

EthAccounts provides a mock function with given fields: ctx

func (*FullNodeMock) EthAddressToFilecoinAddress added in v1.2000.0

func (_m *FullNodeMock) EthAddressToFilecoinAddress(ctx context.Context, ethAddress ethtypes.EthAddress) (address.Address, error)

EthAddressToFilecoinAddress provides a mock function with given fields: ctx, ethAddress

func (*FullNodeMock) EthBlockNumber added in v1.2000.0

func (_m *FullNodeMock) EthBlockNumber(ctx context.Context) (ethtypes.EthUint64, error)

EthBlockNumber provides a mock function with given fields: ctx

func (*FullNodeMock) EthCall added in v1.2000.0

EthCall provides a mock function with given fields: ctx, tx, blkParam

func (*FullNodeMock) EthChainId added in v1.2000.0

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

EthChainId provides a mock function with given fields: ctx

func (*FullNodeMock) EthEstimateGas added in v1.2000.0

func (_m *FullNodeMock) EthEstimateGas(ctx context.Context, p jsonrpc.RawParams) (ethtypes.EthUint64, error)

EthEstimateGas provides a mock function with given fields: ctx, p

func (*FullNodeMock) EthFeeHistory added in v1.2000.0

EthFeeHistory provides a mock function with given fields: ctx, p

func (*FullNodeMock) EthGasPrice added in v1.2000.0

func (_m *FullNodeMock) EthGasPrice(ctx context.Context) (ethtypes.EthBigInt, error)

EthGasPrice provides a mock function with given fields: ctx

func (*FullNodeMock) EthGetBalance added in v1.2000.0

EthGetBalance provides a mock function with given fields: ctx, _a1, blkParam

func (*FullNodeMock) EthGetBlockByHash added in v1.2000.0

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

EthGetBlockByHash provides a mock function with given fields: ctx, blkHash, fullTxInfo

func (*FullNodeMock) EthGetBlockByNumber added in v1.2000.0

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

EthGetBlockByNumber provides a mock function with given fields: ctx, blkNum, fullTxInfo

func (*FullNodeMock) EthGetBlockTransactionCountByHash added in v1.2000.0

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

EthGetBlockTransactionCountByHash provides a mock function with given fields: ctx, blkHash

func (*FullNodeMock) EthGetBlockTransactionCountByNumber added in v1.2000.0

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

EthGetBlockTransactionCountByNumber provides a mock function with given fields: ctx, blkNum

func (*FullNodeMock) EthGetCode added in v1.2000.0

EthGetCode provides a mock function with given fields: ctx, _a1, blkParam

func (*FullNodeMock) EthGetFilterChanges added in v1.2000.0

func (_m *FullNodeMock) EthGetFilterChanges(ctx context.Context, id ethtypes.EthFilterID) (*ethtypes.EthFilterResult, error)

EthGetFilterChanges provides a mock function with given fields: ctx, id

func (*FullNodeMock) EthGetFilterLogs added in v1.2000.0

func (_m *FullNodeMock) EthGetFilterLogs(ctx context.Context, id ethtypes.EthFilterID) (*ethtypes.EthFilterResult, error)

EthGetFilterLogs provides a mock function with given fields: ctx, id

func (*FullNodeMock) EthGetLogs added in v1.2000.0

EthGetLogs provides a mock function with given fields: ctx, filter

func (*FullNodeMock) EthGetMessageCidByTransactionHash added in v1.2000.0

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

EthGetMessageCidByTransactionHash provides a mock function with given fields: ctx, txHash

func (*FullNodeMock) EthGetStorageAt added in v1.2000.0

func (_m *FullNodeMock) EthGetStorageAt(ctx context.Context, _a1 ethtypes.EthAddress, position ethtypes.EthBytes, blkParam ethtypes.EthBlockNumberOrHash) (ethtypes.EthBytes, error)

EthGetStorageAt provides a mock function with given fields: ctx, _a1, position, blkParam

func (*FullNodeMock) EthGetTransactionByBlockHashAndIndex added in v1.2000.0

func (_m *FullNodeMock) EthGetTransactionByBlockHashAndIndex(ctx context.Context, blkHash ethtypes.EthHash, txIndex ethtypes.EthUint64) (ethtypes.EthTx, error)

EthGetTransactionByBlockHashAndIndex provides a mock function with given fields: ctx, blkHash, txIndex

func (*FullNodeMock) EthGetTransactionByBlockNumberAndIndex added in v1.2000.0

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

EthGetTransactionByBlockNumberAndIndex provides a mock function with given fields: ctx, blkNum, txIndex

func (*FullNodeMock) EthGetTransactionByHash added in v1.2000.0

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

EthGetTransactionByHash provides a mock function with given fields: ctx, txHash

func (*FullNodeMock) EthGetTransactionByHashLimited added in v1.2303.0

func (_m *FullNodeMock) EthGetTransactionByHashLimited(ctx context.Context, txHash *ethtypes.EthHash, limit abi.ChainEpoch) (*ethtypes.EthTx, error)

EthGetTransactionByHashLimited provides a mock function with given fields: ctx, txHash, limit

func (*FullNodeMock) EthGetTransactionCount added in v1.2000.0

func (_m *FullNodeMock) EthGetTransactionCount(ctx context.Context, sender ethtypes.EthAddress, blkParam ethtypes.EthBlockNumberOrHash) (ethtypes.EthUint64, error)

EthGetTransactionCount provides a mock function with given fields: ctx, sender, blkParam

func (*FullNodeMock) EthGetTransactionHashByCid added in v1.2000.0

func (_m *FullNodeMock) EthGetTransactionHashByCid(ctx context.Context, _a1 cid.Cid) (*ethtypes.EthHash, error)

EthGetTransactionHashByCid provides a mock function with given fields: ctx, _a1

func (*FullNodeMock) EthGetTransactionReceipt added in v1.2000.0

func (_m *FullNodeMock) EthGetTransactionReceipt(ctx context.Context, txHash ethtypes.EthHash) (*api.EthTxReceipt, error)

EthGetTransactionReceipt provides a mock function with given fields: ctx, txHash

func (*FullNodeMock) EthGetTransactionReceiptLimited added in v1.2303.0

func (_m *FullNodeMock) EthGetTransactionReceiptLimited(ctx context.Context, txHash ethtypes.EthHash, limit abi.ChainEpoch) (*api.EthTxReceipt, error)

EthGetTransactionReceiptLimited provides a mock function with given fields: ctx, txHash, limit

func (*FullNodeMock) EthMaxPriorityFeePerGas added in v1.2000.0

func (_m *FullNodeMock) EthMaxPriorityFeePerGas(ctx context.Context) (ethtypes.EthBigInt, error)

EthMaxPriorityFeePerGas provides a mock function with given fields: ctx

func (*FullNodeMock) EthNewBlockFilter added in v1.2000.0

func (_m *FullNodeMock) EthNewBlockFilter(ctx context.Context) (ethtypes.EthFilterID, error)

EthNewBlockFilter provides a mock function with given fields: ctx

func (*FullNodeMock) EthNewFilter added in v1.2000.0

func (_m *FullNodeMock) EthNewFilter(ctx context.Context, filter *ethtypes.EthFilterSpec) (ethtypes.EthFilterID, error)

EthNewFilter provides a mock function with given fields: ctx, filter

func (*FullNodeMock) EthNewPendingTransactionFilter added in v1.2000.0

func (_m *FullNodeMock) EthNewPendingTransactionFilter(ctx context.Context) (ethtypes.EthFilterID, error)

EthNewPendingTransactionFilter provides a mock function with given fields: ctx

func (*FullNodeMock) EthProtocolVersion added in v1.2000.0

func (_m *FullNodeMock) EthProtocolVersion(ctx context.Context) (ethtypes.EthUint64, error)

EthProtocolVersion provides a mock function with given fields: ctx

func (*FullNodeMock) EthSendRawTransaction added in v1.2000.0

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

EthSendRawTransaction provides a mock function with given fields: ctx, rawTx

func (*FullNodeMock) EthSubscribe added in v1.2000.0

func (_m *FullNodeMock) EthSubscribe(ctx context.Context, params jsonrpc.RawParams) (ethtypes.EthSubscriptionID, error)

EthSubscribe provides a mock function with given fields: ctx, params

func (*FullNodeMock) EthSyncing added in v1.2303.0

func (_m *FullNodeMock) EthSyncing(ctx context.Context) (ethtypes.EthSyncingResult, error)

EthSyncing provides a mock function with given fields: ctx

func (*FullNodeMock) EthTraceBlock added in v1.2502.0

func (_m *FullNodeMock) EthTraceBlock(ctx context.Context, blkNum string) ([]*ethtypes.EthTraceBlock, error)

EthTraceBlock provides a mock function with given fields: ctx, blkNum

func (*FullNodeMock) EthTraceReplayBlockTransactions added in v1.2502.0

func (_m *FullNodeMock) EthTraceReplayBlockTransactions(ctx context.Context, blkNum string, traceTypes []string) ([]*ethtypes.EthTraceReplayBlockTransaction, error)

EthTraceReplayBlockTransactions provides a mock function with given fields: ctx, blkNum, traceTypes

func (*FullNodeMock) EthUninstallFilter added in v1.2000.0

func (_m *FullNodeMock) EthUninstallFilter(ctx context.Context, id ethtypes.EthFilterID) (bool, error)

EthUninstallFilter provides a mock function with given fields: ctx, id

func (*FullNodeMock) EthUnsubscribe added in v1.2000.0

func (_m *FullNodeMock) EthUnsubscribe(ctx context.Context, id ethtypes.EthSubscriptionID) (bool, error)

EthUnsubscribe provides a mock function with given fields: ctx, id

func (*FullNodeMock) FilecoinAddressToEthAddress added in v1.2000.0

func (_m *FullNodeMock) FilecoinAddressToEthAddress(ctx context.Context, filecoinAddress address.Address) (ethtypes.EthAddress, error)

FilecoinAddressToEthAddress provides a mock function with given fields: ctx, filecoinAddress

func (*FullNodeMock) GasEstimateFeeCap

func (_m *FullNodeMock) GasEstimateFeeCap(_a0 context.Context, _a1 *types.Message, _a2 int64, _a3 types.TipSetKey) (big.Int, error)

GasEstimateFeeCap provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*FullNodeMock) GasEstimateGasLimit

func (_m *FullNodeMock) GasEstimateGasLimit(_a0 context.Context, _a1 *types.Message, _a2 types.TipSetKey) (int64, error)

GasEstimateGasLimit provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) GasEstimateGasPremium

func (_m *FullNodeMock) GasEstimateGasPremium(_a0 context.Context, nblocksincl uint64, sender address.Address, gaslimit int64, tsk types.TipSetKey) (big.Int, error)

GasEstimateGasPremium provides a mock function with given fields: _a0, nblocksincl, sender, gaslimit, tsk

func (*FullNodeMock) GasEstimateMessageGas

func (_m *FullNodeMock) GasEstimateMessageGas(_a0 context.Context, _a1 *types.Message, _a2 *api.MessageSendSpec, _a3 types.TipSetKey) (*types.Message, error)

GasEstimateMessageGas provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*FullNodeMock) GetActorEventsRaw added in v1.2600.0

func (_m *FullNodeMock) GetActorEventsRaw(ctx context.Context, filter *types.ActorEventFilter) ([]*types.ActorEvent, error)

GetActorEventsRaw provides a mock function with given fields: ctx, filter

func (*FullNodeMock) ID

func (_m *FullNodeMock) ID(_a0 context.Context) (peer.ID, error)

ID provides a mock function with given fields: _a0

func (*FullNodeMock) LogAlerts added in v1.1200.0

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

LogAlerts provides a mock function with given fields: ctx

func (*FullNodeMock) LogList

func (_m *FullNodeMock) LogList(_a0 context.Context) ([]string, error)

LogList provides a mock function with given fields: _a0

func (*FullNodeMock) LogSetLevel

func (_m *FullNodeMock) LogSetLevel(_a0 context.Context, _a1 string, _a2 string) error

LogSetLevel provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) MarketAddBalance added in v1.401.0

func (_m *FullNodeMock) MarketAddBalance(ctx context.Context, wallet address.Address, addr address.Address, amt big.Int) (cid.Cid, error)

MarketAddBalance provides a mock function with given fields: ctx, wallet, addr, amt

func (*FullNodeMock) MarketGetReserved added in v1.401.0

func (_m *FullNodeMock) MarketGetReserved(ctx context.Context, addr address.Address) (big.Int, error)

MarketGetReserved provides a mock function with given fields: ctx, addr

func (*FullNodeMock) MarketReleaseFunds added in v1.103.0

func (_m *FullNodeMock) MarketReleaseFunds(ctx context.Context, addr address.Address, amt big.Int) error

MarketReleaseFunds provides a mock function with given fields: ctx, addr, amt

func (*FullNodeMock) MarketReserveFunds added in v1.103.0

func (_m *FullNodeMock) MarketReserveFunds(ctx context.Context, wallet address.Address, addr address.Address, amt big.Int) (cid.Cid, error)

MarketReserveFunds provides a mock function with given fields: ctx, wallet, addr, amt

func (*FullNodeMock) MarketWithdraw added in v1.400.0

func (_m *FullNodeMock) MarketWithdraw(ctx context.Context, wallet address.Address, addr address.Address, amt big.Int) (cid.Cid, error)

MarketWithdraw provides a mock function with given fields: ctx, wallet, addr, amt

func (*FullNodeMock) MinerCreateBlock

func (_m *FullNodeMock) MinerCreateBlock(_a0 context.Context, _a1 *api.BlockTemplate) (*types.BlockMsg, error)

MinerCreateBlock provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) MinerGetBaseInfo

func (_m *FullNodeMock) MinerGetBaseInfo(_a0 context.Context, _a1 address.Address, _a2 abi.ChainEpoch, _a3 types.TipSetKey) (*api.MiningBaseInfo, error)

MinerGetBaseInfo provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*FullNodeMock) MpoolBatchPush added in v1.103.0

func (_m *FullNodeMock) MpoolBatchPush(_a0 context.Context, _a1 []*types.SignedMessage) ([]cid.Cid, error)

MpoolBatchPush provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) MpoolBatchPushMessage added in v1.103.0

func (_m *FullNodeMock) MpoolBatchPushMessage(_a0 context.Context, _a1 []*types.Message, _a2 *api.MessageSendSpec) ([]*types.SignedMessage, error)

MpoolBatchPushMessage provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) MpoolBatchPushUntrusted added in v1.103.0

func (_m *FullNodeMock) MpoolBatchPushUntrusted(_a0 context.Context, _a1 []*types.SignedMessage) ([]cid.Cid, error)

MpoolBatchPushUntrusted provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) MpoolCheckMessages added in v1.1200.0

func (_m *FullNodeMock) MpoolCheckMessages(_a0 context.Context, _a1 []*api.MessagePrototype) ([][]api.MessageCheckStatus, error)

MpoolCheckMessages provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) MpoolCheckPendingMessages added in v1.1200.0

func (_m *FullNodeMock) MpoolCheckPendingMessages(_a0 context.Context, _a1 address.Address) ([][]api.MessageCheckStatus, error)

MpoolCheckPendingMessages provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) MpoolCheckReplaceMessages added in v1.1200.0

func (_m *FullNodeMock) MpoolCheckReplaceMessages(_a0 context.Context, _a1 []*types.Message) ([][]api.MessageCheckStatus, error)

MpoolCheckReplaceMessages provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) MpoolClear

func (_m *FullNodeMock) MpoolClear(ctx context.Context, clearLocal bool) error

MpoolClear provides a mock function with given fields: ctx, clearLocal

func (*FullNodeMock) MpoolGetConfig

func (_m *FullNodeMock) MpoolGetConfig(_a0 context.Context) (*types.MpoolConfig, error)

MpoolGetConfig provides a mock function with given fields: _a0

func (*FullNodeMock) MpoolGetNonce

func (_m *FullNodeMock) MpoolGetNonce(_a0 context.Context, _a1 address.Address) (uint64, error)

MpoolGetNonce provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) MpoolPending

func (_m *FullNodeMock) MpoolPending(_a0 context.Context, _a1 types.TipSetKey) ([]*types.SignedMessage, error)

MpoolPending provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) MpoolPush

func (_m *FullNodeMock) MpoolPush(_a0 context.Context, _a1 *types.SignedMessage) (cid.Cid, error)

MpoolPush provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) MpoolPushMessage

func (_m *FullNodeMock) MpoolPushMessage(ctx context.Context, msg *types.Message, spec *api.MessageSendSpec) (*types.SignedMessage, error)

MpoolPushMessage provides a mock function with given fields: ctx, msg, spec

func (*FullNodeMock) MpoolPushUntrusted added in v0.1001.1

func (_m *FullNodeMock) MpoolPushUntrusted(_a0 context.Context, _a1 *types.SignedMessage) (cid.Cid, error)

MpoolPushUntrusted provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) MpoolSelect

func (_m *FullNodeMock) MpoolSelect(_a0 context.Context, _a1 types.TipSetKey, _a2 float64) ([]*types.SignedMessage, error)

MpoolSelect provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) MpoolSetConfig

func (_m *FullNodeMock) MpoolSetConfig(_a0 context.Context, _a1 *types.MpoolConfig) error

MpoolSetConfig provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) MpoolSub

func (_m *FullNodeMock) MpoolSub(_a0 context.Context) (<-chan api.MpoolUpdate, error)

MpoolSub provides a mock function with given fields: _a0

func (*FullNodeMock) MsigAddApprove

func (_m *FullNodeMock) MsigAddApprove(_a0 context.Context, _a1 address.Address, _a2 address.Address, _a3 uint64, _a4 address.Address, _a5 address.Address, _a6 bool) (*api.MessagePrototype, error)

MsigAddApprove provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4, _a5, _a6

func (*FullNodeMock) MsigAddCancel

func (_m *FullNodeMock) MsigAddCancel(_a0 context.Context, _a1 address.Address, _a2 address.Address, _a3 uint64, _a4 address.Address, _a5 bool) (*api.MessagePrototype, error)

MsigAddCancel provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4, _a5

func (*FullNodeMock) MsigAddPropose

func (_m *FullNodeMock) MsigAddPropose(_a0 context.Context, _a1 address.Address, _a2 address.Address, _a3 address.Address, _a4 bool) (*api.MessagePrototype, error)

MsigAddPropose provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4

func (*FullNodeMock) MsigApprove

func (_m *FullNodeMock) MsigApprove(_a0 context.Context, _a1 address.Address, _a2 uint64, _a3 address.Address) (*api.MessagePrototype, error)

MsigApprove provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*FullNodeMock) MsigApproveTxnHash added in v0.1001.1

func (_m *FullNodeMock) MsigApproveTxnHash(_a0 context.Context, _a1 address.Address, _a2 uint64, _a3 address.Address, _a4 address.Address, _a5 big.Int, _a6 address.Address, _a7 uint64, _a8 []byte) (*api.MessagePrototype, error)

MsigApproveTxnHash provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4, _a5, _a6, _a7, _a8

func (*FullNodeMock) MsigCancel

func (_m *FullNodeMock) MsigCancel(_a0 context.Context, _a1 address.Address, _a2 uint64, _a3 address.Address) (*api.MessagePrototype, error)

MsigCancel provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*FullNodeMock) MsigCancelTxnHash added in v1.1400.0

func (_m *FullNodeMock) MsigCancelTxnHash(_a0 context.Context, _a1 address.Address, _a2 uint64, _a3 address.Address, _a4 big.Int, _a5 address.Address, _a6 uint64, _a7 []byte) (*api.MessagePrototype, error)

MsigCancelTxnHash provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4, _a5, _a6, _a7

func (*FullNodeMock) MsigCreate

func (_m *FullNodeMock) MsigCreate(_a0 context.Context, _a1 uint64, _a2 []address.Address, _a3 abi.ChainEpoch, _a4 big.Int, _a5 address.Address, _a6 big.Int) (*api.MessagePrototype, error)

MsigCreate provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4, _a5, _a6

func (*FullNodeMock) MsigGetAvailableBalance

func (_m *FullNodeMock) MsigGetAvailableBalance(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (big.Int, error)

MsigGetAvailableBalance provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) MsigGetPending added in v1.800.0

func (_m *FullNodeMock) MsigGetPending(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) ([]*api.MsigTransaction, error)

MsigGetPending provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) MsigGetVested

func (_m *FullNodeMock) MsigGetVested(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey, _a3 types.TipSetKey) (big.Int, error)

MsigGetVested provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*FullNodeMock) MsigGetVestingSchedule added in v0.1001.1

func (_m *FullNodeMock) MsigGetVestingSchedule(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (api.MsigVesting, error)

MsigGetVestingSchedule provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) MsigPropose

func (_m *FullNodeMock) MsigPropose(_a0 context.Context, _a1 address.Address, _a2 address.Address, _a3 big.Int, _a4 address.Address, _a5 uint64, _a6 []byte) (*api.MessagePrototype, error)

MsigPropose provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4, _a5, _a6

func (*FullNodeMock) MsigRemoveSigner added in v0.1001.1

func (_m *FullNodeMock) MsigRemoveSigner(ctx context.Context, msig address.Address, proposer address.Address, toRemove address.Address, decrease bool) (*api.MessagePrototype, error)

MsigRemoveSigner provides a mock function with given fields: ctx, msig, proposer, toRemove, decrease

func (*FullNodeMock) MsigSwapApprove

func (_m *FullNodeMock) MsigSwapApprove(_a0 context.Context, _a1 address.Address, _a2 address.Address, _a3 uint64, _a4 address.Address, _a5 address.Address, _a6 address.Address) (*api.MessagePrototype, error)

MsigSwapApprove provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4, _a5, _a6

func (*FullNodeMock) MsigSwapCancel

func (_m *FullNodeMock) MsigSwapCancel(_a0 context.Context, _a1 address.Address, _a2 address.Address, _a3 uint64, _a4 address.Address, _a5 address.Address) (*api.MessagePrototype, error)

MsigSwapCancel provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4, _a5

func (*FullNodeMock) MsigSwapPropose

func (_m *FullNodeMock) MsigSwapPropose(_a0 context.Context, _a1 address.Address, _a2 address.Address, _a3 address.Address, _a4 address.Address) (*api.MessagePrototype, error)

MsigSwapPropose provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4

func (*FullNodeMock) NetAddrsListen

func (_m *FullNodeMock) NetAddrsListen(_a0 context.Context) (peer.AddrInfo, error)

NetAddrsListen provides a mock function with given fields: _a0

func (*FullNodeMock) NetAgentVersion

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

NetAgentVersion provides a mock function with given fields: ctx, p

func (*FullNodeMock) NetAutoNatStatus

func (_m *FullNodeMock) NetAutoNatStatus(_a0 context.Context) (api.NatInfo, error)

NetAutoNatStatus provides a mock function with given fields: _a0

func (*FullNodeMock) NetBandwidthStats

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

NetBandwidthStats provides a mock function with given fields: ctx

func (*FullNodeMock) NetBandwidthStatsByPeer

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

NetBandwidthStatsByPeer provides a mock function with given fields: ctx

func (*FullNodeMock) NetBandwidthStatsByProtocol

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

NetBandwidthStatsByProtocol provides a mock function with given fields: ctx

func (*FullNodeMock) NetBlockAdd added in v1.400.0

func (_m *FullNodeMock) NetBlockAdd(ctx context.Context, acl api.NetBlockList) error

NetBlockAdd provides a mock function with given fields: ctx, acl

func (*FullNodeMock) NetBlockList added in v1.400.0

func (_m *FullNodeMock) NetBlockList(ctx context.Context) (api.NetBlockList, error)

NetBlockList provides a mock function with given fields: ctx

func (*FullNodeMock) NetBlockRemove added in v1.400.0

func (_m *FullNodeMock) NetBlockRemove(ctx context.Context, acl api.NetBlockList) error

NetBlockRemove provides a mock function with given fields: ctx, acl

func (*FullNodeMock) NetConnect

func (_m *FullNodeMock) NetConnect(_a0 context.Context, _a1 peer.AddrInfo) error

NetConnect provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) NetConnectedness

func (_m *FullNodeMock) NetConnectedness(_a0 context.Context, _a1 peer.ID) (network.Connectedness, error)

NetConnectedness provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) NetDisconnect

func (_m *FullNodeMock) NetDisconnect(_a0 context.Context, _a1 peer.ID) error

NetDisconnect provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) NetFindPeer

func (_m *FullNodeMock) NetFindPeer(_a0 context.Context, _a1 peer.ID) (peer.AddrInfo, error)

NetFindPeer provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) NetLimit added in v1.1400.1

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

NetLimit provides a mock function with given fields: ctx, scope

func (*FullNodeMock) NetListening added in v1.2000.0

func (_m *FullNodeMock) NetListening(ctx context.Context) (bool, error)

NetListening provides a mock function with given fields: ctx

func (*FullNodeMock) NetPeerInfo added in v1.800.0

func (_m *FullNodeMock) NetPeerInfo(_a0 context.Context, _a1 peer.ID) (*api.ExtendedPeerInfo, error)

NetPeerInfo provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) NetPeers

func (_m *FullNodeMock) NetPeers(_a0 context.Context) ([]peer.AddrInfo, error)

NetPeers provides a mock function with given fields: _a0

func (*FullNodeMock) NetPing added in v1.1600.0

func (_m *FullNodeMock) NetPing(_a0 context.Context, _a1 peer.ID) (time.Duration, error)

NetPing provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) NetProtectAdd added in v1.1501.0

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

NetProtectAdd provides a mock function with given fields: ctx, acl

func (*FullNodeMock) NetProtectList added in v1.1501.0

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

NetProtectList provides a mock function with given fields: ctx

func (*FullNodeMock) NetProtectRemove added in v1.1501.0

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

NetProtectRemove provides a mock function with given fields: ctx, acl

func (*FullNodeMock) NetPubsubScores

func (_m *FullNodeMock) NetPubsubScores(_a0 context.Context) ([]api.PubsubScore, error)

NetPubsubScores provides a mock function with given fields: _a0

func (*FullNodeMock) NetSetLimit added in v1.1400.1

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

NetSetLimit provides a mock function with given fields: ctx, scope, limit

func (*FullNodeMock) NetStat added in v1.1400.1

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

NetStat provides a mock function with given fields: ctx, scope

func (*FullNodeMock) NetVersion added in v1.2000.0

func (_m *FullNodeMock) NetVersion(ctx context.Context) (string, error)

NetVersion provides a mock function with given fields: ctx

func (*FullNodeMock) NodeStatus added in v1.1200.0

func (_m *FullNodeMock) NodeStatus(ctx context.Context, inclChainStatus bool) (api.NodeStatus, error)

NodeStatus provides a mock function with given fields: ctx, inclChainStatus

func (*FullNodeMock) PaychAllocateLane

func (_m *FullNodeMock) PaychAllocateLane(ctx context.Context, ch address.Address) (uint64, error)

PaychAllocateLane provides a mock function with given fields: ctx, ch

func (*FullNodeMock) PaychAvailableFunds

func (_m *FullNodeMock) PaychAvailableFunds(ctx context.Context, ch address.Address) (*api.ChannelAvailableFunds, error)

PaychAvailableFunds provides a mock function with given fields: ctx, ch

func (*FullNodeMock) PaychAvailableFundsByFromTo

func (_m *FullNodeMock) PaychAvailableFundsByFromTo(ctx context.Context, from address.Address, to address.Address) (*api.ChannelAvailableFunds, error)

PaychAvailableFundsByFromTo provides a mock function with given fields: ctx, from, to

func (*FullNodeMock) PaychCollect

func (_m *FullNodeMock) PaychCollect(_a0 context.Context, _a1 address.Address) (cid.Cid, error)

PaychCollect provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) PaychFund added in v1.1501.0

func (_m *FullNodeMock) PaychFund(ctx context.Context, from address.Address, to address.Address, amt big.Int) (*api.ChannelInfo, error)

PaychFund provides a mock function with given fields: ctx, from, to, amt

func (*FullNodeMock) PaychGet

func (_m *FullNodeMock) PaychGet(ctx context.Context, from address.Address, to address.Address, amt big.Int, opts api.PaychGetOpts) (*api.ChannelInfo, error)

PaychGet provides a mock function with given fields: ctx, from, to, amt, opts

func (*FullNodeMock) PaychGetWaitReady

func (_m *FullNodeMock) PaychGetWaitReady(_a0 context.Context, _a1 cid.Cid) (address.Address, error)

PaychGetWaitReady provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) PaychList

func (_m *FullNodeMock) PaychList(_a0 context.Context) ([]address.Address, error)

PaychList provides a mock function with given fields: _a0

func (*FullNodeMock) PaychNewPayment

func (_m *FullNodeMock) PaychNewPayment(ctx context.Context, from address.Address, to address.Address, vouchers []api.VoucherSpec) (*api.PaymentInfo, error)

PaychNewPayment provides a mock function with given fields: ctx, from, to, vouchers

func (*FullNodeMock) PaychSettle

func (_m *FullNodeMock) PaychSettle(_a0 context.Context, _a1 address.Address) (cid.Cid, error)

PaychSettle provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) PaychStatus

func (_m *FullNodeMock) PaychStatus(_a0 context.Context, _a1 address.Address) (*api.PaychStatus, error)

PaychStatus provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) PaychVoucherAdd

func (_m *FullNodeMock) PaychVoucherAdd(_a0 context.Context, _a1 address.Address, _a2 *paych.SignedVoucher, _a3 []byte, _a4 big.Int) (big.Int, error)

PaychVoucherAdd provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4

func (*FullNodeMock) PaychVoucherCheckSpendable

func (_m *FullNodeMock) PaychVoucherCheckSpendable(_a0 context.Context, _a1 address.Address, _a2 *paych.SignedVoucher, _a3 []byte, _a4 []byte) (bool, error)

PaychVoucherCheckSpendable provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4

func (*FullNodeMock) PaychVoucherCheckValid

func (_m *FullNodeMock) PaychVoucherCheckValid(_a0 context.Context, _a1 address.Address, _a2 *paych.SignedVoucher) error

PaychVoucherCheckValid provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) PaychVoucherCreate

func (_m *FullNodeMock) PaychVoucherCreate(_a0 context.Context, _a1 address.Address, _a2 big.Int, _a3 uint64) (*api.VoucherCreateResult, error)

PaychVoucherCreate provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*FullNodeMock) PaychVoucherList

func (_m *FullNodeMock) PaychVoucherList(_a0 context.Context, _a1 address.Address) ([]*paych.SignedVoucher, error)

PaychVoucherList provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) PaychVoucherSubmit

func (_m *FullNodeMock) PaychVoucherSubmit(_a0 context.Context, _a1 address.Address, _a2 *paych.SignedVoucher, _a3 []byte, _a4 []byte) (cid.Cid, error)

PaychVoucherSubmit provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4

func (*FullNodeMock) RaftLeader added in v1.2000.0

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

RaftLeader provides a mock function with given fields: ctx

func (*FullNodeMock) RaftState added in v1.2000.0

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

RaftState provides a mock function with given fields: ctx

func (*FullNodeMock) Session added in v1.103.0

func (_m *FullNodeMock) Session(_a0 context.Context) (uuid.UUID, error)

Session provides a mock function with given fields: _a0

func (*FullNodeMock) Shutdown

func (_m *FullNodeMock) Shutdown(_a0 context.Context) error

Shutdown provides a mock function with given fields: _a0

func (*FullNodeMock) StartTime added in v1.2000.0

func (_m *FullNodeMock) StartTime(_a0 context.Context) (time.Time, error)

StartTime provides a mock function with given fields: _a0

func (*FullNodeMock) StateAccountKey

func (_m *FullNodeMock) StateAccountKey(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (address.Address, error)

StateAccountKey provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) StateActorCodeCIDs added in v1.1600.0

func (_m *FullNodeMock) StateActorCodeCIDs(_a0 context.Context, _a1 go_state_typesnetwork.Version) (map[string]cid.Cid, error)

StateActorCodeCIDs provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) StateActorManifestCID added in v1.1800.0

func (_m *FullNodeMock) StateActorManifestCID(_a0 context.Context, _a1 go_state_typesnetwork.Version) (cid.Cid, error)

StateActorManifestCID provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) StateAllMinerFaults

func (_m *FullNodeMock) StateAllMinerFaults(ctx context.Context, lookback abi.ChainEpoch, ts types.TipSetKey) ([]*api.Fault, error)

StateAllMinerFaults provides a mock function with given fields: ctx, lookback, ts

func (*FullNodeMock) StateCall

func (_m *FullNodeMock) StateCall(_a0 context.Context, _a1 *types.Message, _a2 types.TipSetKey) (*api.InvocResult, error)

StateCall provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) StateChangedActors

func (_m *FullNodeMock) StateChangedActors(_a0 context.Context, _a1 cid.Cid, _a2 cid.Cid) (map[string]types.ActorV5, error)

StateChangedActors provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) StateCirculatingSupply

func (_m *FullNodeMock) StateCirculatingSupply(_a0 context.Context, _a1 types.TipSetKey) (big.Int, error)

StateCirculatingSupply provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) StateCompute

func (_m *FullNodeMock) StateCompute(_a0 context.Context, _a1 abi.ChainEpoch, _a2 []*types.Message, _a3 types.TipSetKey) (*api.ComputeStateOutput, error)

StateCompute provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*FullNodeMock) StateComputeDataCID added in v1.1800.0

func (_m *FullNodeMock) StateComputeDataCID(ctx context.Context, maddr address.Address, sectorType abi.RegisteredSealProof, deals []abi.DealID, tsk types.TipSetKey) (cid.Cid, error)

StateComputeDataCID provides a mock function with given fields: ctx, maddr, sectorType, deals, tsk

func (*FullNodeMock) StateDealProviderCollateralBounds

func (_m *FullNodeMock) StateDealProviderCollateralBounds(_a0 context.Context, _a1 abi.PaddedPieceSize, _a2 bool, _a3 types.TipSetKey) (api.DealCollateralBounds, error)

StateDealProviderCollateralBounds provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*FullNodeMock) StateDecodeParams added in v1.103.0

func (_m *FullNodeMock) StateDecodeParams(ctx context.Context, toAddr address.Address, method abi.MethodNum, params []byte, tsk types.TipSetKey) (interface{}, error)

StateDecodeParams provides a mock function with given fields: ctx, toAddr, method, params, tsk

func (*FullNodeMock) StateEncodeParams added in v1.1200.0

func (_m *FullNodeMock) StateEncodeParams(ctx context.Context, toActCode cid.Cid, method abi.MethodNum, params json.RawMessage) ([]byte, error)

StateEncodeParams provides a mock function with given fields: ctx, toActCode, method, params

func (*FullNodeMock) StateGetActor

func (_m *FullNodeMock) StateGetActor(ctx context.Context, actor address.Address, tsk types.TipSetKey) (*types.ActorV5, error)

StateGetActor provides a mock function with given fields: ctx, actor, tsk

func (*FullNodeMock) StateGetAllAllocations added in v1.2600.0

func (_m *FullNodeMock) StateGetAllAllocations(ctx context.Context, tsk types.TipSetKey) (map[verifreg.AllocationId]verifreg.Allocation, error)

StateGetAllAllocations provides a mock function with given fields: ctx, tsk

func (*FullNodeMock) StateGetAllClaims added in v1.2600.0

func (_m *FullNodeMock) StateGetAllClaims(ctx context.Context, tsk types.TipSetKey) (map[verifreg.ClaimId]verifreg.Claim, error)

StateGetAllClaims provides a mock function with given fields: ctx, tsk

func (*FullNodeMock) StateGetAllocation added in v1.1800.0

func (_m *FullNodeMock) StateGetAllocation(ctx context.Context, clientAddr address.Address, allocationId verifreg.AllocationId, tsk types.TipSetKey) (*verifreg.Allocation, error)

StateGetAllocation provides a mock function with given fields: ctx, clientAddr, allocationId, tsk

func (*FullNodeMock) StateGetAllocationForPendingDeal added in v1.1800.0

func (_m *FullNodeMock) StateGetAllocationForPendingDeal(ctx context.Context, dealId abi.DealID, tsk types.TipSetKey) (*verifreg.Allocation, error)

StateGetAllocationForPendingDeal provides a mock function with given fields: ctx, dealId, tsk

func (*FullNodeMock) StateGetAllocationIdForPendingDeal added in v1.2600.0

func (_m *FullNodeMock) StateGetAllocationIdForPendingDeal(ctx context.Context, dealId abi.DealID, tsk types.TipSetKey) (verifreg.AllocationId, error)

StateGetAllocationIdForPendingDeal provides a mock function with given fields: ctx, dealId, tsk

func (*FullNodeMock) StateGetAllocations added in v1.1800.0

func (_m *FullNodeMock) StateGetAllocations(ctx context.Context, clientAddr address.Address, tsk types.TipSetKey) (map[verifreg.AllocationId]verifreg.Allocation, error)

StateGetAllocations provides a mock function with given fields: ctx, clientAddr, tsk

func (*FullNodeMock) StateGetBeaconEntry added in v1.1600.0

func (_m *FullNodeMock) StateGetBeaconEntry(ctx context.Context, epoch abi.ChainEpoch) (*types.BeaconEntry, error)

StateGetBeaconEntry provides a mock function with given fields: ctx, epoch

func (*FullNodeMock) StateGetClaim added in v1.1800.0

func (_m *FullNodeMock) StateGetClaim(ctx context.Context, providerAddr address.Address, claimId verifreg.ClaimId, tsk types.TipSetKey) (*verifreg.Claim, error)

StateGetClaim provides a mock function with given fields: ctx, providerAddr, claimId, tsk

func (*FullNodeMock) StateGetClaims added in v1.1800.0

func (_m *FullNodeMock) StateGetClaims(ctx context.Context, providerAddr address.Address, tsk types.TipSetKey) (map[verifreg.ClaimId]verifreg.Claim, error)

StateGetClaims provides a mock function with given fields: ctx, providerAddr, tsk

func (*FullNodeMock) StateGetNetworkParams added in v1.1600.0

func (_m *FullNodeMock) StateGetNetworkParams(ctx context.Context) (*api.NetworkParams, error)

StateGetNetworkParams provides a mock function with given fields: ctx

func (*FullNodeMock) StateGetRandomnessDigestFromBeacon added in v1.2303.0

func (_m *FullNodeMock) StateGetRandomnessDigestFromBeacon(ctx context.Context, randEpoch abi.ChainEpoch, tsk types.TipSetKey) (abi.Randomness, error)

StateGetRandomnessDigestFromBeacon provides a mock function with given fields: ctx, randEpoch, tsk

func (*FullNodeMock) StateGetRandomnessDigestFromTickets added in v1.2303.0

func (_m *FullNodeMock) StateGetRandomnessDigestFromTickets(ctx context.Context, randEpoch abi.ChainEpoch, tsk types.TipSetKey) (abi.Randomness, error)

StateGetRandomnessDigestFromTickets provides a mock function with given fields: ctx, randEpoch, tsk

func (*FullNodeMock) StateGetRandomnessFromBeacon added in v1.1200.0

func (_m *FullNodeMock) StateGetRandomnessFromBeacon(ctx context.Context, personalization crypto.DomainSeparationTag, randEpoch abi.ChainEpoch, entropy []byte, tsk types.TipSetKey) (abi.Randomness, error)

StateGetRandomnessFromBeacon provides a mock function with given fields: ctx, personalization, randEpoch, entropy, tsk

func (*FullNodeMock) StateGetRandomnessFromTickets added in v1.1200.0

func (_m *FullNodeMock) StateGetRandomnessFromTickets(ctx context.Context, personalization crypto.DomainSeparationTag, randEpoch abi.ChainEpoch, entropy []byte, tsk types.TipSetKey) (abi.Randomness, error)

StateGetRandomnessFromTickets provides a mock function with given fields: ctx, personalization, randEpoch, entropy, tsk

func (*FullNodeMock) StateListActors

func (_m *FullNodeMock) StateListActors(_a0 context.Context, _a1 types.TipSetKey) ([]address.Address, error)

StateListActors provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) StateListMessages

func (_m *FullNodeMock) StateListMessages(ctx context.Context, match *api.MessageMatch, tsk types.TipSetKey, toht abi.ChainEpoch) ([]cid.Cid, error)

StateListMessages provides a mock function with given fields: ctx, match, tsk, toht

func (*FullNodeMock) StateListMiners

func (_m *FullNodeMock) StateListMiners(_a0 context.Context, _a1 types.TipSetKey) ([]address.Address, error)

StateListMiners provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) StateLookupID

func (_m *FullNodeMock) StateLookupID(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (address.Address, error)

StateLookupID provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) StateLookupRobustAddress added in v1.1600.0

func (_m *FullNodeMock) StateLookupRobustAddress(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (address.Address, error)

StateLookupRobustAddress provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) StateMarketBalance

func (_m *FullNodeMock) StateMarketBalance(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (api.MarketBalance, error)

StateMarketBalance provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) StateMarketDeals

func (_m *FullNodeMock) StateMarketDeals(_a0 context.Context, _a1 types.TipSetKey) (map[string]*api.MarketDeal, error)

StateMarketDeals provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) StateMarketParticipants

func (_m *FullNodeMock) StateMarketParticipants(_a0 context.Context, _a1 types.TipSetKey) (map[string]api.MarketBalance, error)

StateMarketParticipants provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) StateMarketStorageDeal

func (_m *FullNodeMock) StateMarketStorageDeal(_a0 context.Context, _a1 abi.DealID, _a2 types.TipSetKey) (*api.MarketDeal, error)

StateMarketStorageDeal provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) StateMinerActiveSectors

func (_m *FullNodeMock) StateMinerActiveSectors(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) ([]*miner.SectorOnChainInfo, error)

StateMinerActiveSectors provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) StateMinerAllocated added in v1.1800.0

func (_m *FullNodeMock) StateMinerAllocated(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (*bitfield.BitField, error)

StateMinerAllocated provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) StateMinerAvailableBalance

func (_m *FullNodeMock) StateMinerAvailableBalance(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (big.Int, error)

StateMinerAvailableBalance provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) StateMinerDeadlines

func (_m *FullNodeMock) StateMinerDeadlines(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) ([]api.Deadline, error)

StateMinerDeadlines provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) StateMinerFaults

func (_m *FullNodeMock) StateMinerFaults(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (bitfield.BitField, error)

StateMinerFaults provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) StateMinerInfo

func (_m *FullNodeMock) StateMinerInfo(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (api.MinerInfo, error)

StateMinerInfo provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) StateMinerInitialPledgeCollateral

func (_m *FullNodeMock) StateMinerInitialPledgeCollateral(_a0 context.Context, _a1 address.Address, _a2 miner.SectorPreCommitInfo, _a3 types.TipSetKey) (big.Int, error)

StateMinerInitialPledgeCollateral provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*FullNodeMock) StateMinerPartitions

func (_m *FullNodeMock) StateMinerPartitions(ctx context.Context, m address.Address, dlIdx uint64, tsk types.TipSetKey) ([]api.Partition, error)

StateMinerPartitions provides a mock function with given fields: ctx, m, dlIdx, tsk

func (*FullNodeMock) StateMinerPower

func (_m *FullNodeMock) StateMinerPower(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (*api.MinerPower, error)

StateMinerPower provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) StateMinerPreCommitDepositForPower

func (_m *FullNodeMock) StateMinerPreCommitDepositForPower(_a0 context.Context, _a1 address.Address, _a2 miner.SectorPreCommitInfo, _a3 types.TipSetKey) (big.Int, error)

StateMinerPreCommitDepositForPower provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*FullNodeMock) StateMinerProvingDeadline

func (_m *FullNodeMock) StateMinerProvingDeadline(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (*dline.Info, error)

StateMinerProvingDeadline provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) StateMinerRecoveries

func (_m *FullNodeMock) StateMinerRecoveries(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (bitfield.BitField, error)

StateMinerRecoveries provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) StateMinerSectorAllocated added in v1.103.0

func (_m *FullNodeMock) StateMinerSectorAllocated(_a0 context.Context, _a1 address.Address, _a2 abi.SectorNumber, _a3 types.TipSetKey) (bool, error)

StateMinerSectorAllocated provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*FullNodeMock) StateMinerSectorCount

func (_m *FullNodeMock) StateMinerSectorCount(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (api.MinerSectors, error)

StateMinerSectorCount provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) StateMinerSectors

func (_m *FullNodeMock) StateMinerSectors(_a0 context.Context, _a1 address.Address, _a2 *bitfield.BitField, _a3 types.TipSetKey) ([]*miner.SectorOnChainInfo, error)

StateMinerSectors provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*FullNodeMock) StateNetworkName

func (_m *FullNodeMock) StateNetworkName(_a0 context.Context) (dtypes.NetworkName, error)

StateNetworkName provides a mock function with given fields: _a0

func (*FullNodeMock) StateNetworkVersion

func (_m *FullNodeMock) StateNetworkVersion(_a0 context.Context, _a1 types.TipSetKey) (go_state_typesnetwork.Version, error)

StateNetworkVersion provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) StateReadState

func (_m *FullNodeMock) StateReadState(ctx context.Context, actor address.Address, tsk types.TipSetKey) (*api.ActorState, error)

StateReadState provides a mock function with given fields: ctx, actor, tsk

func (*FullNodeMock) StateReplay

func (_m *FullNodeMock) StateReplay(_a0 context.Context, _a1 types.TipSetKey, _a2 cid.Cid) (*api.InvocResult, error)

StateReplay provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) StateSearchMsg

func (_m *FullNodeMock) StateSearchMsg(ctx context.Context, from types.TipSetKey, msg cid.Cid, limit abi.ChainEpoch, allowReplaced bool) (*api.MsgLookup, error)

StateSearchMsg provides a mock function with given fields: ctx, from, msg, limit, allowReplaced

func (*FullNodeMock) StateSectorExpiration

func (_m *FullNodeMock) StateSectorExpiration(_a0 context.Context, _a1 address.Address, _a2 abi.SectorNumber, _a3 types.TipSetKey) (*builtinminer.SectorExpiration, error)

StateSectorExpiration provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*FullNodeMock) StateSectorGetInfo

func (_m *FullNodeMock) StateSectorGetInfo(_a0 context.Context, _a1 address.Address, _a2 abi.SectorNumber, _a3 types.TipSetKey) (*miner.SectorOnChainInfo, error)

StateSectorGetInfo provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*FullNodeMock) StateSectorPartition

func (_m *FullNodeMock) StateSectorPartition(ctx context.Context, maddr address.Address, sectorNumber abi.SectorNumber, tok types.TipSetKey) (*builtinminer.SectorLocation, error)

StateSectorPartition provides a mock function with given fields: ctx, maddr, sectorNumber, tok

func (*FullNodeMock) StateSectorPreCommitInfo

func (_m *FullNodeMock) StateSectorPreCommitInfo(_a0 context.Context, _a1 address.Address, _a2 abi.SectorNumber, _a3 types.TipSetKey) (*miner.SectorPreCommitOnChainInfo, error)

StateSectorPreCommitInfo provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*FullNodeMock) StateVMCirculatingSupplyInternal added in v0.1001.1

func (_m *FullNodeMock) StateVMCirculatingSupplyInternal(_a0 context.Context, _a1 types.TipSetKey) (api.CirculatingSupply, error)

StateVMCirculatingSupplyInternal provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) StateVerifiedClientStatus

func (_m *FullNodeMock) StateVerifiedClientStatus(ctx context.Context, addr address.Address, tsk types.TipSetKey) (*big.Int, error)

StateVerifiedClientStatus provides a mock function with given fields: ctx, addr, tsk

func (*FullNodeMock) StateVerifiedRegistryRootKey added in v0.1001.1

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

StateVerifiedRegistryRootKey provides a mock function with given fields: ctx, tsk

func (*FullNodeMock) StateVerifierStatus added in v0.1001.1

func (_m *FullNodeMock) StateVerifierStatus(ctx context.Context, addr address.Address, tsk types.TipSetKey) (*big.Int, error)

StateVerifierStatus provides a mock function with given fields: ctx, addr, tsk

func (*FullNodeMock) StateWaitMsg

func (_m *FullNodeMock) StateWaitMsg(ctx context.Context, _a1 cid.Cid, confidence uint64, limit abi.ChainEpoch, allowReplaced bool) (*api.MsgLookup, error)

StateWaitMsg provides a mock function with given fields: ctx, _a1, confidence, limit, allowReplaced

func (*FullNodeMock) SubscribeActorEventsRaw added in v1.2600.0

func (_m *FullNodeMock) SubscribeActorEventsRaw(ctx context.Context, filter *types.ActorEventFilter) (<-chan *types.ActorEvent, error)

SubscribeActorEventsRaw provides a mock function with given fields: ctx, filter

func (*FullNodeMock) SyncCheckBad

func (_m *FullNodeMock) SyncCheckBad(ctx context.Context, bcid cid.Cid) (string, error)

SyncCheckBad provides a mock function with given fields: ctx, bcid

func (*FullNodeMock) SyncCheckpoint

func (_m *FullNodeMock) SyncCheckpoint(ctx context.Context, tsk types.TipSetKey) error

SyncCheckpoint provides a mock function with given fields: ctx, tsk

func (*FullNodeMock) SyncIncomingBlocks

func (_m *FullNodeMock) SyncIncomingBlocks(ctx context.Context) (<-chan *types.BlockHeader, error)

SyncIncomingBlocks provides a mock function with given fields: ctx

func (*FullNodeMock) SyncMarkBad

func (_m *FullNodeMock) SyncMarkBad(ctx context.Context, bcid cid.Cid) error

SyncMarkBad provides a mock function with given fields: ctx, bcid

func (*FullNodeMock) SyncState

func (_m *FullNodeMock) SyncState(_a0 context.Context) (*api.SyncState, error)

SyncState provides a mock function with given fields: _a0

func (*FullNodeMock) SyncSubmitBlock

func (_m *FullNodeMock) SyncSubmitBlock(ctx context.Context, blk *types.BlockMsg) error

SyncSubmitBlock provides a mock function with given fields: ctx, blk

func (*FullNodeMock) SyncUnmarkAllBad added in v0.1001.1

func (_m *FullNodeMock) SyncUnmarkAllBad(ctx context.Context) error

SyncUnmarkAllBad provides a mock function with given fields: ctx

func (*FullNodeMock) SyncUnmarkBad

func (_m *FullNodeMock) SyncUnmarkBad(ctx context.Context, bcid cid.Cid) error

SyncUnmarkBad provides a mock function with given fields: ctx, bcid

func (*FullNodeMock) SyncValidateTipset

func (_m *FullNodeMock) SyncValidateTipset(ctx context.Context, tsk types.TipSetKey) (bool, error)

SyncValidateTipset provides a mock function with given fields: ctx, tsk

func (*FullNodeMock) Version

func (_m *FullNodeMock) Version(_a0 context.Context) (api.APIVersion, error)

Version provides a mock function with given fields: _a0

func (*FullNodeMock) WalletBalance

func (_m *FullNodeMock) WalletBalance(_a0 context.Context, _a1 address.Address) (big.Int, error)

WalletBalance provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) WalletDefaultAddress

func (_m *FullNodeMock) WalletDefaultAddress(_a0 context.Context) (address.Address, error)

WalletDefaultAddress provides a mock function with given fields: _a0

func (*FullNodeMock) WalletDelete

func (_m *FullNodeMock) WalletDelete(_a0 context.Context, _a1 address.Address) error

WalletDelete provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) WalletExport

func (_m *FullNodeMock) WalletExport(_a0 context.Context, _a1 address.Address) (*types.KeyInfo, error)

WalletExport provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) WalletHas

func (_m *FullNodeMock) WalletHas(_a0 context.Context, _a1 address.Address) (bool, error)

WalletHas provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) WalletImport

func (_m *FullNodeMock) WalletImport(_a0 context.Context, _a1 *types.KeyInfo) (address.Address, error)

WalletImport provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) WalletList

func (_m *FullNodeMock) WalletList(_a0 context.Context) ([]address.Address, error)

WalletList provides a mock function with given fields: _a0

func (*FullNodeMock) WalletNew

func (_m *FullNodeMock) WalletNew(_a0 context.Context, _a1 types.KeyType) (address.Address, error)

WalletNew provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) WalletSetDefault

func (_m *FullNodeMock) WalletSetDefault(_a0 context.Context, _a1 address.Address) error

WalletSetDefault provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) WalletSign

func (_m *FullNodeMock) WalletSign(_a0 context.Context, _a1 address.Address, _a2 []byte) (*crypto.Signature, error)

WalletSign provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) WalletSignMessage

func (_m *FullNodeMock) WalletSignMessage(_a0 context.Context, _a1 address.Address, _a2 *types.Message) (*types.SignedMessage, error)

WalletSignMessage provides a mock function with given fields: _a0, _a1, _a2

func (*FullNodeMock) WalletValidateAddress

func (_m *FullNodeMock) WalletValidateAddress(_a0 context.Context, _a1 string) (address.Address, error)

WalletValidateAddress provides a mock function with given fields: _a0, _a1

func (*FullNodeMock) WalletVerify

func (_m *FullNodeMock) WalletVerify(_a0 context.Context, _a1 address.Address, _a2 []byte, _a3 *crypto.Signature) (bool, error)

WalletVerify provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*FullNodeMock) Web3ClientVersion added in v1.2000.0

func (_m *FullNodeMock) Web3ClientVersion(ctx context.Context) (string, error)

Web3ClientVersion provides a mock function with given fields: ctx

Jump to

Keyboard shortcuts

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