mock

package
v1.15.2 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, MIT Imports: 25 Imported by: 2

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockFullNode

type MockFullNode struct {
	// contains filtered or unexported fields
}

MockFullNode is a mock of FullNode interface.

func NewMockFullNode

func NewMockFullNode(ctrl *gomock.Controller) *MockFullNode

NewMockFullNode creates a new mock instance.

func (*MockFullNode) BlockTime

func (m *MockFullNode) BlockTime(arg0 context.Context) time.Duration

BlockTime mocks base method.

func (*MockFullNode) ChainDeleteObj

func (m *MockFullNode) ChainDeleteObj(arg0 context.Context, arg1 cid.Cid) error

ChainDeleteObj mocks base method.

func (*MockFullNode) ChainExport

func (m *MockFullNode) ChainExport(arg0 context.Context, arg1 abi.ChainEpoch, arg2 bool, arg3 types0.TipSetKey) (<-chan []byte, error)

ChainExport mocks base method.

func (*MockFullNode) ChainGetBlock

func (m *MockFullNode) ChainGetBlock(arg0 context.Context, arg1 cid.Cid) (*types0.BlockHeader, error)

ChainGetBlock mocks base method.

func (*MockFullNode) ChainGetBlockMessages

func (m *MockFullNode) ChainGetBlockMessages(arg0 context.Context, arg1 cid.Cid) (*types0.BlockMessages, error)

ChainGetBlockMessages mocks base method.

func (*MockFullNode) ChainGetEvents added in v1.10.0

func (m *MockFullNode) ChainGetEvents(arg0 context.Context, arg1 cid.Cid) ([]types0.Event, error)

ChainGetEvents mocks base method.

func (*MockFullNode) ChainGetGenesis added in v1.8.0

func (m *MockFullNode) ChainGetGenesis(arg0 context.Context) (*types0.TipSet, error)

ChainGetGenesis mocks base method.

func (*MockFullNode) ChainGetMessage

func (m *MockFullNode) ChainGetMessage(arg0 context.Context, arg1 cid.Cid) (*types.Message, error)

ChainGetMessage mocks base method.

func (*MockFullNode) ChainGetMessagesInTipset

func (m *MockFullNode) ChainGetMessagesInTipset(arg0 context.Context, arg1 types0.TipSetKey) ([]types0.MessageCID, error)

ChainGetMessagesInTipset mocks base method.

func (*MockFullNode) ChainGetParentMessages

func (m *MockFullNode) ChainGetParentMessages(arg0 context.Context, arg1 cid.Cid) ([]types0.MessageCID, error)

ChainGetParentMessages mocks base method.

func (*MockFullNode) ChainGetParentReceipts

func (m *MockFullNode) ChainGetParentReceipts(arg0 context.Context, arg1 cid.Cid) ([]*types0.MessageReceipt, error)

ChainGetParentReceipts mocks base method.

func (*MockFullNode) ChainGetPath

func (m *MockFullNode) ChainGetPath(arg0 context.Context, arg1, arg2 types0.TipSetKey) ([]*types0.HeadChange, error)

ChainGetPath mocks base method.

func (*MockFullNode) ChainGetReceipts

func (m *MockFullNode) ChainGetReceipts(arg0 context.Context, arg1 cid.Cid) ([]types0.MessageReceipt, error)

ChainGetReceipts mocks base method.

func (*MockFullNode) ChainGetTipSet

func (m *MockFullNode) ChainGetTipSet(arg0 context.Context, arg1 types0.TipSetKey) (*types0.TipSet, error)

ChainGetTipSet mocks base method.

func (*MockFullNode) ChainGetTipSetAfterHeight

func (m *MockFullNode) ChainGetTipSetAfterHeight(arg0 context.Context, arg1 abi.ChainEpoch, arg2 types0.TipSetKey) (*types0.TipSet, error)

ChainGetTipSetAfterHeight mocks base method.

func (*MockFullNode) ChainGetTipSetByHeight

func (m *MockFullNode) ChainGetTipSetByHeight(arg0 context.Context, arg1 abi.ChainEpoch, arg2 types0.TipSetKey) (*types0.TipSet, error)

ChainGetTipSetByHeight mocks base method.

func (*MockFullNode) ChainHasObj

func (m *MockFullNode) ChainHasObj(arg0 context.Context, arg1 cid.Cid) (bool, error)

ChainHasObj mocks base method.

func (*MockFullNode) ChainHead

func (m *MockFullNode) ChainHead(arg0 context.Context) (*types0.TipSet, error)

ChainHead mocks base method.

func (*MockFullNode) ChainList

func (m *MockFullNode) ChainList(arg0 context.Context, arg1 types0.TipSetKey, arg2 int) ([]types0.TipSetKey, error)

ChainList mocks base method.

func (*MockFullNode) ChainNotify

func (m *MockFullNode) ChainNotify(arg0 context.Context) (<-chan []*types0.HeadChange, error)

ChainNotify mocks base method.

func (*MockFullNode) ChainPutObj added in v1.6.0

func (m *MockFullNode) ChainPutObj(arg0 context.Context, arg1 blocks.Block) error

ChainPutObj mocks base method.

func (*MockFullNode) ChainReadObj

func (m *MockFullNode) ChainReadObj(arg0 context.Context, arg1 cid.Cid) ([]byte, error)

ChainReadObj mocks base method.

func (*MockFullNode) ChainSetHead

func (m *MockFullNode) ChainSetHead(arg0 context.Context, arg1 types0.TipSetKey) error

ChainSetHead mocks base method.

func (*MockFullNode) ChainStatObj

func (m *MockFullNode) ChainStatObj(arg0 context.Context, arg1, arg2 cid.Cid) (types0.ObjStat, error)

ChainStatObj mocks base method.

func (*MockFullNode) ChainSyncHandleNewTipSet

func (m *MockFullNode) ChainSyncHandleNewTipSet(arg0 context.Context, arg1 *types0.ChainInfo) error

ChainSyncHandleNewTipSet mocks base method.

func (*MockFullNode) ChainTipSetWeight

func (m *MockFullNode) ChainTipSetWeight(arg0 context.Context, arg1 types0.TipSetKey) (big.Int, error)

ChainTipSetWeight mocks base method.

func (*MockFullNode) Concurrent

func (m *MockFullNode) Concurrent(arg0 context.Context) int64

Concurrent mocks base method.

func (*MockFullNode) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockFullNode) EthAccounts added in v1.10.0

func (m *MockFullNode) EthAccounts(arg0 context.Context) ([]types.EthAddress, error)

EthAccounts mocks base method.

func (*MockFullNode) EthAddressToFilecoinAddress added in v1.10.0

func (m *MockFullNode) EthAddressToFilecoinAddress(arg0 context.Context, arg1 types.EthAddress) (address.Address, error)

EthAddressToFilecoinAddress mocks base method.

func (*MockFullNode) EthBlockNumber added in v1.10.0

func (m *MockFullNode) EthBlockNumber(arg0 context.Context) (types.EthUint64, error)

EthBlockNumber mocks base method.

func (*MockFullNode) EthCall added in v1.10.0

EthCall mocks base method.

func (*MockFullNode) EthChainId added in v1.10.0

func (m *MockFullNode) EthChainId(arg0 context.Context) (types.EthUint64, error)

EthChainId mocks base method.

func (*MockFullNode) EthEstimateGas added in v1.10.0

func (m *MockFullNode) EthEstimateGas(arg0 context.Context, arg1 jsonrpc.RawParams) (types.EthUint64, error)

EthEstimateGas mocks base method.

func (*MockFullNode) EthFeeHistory added in v1.10.0

func (m *MockFullNode) EthFeeHistory(arg0 context.Context, arg1 jsonrpc.RawParams) (types.EthFeeHistory, error)

EthFeeHistory mocks base method.

func (*MockFullNode) EthGasPrice added in v1.10.0

func (m *MockFullNode) EthGasPrice(arg0 context.Context) (types.EthBigInt, error)

EthGasPrice mocks base method.

func (*MockFullNode) EthGetBalance added in v1.10.0

EthGetBalance mocks base method.

func (*MockFullNode) EthGetBlockByHash added in v1.10.0

func (m *MockFullNode) EthGetBlockByHash(arg0 context.Context, arg1 types.EthHash, arg2 bool) (types.EthBlock, error)

EthGetBlockByHash mocks base method.

func (*MockFullNode) EthGetBlockByNumber added in v1.10.0

func (m *MockFullNode) EthGetBlockByNumber(arg0 context.Context, arg1 string, arg2 bool) (types.EthBlock, error)

EthGetBlockByNumber mocks base method.

func (*MockFullNode) EthGetBlockTransactionCountByHash added in v1.10.0

func (m *MockFullNode) EthGetBlockTransactionCountByHash(arg0 context.Context, arg1 types.EthHash) (types.EthUint64, error)

EthGetBlockTransactionCountByHash mocks base method.

func (*MockFullNode) EthGetBlockTransactionCountByNumber added in v1.10.0

func (m *MockFullNode) EthGetBlockTransactionCountByNumber(arg0 context.Context, arg1 types.EthUint64) (types.EthUint64, error)

EthGetBlockTransactionCountByNumber mocks base method.

func (*MockFullNode) EthGetCode added in v1.10.0

EthGetCode mocks base method.

func (*MockFullNode) EthGetFilterChanges added in v1.10.0

func (m *MockFullNode) EthGetFilterChanges(arg0 context.Context, arg1 types.EthFilterID) (*types.EthFilterResult, error)

EthGetFilterChanges mocks base method.

func (*MockFullNode) EthGetFilterLogs added in v1.10.0

func (m *MockFullNode) EthGetFilterLogs(arg0 context.Context, arg1 types.EthFilterID) (*types.EthFilterResult, error)

EthGetFilterLogs mocks base method.

func (*MockFullNode) EthGetLogs added in v1.10.0

func (m *MockFullNode) EthGetLogs(arg0 context.Context, arg1 *types.EthFilterSpec) (*types.EthFilterResult, error)

EthGetLogs mocks base method.

func (*MockFullNode) EthGetMessageCidByTransactionHash added in v1.10.0

func (m *MockFullNode) EthGetMessageCidByTransactionHash(arg0 context.Context, arg1 *types.EthHash) (*cid.Cid, error)

EthGetMessageCidByTransactionHash mocks base method.

func (*MockFullNode) EthGetStorageAt added in v1.10.0

func (m *MockFullNode) EthGetStorageAt(arg0 context.Context, arg1 types.EthAddress, arg2 types.EthBytes, arg3 types.EthBlockNumberOrHash) (types.EthBytes, error)

EthGetStorageAt mocks base method.

func (*MockFullNode) EthGetTransactionByBlockHashAndIndex added in v1.10.0

func (m *MockFullNode) EthGetTransactionByBlockHashAndIndex(arg0 context.Context, arg1 types.EthHash, arg2 types.EthUint64) (types.EthTx, error)

EthGetTransactionByBlockHashAndIndex mocks base method.

func (*MockFullNode) EthGetTransactionByBlockNumberAndIndex added in v1.10.0

func (m *MockFullNode) EthGetTransactionByBlockNumberAndIndex(arg0 context.Context, arg1, arg2 types.EthUint64) (types.EthTx, error)

EthGetTransactionByBlockNumberAndIndex mocks base method.

func (*MockFullNode) EthGetTransactionByHash added in v1.10.0

func (m *MockFullNode) EthGetTransactionByHash(arg0 context.Context, arg1 *types.EthHash) (*types.EthTx, error)

EthGetTransactionByHash mocks base method.

func (*MockFullNode) EthGetTransactionByHashLimited added in v1.12.0

func (m *MockFullNode) EthGetTransactionByHashLimited(arg0 context.Context, arg1 *types.EthHash, arg2 abi.ChainEpoch) (*types.EthTx, error)

EthGetTransactionByHashLimited mocks base method.

func (*MockFullNode) EthGetTransactionCount added in v1.10.0

func (m *MockFullNode) EthGetTransactionCount(arg0 context.Context, arg1 types.EthAddress, arg2 types.EthBlockNumberOrHash) (types.EthUint64, error)

EthGetTransactionCount mocks base method.

func (*MockFullNode) EthGetTransactionHashByCid added in v1.10.0

func (m *MockFullNode) EthGetTransactionHashByCid(arg0 context.Context, arg1 cid.Cid) (*types.EthHash, error)

EthGetTransactionHashByCid mocks base method.

func (*MockFullNode) EthGetTransactionReceipt added in v1.10.0

func (m *MockFullNode) EthGetTransactionReceipt(arg0 context.Context, arg1 types.EthHash) (*types.EthTxReceipt, error)

EthGetTransactionReceipt mocks base method.

func (*MockFullNode) EthGetTransactionReceiptLimited added in v1.12.0

func (m *MockFullNode) EthGetTransactionReceiptLimited(arg0 context.Context, arg1 types.EthHash, arg2 abi.ChainEpoch) (*types.EthTxReceipt, error)

EthGetTransactionReceiptLimited mocks base method.

func (*MockFullNode) EthMaxPriorityFeePerGas added in v1.10.0

func (m *MockFullNode) EthMaxPriorityFeePerGas(arg0 context.Context) (types.EthBigInt, error)

EthMaxPriorityFeePerGas mocks base method.

func (*MockFullNode) EthNewBlockFilter added in v1.10.0

func (m *MockFullNode) EthNewBlockFilter(arg0 context.Context) (types.EthFilterID, error)

EthNewBlockFilter mocks base method.

func (*MockFullNode) EthNewFilter added in v1.10.0

func (m *MockFullNode) EthNewFilter(arg0 context.Context, arg1 *types.EthFilterSpec) (types.EthFilterID, error)

EthNewFilter mocks base method.

func (*MockFullNode) EthNewPendingTransactionFilter added in v1.10.0

func (m *MockFullNode) EthNewPendingTransactionFilter(arg0 context.Context) (types.EthFilterID, error)

EthNewPendingTransactionFilter mocks base method.

func (*MockFullNode) EthProtocolVersion added in v1.10.0

func (m *MockFullNode) EthProtocolVersion(arg0 context.Context) (types.EthUint64, error)

EthProtocolVersion mocks base method.

func (*MockFullNode) EthSendRawTransaction added in v1.10.0

func (m *MockFullNode) EthSendRawTransaction(arg0 context.Context, arg1 types.EthBytes) (types.EthHash, error)

EthSendRawTransaction mocks base method.

func (*MockFullNode) EthSubscribe added in v1.10.0

func (m *MockFullNode) EthSubscribe(arg0 context.Context, arg1 jsonrpc.RawParams) (types.EthSubscriptionID, error)

EthSubscribe mocks base method.

func (*MockFullNode) EthSyncing added in v1.14.0

func (m *MockFullNode) EthSyncing(arg0 context.Context) (types.EthSyncingResult, error)

EthSyncing mocks base method.

func (*MockFullNode) EthTraceBlock added in v1.14.0

func (m *MockFullNode) EthTraceBlock(arg0 context.Context, arg1 string) ([]*types.EthTraceBlock, error)

EthTraceBlock mocks base method.

func (*MockFullNode) EthTraceReplayBlockTransactions added in v1.14.0

func (m *MockFullNode) EthTraceReplayBlockTransactions(arg0 context.Context, arg1 string, arg2 []string) ([]*types.EthTraceReplayBlockTransaction, error)

EthTraceReplayBlockTransactions mocks base method.

func (*MockFullNode) EthUninstallFilter added in v1.10.0

func (m *MockFullNode) EthUninstallFilter(arg0 context.Context, arg1 types.EthFilterID) (bool, error)

EthUninstallFilter mocks base method.

func (*MockFullNode) EthUnsubscribe added in v1.10.0

func (m *MockFullNode) EthUnsubscribe(arg0 context.Context, arg1 types.EthSubscriptionID) (bool, error)

EthUnsubscribe mocks base method.

func (*MockFullNode) FilecoinAddressToEthAddress added in v1.10.0

func (m *MockFullNode) FilecoinAddressToEthAddress(arg0 context.Context, arg1 address.Address) (types.EthAddress, error)

FilecoinAddressToEthAddress mocks base method.

func (*MockFullNode) GasBatchEstimateMessageGas

func (m *MockFullNode) GasBatchEstimateMessageGas(arg0 context.Context, arg1 []*types0.EstimateMessage, arg2 uint64, arg3 types0.TipSetKey) ([]*types0.EstimateResult, error)

GasBatchEstimateMessageGas mocks base method.

func (*MockFullNode) GasEstimateFeeCap

func (m *MockFullNode) GasEstimateFeeCap(arg0 context.Context, arg1 *types.Message, arg2 int64, arg3 types0.TipSetKey) (big.Int, error)

GasEstimateFeeCap mocks base method.

func (*MockFullNode) GasEstimateGasLimit

func (m *MockFullNode) GasEstimateGasLimit(arg0 context.Context, arg1 *types.Message, arg2 types0.TipSetKey) (int64, error)

GasEstimateGasLimit mocks base method.

func (*MockFullNode) GasEstimateGasPremium

func (m *MockFullNode) GasEstimateGasPremium(arg0 context.Context, arg1 uint64, arg2 address.Address, arg3 int64, arg4 types0.TipSetKey) (big.Int, error)

GasEstimateGasPremium mocks base method.

func (*MockFullNode) GasEstimateMessageGas

func (m *MockFullNode) GasEstimateMessageGas(arg0 context.Context, arg1 *types.Message, arg2 *types0.MessageSendSpec, arg3 types0.TipSetKey) (*types.Message, error)

GasEstimateMessageGas mocks base method.

func (*MockFullNode) GetActor

func (m *MockFullNode) GetActor(arg0 context.Context, arg1 address.Address) (*types.ActorV5, error)

GetActor mocks base method.

func (*MockFullNode) GetActorEventsRaw added in v1.15.0

func (m *MockFullNode) GetActorEventsRaw(arg0 context.Context, arg1 *types0.ActorEventFilter) ([]*types0.ActorEvent, error)

GetActorEventsRaw mocks base method.

func (*MockFullNode) GetEntry

func (m *MockFullNode) GetEntry(arg0 context.Context, arg1 abi.ChainEpoch, arg2 uint64) (*types0.BeaconEntry, error)

GetEntry mocks base method.

func (*MockFullNode) GetFullBlock

func (m *MockFullNode) GetFullBlock(arg0 context.Context, arg1 cid.Cid) (*types0.FullBlock, error)

GetFullBlock mocks base method.

func (*MockFullNode) GetParentStateRootActor

func (m *MockFullNode) GetParentStateRootActor(arg0 context.Context, arg1 *types0.TipSet, arg2 address.Address) (*types.ActorV5, error)

GetParentStateRootActor mocks base method.

func (*MockFullNode) HasPassword

func (m *MockFullNode) HasPassword(arg0 context.Context) bool

HasPassword mocks base method.

func (*MockFullNode) ID added in v1.6.1

func (m *MockFullNode) ID(arg0 context.Context) (peer.ID, error)

ID mocks base method.

func (*MockFullNode) ListActor

func (m *MockFullNode) ListActor(arg0 context.Context) (map[address.Address]*types.ActorV5, error)

ListActor mocks base method.

func (*MockFullNode) LockWallet

func (m *MockFullNode) LockWallet(arg0 context.Context) error

LockWallet mocks base method.

func (*MockFullNode) MinerCreateBlock

func (m *MockFullNode) MinerCreateBlock(arg0 context.Context, arg1 *types0.BlockTemplate) (*types0.BlockMsg, error)

MinerCreateBlock mocks base method.

func (*MockFullNode) MinerGetBaseInfo

func (m *MockFullNode) MinerGetBaseInfo(arg0 context.Context, arg1 address.Address, arg2 abi.ChainEpoch, arg3 types0.TipSetKey) (*types0.MiningBaseInfo, error)

MinerGetBaseInfo mocks base method.

func (*MockFullNode) MpoolBatchPush

func (m *MockFullNode) MpoolBatchPush(arg0 context.Context, arg1 []*types.SignedMessage) ([]cid.Cid, error)

MpoolBatchPush mocks base method.

func (*MockFullNode) MpoolBatchPushMessage

func (m *MockFullNode) MpoolBatchPushMessage(arg0 context.Context, arg1 []*types.Message, arg2 *types0.MessageSendSpec) ([]*types.SignedMessage, error)

MpoolBatchPushMessage mocks base method.

func (*MockFullNode) MpoolBatchPushUntrusted

func (m *MockFullNode) MpoolBatchPushUntrusted(arg0 context.Context, arg1 []*types.SignedMessage) ([]cid.Cid, error)

MpoolBatchPushUntrusted mocks base method.

func (*MockFullNode) MpoolCheckMessages

func (m *MockFullNode) MpoolCheckMessages(arg0 context.Context, arg1 []*types0.MessagePrototype) ([][]types0.MessageCheckStatus, error)

MpoolCheckMessages mocks base method.

func (*MockFullNode) MpoolCheckPendingMessages

func (m *MockFullNode) MpoolCheckPendingMessages(arg0 context.Context, arg1 address.Address) ([][]types0.MessageCheckStatus, error)

MpoolCheckPendingMessages mocks base method.

func (*MockFullNode) MpoolCheckReplaceMessages

func (m *MockFullNode) MpoolCheckReplaceMessages(arg0 context.Context, arg1 []*types.Message) ([][]types0.MessageCheckStatus, error)

MpoolCheckReplaceMessages mocks base method.

func (*MockFullNode) MpoolClear

func (m *MockFullNode) MpoolClear(arg0 context.Context, arg1 bool) error

MpoolClear mocks base method.

func (*MockFullNode) MpoolDeleteByAdress

func (m *MockFullNode) MpoolDeleteByAdress(arg0 context.Context, arg1 address.Address) error

MpoolDeleteByAdress mocks base method.

func (*MockFullNode) MpoolGetConfig

func (m *MockFullNode) MpoolGetConfig(arg0 context.Context) (*types0.MpoolConfig, error)

MpoolGetConfig mocks base method.

func (*MockFullNode) MpoolGetNonce

func (m *MockFullNode) MpoolGetNonce(arg0 context.Context, arg1 address.Address) (uint64, error)

MpoolGetNonce mocks base method.

func (*MockFullNode) MpoolPending

func (m *MockFullNode) MpoolPending(arg0 context.Context, arg1 types0.TipSetKey) ([]*types.SignedMessage, error)

MpoolPending mocks base method.

func (*MockFullNode) MpoolPublishByAddr

func (m *MockFullNode) MpoolPublishByAddr(arg0 context.Context, arg1 address.Address) error

MpoolPublishByAddr mocks base method.

func (*MockFullNode) MpoolPublishMessage

func (m *MockFullNode) MpoolPublishMessage(arg0 context.Context, arg1 *types.SignedMessage) error

MpoolPublishMessage mocks base method.

func (*MockFullNode) MpoolPush

func (m *MockFullNode) MpoolPush(arg0 context.Context, arg1 *types.SignedMessage) (cid.Cid, error)

MpoolPush mocks base method.

func (*MockFullNode) MpoolPushMessage

func (m *MockFullNode) MpoolPushMessage(arg0 context.Context, arg1 *types.Message, arg2 *types0.MessageSendSpec) (*types.SignedMessage, error)

MpoolPushMessage mocks base method.

func (*MockFullNode) MpoolPushUntrusted

func (m *MockFullNode) MpoolPushUntrusted(arg0 context.Context, arg1 *types.SignedMessage) (cid.Cid, error)

MpoolPushUntrusted mocks base method.

func (*MockFullNode) MpoolSelect

func (m *MockFullNode) MpoolSelect(arg0 context.Context, arg1 types0.TipSetKey, arg2 float64) ([]*types.SignedMessage, error)

MpoolSelect mocks base method.

func (*MockFullNode) MpoolSelects

func (m *MockFullNode) MpoolSelects(arg0 context.Context, arg1 types0.TipSetKey, arg2 []float64) ([][]*types.SignedMessage, error)

MpoolSelects mocks base method.

func (*MockFullNode) MpoolSetConfig

func (m *MockFullNode) MpoolSetConfig(arg0 context.Context, arg1 *types0.MpoolConfig) error

MpoolSetConfig mocks base method.

func (*MockFullNode) MpoolSub

func (m *MockFullNode) MpoolSub(arg0 context.Context) (<-chan types0.MpoolUpdate, error)

MpoolSub mocks base method.

func (*MockFullNode) NetAddrsListen

func (m *MockFullNode) NetAddrsListen(arg0 context.Context) (peer.AddrInfo, error)

NetAddrsListen mocks base method.

func (*MockFullNode) NetAgentVersion added in v1.6.1

func (m *MockFullNode) NetAgentVersion(arg0 context.Context, arg1 peer.ID) (string, error)

NetAgentVersion mocks base method.

func (*MockFullNode) NetAutoNatStatus added in v1.6.1

func (m *MockFullNode) NetAutoNatStatus(arg0 context.Context) (types0.NatInfo, error)

NetAutoNatStatus mocks base method.

func (*MockFullNode) NetBandwidthStats added in v1.6.1

func (m *MockFullNode) NetBandwidthStats(arg0 context.Context) (metrics.Stats, error)

NetBandwidthStats mocks base method.

func (*MockFullNode) NetBandwidthStatsByPeer added in v1.6.1

func (m *MockFullNode) NetBandwidthStatsByPeer(arg0 context.Context) (map[string]metrics.Stats, error)

NetBandwidthStatsByPeer mocks base method.

func (*MockFullNode) NetBandwidthStatsByProtocol added in v1.6.1

func (m *MockFullNode) NetBandwidthStatsByProtocol(arg0 context.Context) (map[protocol.ID]metrics.Stats, error)

NetBandwidthStatsByProtocol mocks base method.

func (*MockFullNode) NetConnect added in v1.6.1

func (m *MockFullNode) NetConnect(arg0 context.Context, arg1 peer.AddrInfo) error

NetConnect mocks base method.

func (*MockFullNode) NetConnectedness added in v1.6.1

func (m *MockFullNode) NetConnectedness(arg0 context.Context, arg1 peer.ID) (network0.Connectedness, error)

NetConnectedness mocks base method.

func (*MockFullNode) NetDisconnect added in v1.6.1

func (m *MockFullNode) NetDisconnect(arg0 context.Context, arg1 peer.ID) error

NetDisconnect mocks base method.

func (*MockFullNode) NetFindPeer added in v1.6.1

func (m *MockFullNode) NetFindPeer(arg0 context.Context, arg1 peer.ID) (peer.AddrInfo, error)

NetFindPeer mocks base method.

func (*MockFullNode) NetFindProvidersAsync added in v1.6.1

func (m *MockFullNode) NetFindProvidersAsync(arg0 context.Context, arg1 cid.Cid, arg2 int) <-chan peer.AddrInfo

NetFindProvidersAsync mocks base method.

func (*MockFullNode) NetGetClosestPeers added in v1.6.1

func (m *MockFullNode) NetGetClosestPeers(arg0 context.Context, arg1 string) ([]peer.ID, error)

NetGetClosestPeers mocks base method.

func (*MockFullNode) NetListening added in v1.10.0

func (m *MockFullNode) NetListening(arg0 context.Context) (bool, error)

NetListening mocks base method.

func (*MockFullNode) NetPeerInfo added in v1.6.1

func (m *MockFullNode) NetPeerInfo(arg0 context.Context, arg1 peer.ID) (*types0.ExtendedPeerInfo, error)

NetPeerInfo mocks base method.

func (*MockFullNode) NetPeers added in v1.6.1

func (m *MockFullNode) NetPeers(arg0 context.Context) ([]peer.AddrInfo, error)

NetPeers mocks base method.

func (*MockFullNode) NetPing added in v1.6.1

func (m *MockFullNode) NetPing(arg0 context.Context, arg1 peer.ID) (time.Duration, error)

NetPing mocks base method.

func (*MockFullNode) NetProtectAdd added in v1.6.1

func (m *MockFullNode) NetProtectAdd(arg0 context.Context, arg1 []peer.ID) error

NetProtectAdd mocks base method.

func (*MockFullNode) NetProtectList added in v1.6.1

func (m *MockFullNode) NetProtectList(arg0 context.Context) ([]peer.ID, error)

NetProtectList mocks base method.

func (*MockFullNode) NetProtectRemove added in v1.6.1

func (m *MockFullNode) NetProtectRemove(arg0 context.Context, arg1 []peer.ID) error

NetProtectRemove mocks base method.

func (*MockFullNode) NetPubsubScores added in v1.8.0

func (m *MockFullNode) NetPubsubScores(arg0 context.Context) ([]types0.PubsubScore, error)

NetPubsubScores mocks base method.

func (*MockFullNode) NetVersion added in v1.10.0

func (m *MockFullNode) NetVersion(arg0 context.Context) (string, error)

NetVersion mocks base method.

func (*MockFullNode) NodeStatus added in v1.9.0

func (m *MockFullNode) NodeStatus(arg0 context.Context, arg1 bool) (types0.NodeStatus, error)

NodeStatus mocks base method.

func (*MockFullNode) PaychAllocateLane

func (m *MockFullNode) PaychAllocateLane(arg0 context.Context, arg1 address.Address) (uint64, error)

PaychAllocateLane mocks base method.

func (*MockFullNode) PaychAvailableFunds

func (m *MockFullNode) PaychAvailableFunds(arg0 context.Context, arg1 address.Address) (*types0.ChannelAvailableFunds, error)

PaychAvailableFunds mocks base method.

func (*MockFullNode) PaychAvailableFundsByFromTo

func (m *MockFullNode) PaychAvailableFundsByFromTo(arg0 context.Context, arg1, arg2 address.Address) (*types0.ChannelAvailableFunds, error)

PaychAvailableFundsByFromTo mocks base method.

func (*MockFullNode) PaychCollect

func (m *MockFullNode) PaychCollect(arg0 context.Context, arg1 address.Address) (cid.Cid, error)

PaychCollect mocks base method.

func (*MockFullNode) PaychFund added in v1.6.0

func (m *MockFullNode) PaychFund(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int) (*types0.ChannelInfo, error)

PaychFund mocks base method.

func (*MockFullNode) PaychGet

func (m *MockFullNode) PaychGet(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int, arg4 types0.PaychGetOpts) (*types0.ChannelInfo, error)

PaychGet mocks base method.

func (*MockFullNode) PaychGetWaitReady

func (m *MockFullNode) PaychGetWaitReady(arg0 context.Context, arg1 cid.Cid) (address.Address, error)

PaychGetWaitReady mocks base method.

func (*MockFullNode) PaychList

func (m *MockFullNode) PaychList(arg0 context.Context) ([]address.Address, error)

PaychList mocks base method.

func (*MockFullNode) PaychNewPayment

func (m *MockFullNode) PaychNewPayment(arg0 context.Context, arg1, arg2 address.Address, arg3 []types0.VoucherSpec) (*types0.PaymentInfo, error)

PaychNewPayment mocks base method.

func (*MockFullNode) PaychSettle

func (m *MockFullNode) PaychSettle(arg0 context.Context, arg1 address.Address) (cid.Cid, error)

PaychSettle mocks base method.

func (*MockFullNode) PaychStatus

func (m *MockFullNode) PaychStatus(arg0 context.Context, arg1 address.Address) (*types0.Status, error)

PaychStatus mocks base method.

func (*MockFullNode) PaychVoucherAdd

func (m *MockFullNode) PaychVoucherAdd(arg0 context.Context, arg1 address.Address, arg2 *paych.SignedVoucher, arg3 []byte, arg4 big.Int) (big.Int, error)

PaychVoucherAdd mocks base method.

func (*MockFullNode) PaychVoucherCheckSpendable

func (m *MockFullNode) PaychVoucherCheckSpendable(arg0 context.Context, arg1 address.Address, arg2 *paych.SignedVoucher, arg3, arg4 []byte) (bool, error)

PaychVoucherCheckSpendable mocks base method.

func (*MockFullNode) PaychVoucherCheckValid

func (m *MockFullNode) PaychVoucherCheckValid(arg0 context.Context, arg1 address.Address, arg2 *paych.SignedVoucher) error

PaychVoucherCheckValid mocks base method.

func (*MockFullNode) PaychVoucherCreate

func (m *MockFullNode) PaychVoucherCreate(arg0 context.Context, arg1 address.Address, arg2 big.Int, arg3 uint64) (*types0.VoucherCreateResult, error)

PaychVoucherCreate mocks base method.

func (*MockFullNode) PaychVoucherList

func (m *MockFullNode) PaychVoucherList(arg0 context.Context, arg1 address.Address) ([]*paych.SignedVoucher, error)

PaychVoucherList mocks base method.

func (*MockFullNode) PaychVoucherSubmit

func (m *MockFullNode) PaychVoucherSubmit(arg0 context.Context, arg1 address.Address, arg2 *paych.SignedVoucher, arg3, arg4 []byte) (cid.Cid, error)

PaychVoucherSubmit mocks base method.

func (*MockFullNode) ProtocolParameters

func (m *MockFullNode) ProtocolParameters(arg0 context.Context) (*types0.ProtocolParams, error)

ProtocolParameters mocks base method.

func (*MockFullNode) ResolveToKeyAddr

func (m *MockFullNode) ResolveToKeyAddr(arg0 context.Context, arg1 address.Address, arg2 *types0.TipSet) (address.Address, error)

ResolveToKeyAddr mocks base method.

func (*MockFullNode) SetConcurrent

func (m *MockFullNode) SetConcurrent(arg0 context.Context, arg1 int64) error

SetConcurrent mocks base method.

func (*MockFullNode) SetPassword

func (m *MockFullNode) SetPassword(arg0 context.Context, arg1 []byte) error

SetPassword mocks base method.

func (*MockFullNode) StartTime added in v1.9.0

func (m *MockFullNode) StartTime(arg0 context.Context) (time.Time, error)

StartTime mocks base method.

func (*MockFullNode) StateAccountKey

func (m *MockFullNode) StateAccountKey(arg0 context.Context, arg1 address.Address, arg2 types0.TipSetKey) (address.Address, error)

StateAccountKey mocks base method.

func (*MockFullNode) StateActorCodeCIDs added in v1.6.0

func (m *MockFullNode) StateActorCodeCIDs(arg0 context.Context, arg1 network.Version) (map[string]cid.Cid, error)

StateActorCodeCIDs mocks base method.

func (*MockFullNode) StateActorManifestCID added in v1.8.0

func (m *MockFullNode) StateActorManifestCID(arg0 context.Context, arg1 network.Version) (cid.Cid, error)

StateActorManifestCID mocks base method.

func (*MockFullNode) StateAllMinerFaults added in v1.7.0

func (m *MockFullNode) StateAllMinerFaults(arg0 context.Context, arg1 abi.ChainEpoch, arg2 types0.TipSetKey) ([]*types0.Fault, error)

StateAllMinerFaults mocks base method.

func (*MockFullNode) StateCall

func (m *MockFullNode) StateCall(arg0 context.Context, arg1 *types.Message, arg2 types0.TipSetKey) (*types0.InvocResult, error)

StateCall mocks base method.

func (*MockFullNode) StateChangedActors added in v1.7.0

func (m *MockFullNode) StateChangedActors(arg0 context.Context, arg1, arg2 cid.Cid) (map[string]types.ActorV5, error)

StateChangedActors mocks base method.

func (*MockFullNode) StateCirculatingSupply

func (m *MockFullNode) StateCirculatingSupply(arg0 context.Context, arg1 types0.TipSetKey) (big.Int, error)

StateCirculatingSupply mocks base method.

func (*MockFullNode) StateCompute added in v1.10.1

func (m *MockFullNode) StateCompute(arg0 context.Context, arg1 abi.ChainEpoch, arg2 []*types.Message, arg3 types0.TipSetKey) (*types0.ComputeStateOutput, error)

StateCompute mocks base method.

func (*MockFullNode) StateComputeDataCID added in v1.8.0

func (m *MockFullNode) StateComputeDataCID(arg0 context.Context, arg1 address.Address, arg2 abi.RegisteredSealProof, arg3 []abi.DealID, arg4 types0.TipSetKey) (cid.Cid, error)

StateComputeDataCID mocks base method.

func (*MockFullNode) StateDealProviderCollateralBounds

func (m *MockFullNode) StateDealProviderCollateralBounds(arg0 context.Context, arg1 abi.PaddedPieceSize, arg2 bool, arg3 types0.TipSetKey) (types0.DealCollateralBounds, error)

StateDealProviderCollateralBounds mocks base method.

func (*MockFullNode) StateDecodeParams added in v1.7.0

func (m *MockFullNode) StateDecodeParams(arg0 context.Context, arg1 address.Address, arg2 abi.MethodNum, arg3 []byte, arg4 types0.TipSetKey) (interface{}, error)

StateDecodeParams mocks base method.

func (*MockFullNode) StateEncodeParams added in v1.7.0

func (m *MockFullNode) StateEncodeParams(arg0 context.Context, arg1 cid.Cid, arg2 abi.MethodNum, arg3 json.RawMessage) ([]byte, error)

StateEncodeParams mocks base method.

func (*MockFullNode) StateGetActor

func (m *MockFullNode) StateGetActor(arg0 context.Context, arg1 address.Address, arg2 types0.TipSetKey) (*types.ActorV5, error)

StateGetActor mocks base method.

func (*MockFullNode) StateGetAllAllocations added in v1.15.0

func (m *MockFullNode) StateGetAllAllocations(arg0 context.Context, arg1 types0.TipSetKey) (map[verifreg.AllocationId]verifreg.Allocation, error)

StateGetAllAllocations mocks base method.

func (*MockFullNode) StateGetAllClaims added in v1.15.0

func (m *MockFullNode) StateGetAllClaims(arg0 context.Context, arg1 types0.TipSetKey) (map[verifreg.ClaimId]verifreg.Claim, error)

StateGetAllClaims mocks base method.

func (*MockFullNode) StateGetAllocation added in v1.8.0

func (m *MockFullNode) StateGetAllocation(arg0 context.Context, arg1 address.Address, arg2 verifreg.AllocationId, arg3 types0.TipSetKey) (*verifreg.Allocation, error)

StateGetAllocation mocks base method.

func (*MockFullNode) StateGetAllocationForPendingDeal added in v1.8.0

func (m *MockFullNode) StateGetAllocationForPendingDeal(arg0 context.Context, arg1 abi.DealID, arg2 types0.TipSetKey) (*verifreg.Allocation, error)

StateGetAllocationForPendingDeal mocks base method.

func (*MockFullNode) StateGetAllocationIdForPendingDeal added in v1.15.0

func (m *MockFullNode) StateGetAllocationIdForPendingDeal(arg0 context.Context, arg1 abi.DealID, arg2 types0.TipSetKey) (verifreg.AllocationId, error)

StateGetAllocationIdForPendingDeal mocks base method.

func (*MockFullNode) StateGetAllocations added in v1.8.0

func (m *MockFullNode) StateGetAllocations(arg0 context.Context, arg1 address.Address, arg2 types0.TipSetKey) (map[verifreg.AllocationId]verifreg.Allocation, error)

StateGetAllocations mocks base method.

func (*MockFullNode) StateGetBeaconEntry added in v1.6.0

func (m *MockFullNode) StateGetBeaconEntry(arg0 context.Context, arg1 abi.ChainEpoch) (*types0.BeaconEntry, error)

StateGetBeaconEntry mocks base method.

func (*MockFullNode) StateGetClaim added in v1.8.0

func (m *MockFullNode) StateGetClaim(arg0 context.Context, arg1 address.Address, arg2 verifreg.ClaimId, arg3 types0.TipSetKey) (*verifreg.Claim, error)

StateGetClaim mocks base method.

func (*MockFullNode) StateGetClaims added in v1.8.0

func (m *MockFullNode) StateGetClaims(arg0 context.Context, arg1 address.Address, arg2 types0.TipSetKey) (map[verifreg.ClaimId]verifreg.Claim, error)

StateGetClaims mocks base method.

func (*MockFullNode) StateGetNetworkParams added in v1.6.0

func (m *MockFullNode) StateGetNetworkParams(arg0 context.Context) (*types0.NetworkParams, error)

StateGetNetworkParams mocks base method.

func (*MockFullNode) StateGetRandomnessDigestFromBeacon added in v1.14.0

func (m *MockFullNode) StateGetRandomnessDigestFromBeacon(arg0 context.Context, arg1 abi.ChainEpoch, arg2 types0.TipSetKey) (abi.Randomness, error)

StateGetRandomnessDigestFromBeacon mocks base method.

func (*MockFullNode) StateGetRandomnessDigestFromTickets added in v1.14.0

func (m *MockFullNode) StateGetRandomnessDigestFromTickets(arg0 context.Context, arg1 abi.ChainEpoch, arg2 types0.TipSetKey) (abi.Randomness, error)

StateGetRandomnessDigestFromTickets mocks base method.

func (*MockFullNode) StateGetRandomnessFromBeacon

func (m *MockFullNode) StateGetRandomnessFromBeacon(arg0 context.Context, arg1 crypto.DomainSeparationTag, arg2 abi.ChainEpoch, arg3 []byte, arg4 types0.TipSetKey) (abi.Randomness, error)

StateGetRandomnessFromBeacon mocks base method.

func (*MockFullNode) StateGetRandomnessFromTickets

func (m *MockFullNode) StateGetRandomnessFromTickets(arg0 context.Context, arg1 crypto.DomainSeparationTag, arg2 abi.ChainEpoch, arg3 []byte, arg4 types0.TipSetKey) (abi.Randomness, error)

StateGetRandomnessFromTickets mocks base method.

func (*MockFullNode) StateListActors

func (m *MockFullNode) StateListActors(arg0 context.Context, arg1 types0.TipSetKey) ([]address.Address, error)

StateListActors mocks base method.

func (*MockFullNode) StateListMessages added in v1.7.0

func (m *MockFullNode) StateListMessages(arg0 context.Context, arg1 *types0.MessageMatch, arg2 types0.TipSetKey, arg3 abi.ChainEpoch) ([]cid.Cid, error)

StateListMessages mocks base method.

func (*MockFullNode) StateListMiners

func (m *MockFullNode) StateListMiners(arg0 context.Context, arg1 types0.TipSetKey) ([]address.Address, error)

StateListMiners mocks base method.

func (*MockFullNode) StateLookupID

func (m *MockFullNode) StateLookupID(arg0 context.Context, arg1 address.Address, arg2 types0.TipSetKey) (address.Address, error)

StateLookupID mocks base method.

func (*MockFullNode) StateLookupRobustAddress added in v1.6.0

func (m *MockFullNode) StateLookupRobustAddress(arg0 context.Context, arg1 address.Address, arg2 types0.TipSetKey) (address.Address, error)

StateLookupRobustAddress mocks base method.

func (*MockFullNode) StateMarketBalance

func (m *MockFullNode) StateMarketBalance(arg0 context.Context, arg1 address.Address, arg2 types0.TipSetKey) (types0.MarketBalance, error)

StateMarketBalance mocks base method.

func (*MockFullNode) StateMarketDeals

func (m *MockFullNode) StateMarketDeals(arg0 context.Context, arg1 types0.TipSetKey) (map[string]*types0.MarketDeal, error)

StateMarketDeals mocks base method.

func (*MockFullNode) StateMarketParticipants

func (m *MockFullNode) StateMarketParticipants(arg0 context.Context, arg1 types0.TipSetKey) (map[string]types0.MarketBalance, error)

StateMarketParticipants mocks base method.

func (*MockFullNode) StateMarketStorageDeal

func (m *MockFullNode) StateMarketStorageDeal(arg0 context.Context, arg1 abi.DealID, arg2 types0.TipSetKey) (*types0.MarketDeal, error)

StateMarketStorageDeal mocks base method.

func (*MockFullNode) StateMinerActiveSectors

func (m *MockFullNode) StateMinerActiveSectors(arg0 context.Context, arg1 address.Address, arg2 types0.TipSetKey) ([]*miner.SectorOnChainInfo, error)

StateMinerActiveSectors mocks base method.

func (*MockFullNode) StateMinerAllocated added in v1.8.0

func (m *MockFullNode) StateMinerAllocated(arg0 context.Context, arg1 address.Address, arg2 types0.TipSetKey) (*bitfield.BitField, error)

StateMinerAllocated mocks base method.

func (*MockFullNode) StateMinerAvailableBalance

func (m *MockFullNode) StateMinerAvailableBalance(arg0 context.Context, arg1 address.Address, arg2 types0.TipSetKey) (big.Int, error)

StateMinerAvailableBalance mocks base method.

func (*MockFullNode) StateMinerDeadlines

func (m *MockFullNode) StateMinerDeadlines(arg0 context.Context, arg1 address.Address, arg2 types0.TipSetKey) ([]types0.Deadline, error)

StateMinerDeadlines mocks base method.

func (*MockFullNode) StateMinerFaults

func (m *MockFullNode) StateMinerFaults(arg0 context.Context, arg1 address.Address, arg2 types0.TipSetKey) (bitfield.BitField, error)

StateMinerFaults mocks base method.

func (*MockFullNode) StateMinerInfo

func (m *MockFullNode) StateMinerInfo(arg0 context.Context, arg1 address.Address, arg2 types0.TipSetKey) (types0.MinerInfo, error)

StateMinerInfo mocks base method.

func (*MockFullNode) StateMinerInitialPledgeCollateral

func (m *MockFullNode) StateMinerInitialPledgeCollateral(arg0 context.Context, arg1 address.Address, arg2 miner.SectorPreCommitInfo, arg3 types0.TipSetKey) (big.Int, error)

StateMinerInitialPledgeCollateral mocks base method.

func (*MockFullNode) StateMinerPartitions

func (m *MockFullNode) StateMinerPartitions(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3 types0.TipSetKey) ([]types0.Partition, error)

StateMinerPartitions mocks base method.

func (*MockFullNode) StateMinerPower

func (m *MockFullNode) StateMinerPower(arg0 context.Context, arg1 address.Address, arg2 types0.TipSetKey) (*types0.MinerPower, error)

StateMinerPower mocks base method.

func (*MockFullNode) StateMinerPreCommitDepositForPower

func (m *MockFullNode) StateMinerPreCommitDepositForPower(arg0 context.Context, arg1 address.Address, arg2 miner.SectorPreCommitInfo, arg3 types0.TipSetKey) (big.Int, error)

StateMinerPreCommitDepositForPower mocks base method.

func (*MockFullNode) StateMinerProvingDeadline

func (m *MockFullNode) StateMinerProvingDeadline(arg0 context.Context, arg1 address.Address, arg2 types0.TipSetKey) (*dline.Info, error)

StateMinerProvingDeadline mocks base method.

func (*MockFullNode) StateMinerRecoveries

func (m *MockFullNode) StateMinerRecoveries(arg0 context.Context, arg1 address.Address, arg2 types0.TipSetKey) (bitfield.BitField, error)

StateMinerRecoveries mocks base method.

func (*MockFullNode) StateMinerSectorAllocated

func (m *MockFullNode) StateMinerSectorAllocated(arg0 context.Context, arg1 address.Address, arg2 abi.SectorNumber, arg3 types0.TipSetKey) (bool, error)

StateMinerSectorAllocated mocks base method.

func (*MockFullNode) StateMinerSectorCount

func (m *MockFullNode) StateMinerSectorCount(arg0 context.Context, arg1 address.Address, arg2 types0.TipSetKey) (types0.MinerSectors, error)

StateMinerSectorCount mocks base method.

func (*MockFullNode) StateMinerSectorSize

func (m *MockFullNode) StateMinerSectorSize(arg0 context.Context, arg1 address.Address, arg2 types0.TipSetKey) (abi.SectorSize, error)

StateMinerSectorSize mocks base method.

func (*MockFullNode) StateMinerSectors

func (m *MockFullNode) StateMinerSectors(arg0 context.Context, arg1 address.Address, arg2 *bitfield.BitField, arg3 types0.TipSetKey) ([]*miner.SectorOnChainInfo, error)

StateMinerSectors mocks base method.

func (*MockFullNode) StateMinerWorkerAddress

func (m *MockFullNode) StateMinerWorkerAddress(arg0 context.Context, arg1 address.Address, arg2 types0.TipSetKey) (address.Address, error)

StateMinerWorkerAddress mocks base method.

func (*MockFullNode) StateNetworkName

func (m *MockFullNode) StateNetworkName(arg0 context.Context) (types0.NetworkName, error)

StateNetworkName mocks base method.

func (*MockFullNode) StateNetworkVersion

func (m *MockFullNode) StateNetworkVersion(arg0 context.Context, arg1 types0.TipSetKey) (network.Version, error)

StateNetworkVersion mocks base method.

func (*MockFullNode) StateReadState added in v1.7.0

func (m *MockFullNode) StateReadState(arg0 context.Context, arg1 address.Address, arg2 types0.TipSetKey) (*types0.ActorState, error)

StateReadState mocks base method.

func (*MockFullNode) StateReplay added in v1.10.0

func (m *MockFullNode) StateReplay(arg0 context.Context, arg1 types0.TipSetKey, arg2 cid.Cid) (*types0.InvocResult, error)

StateReplay mocks base method.

func (*MockFullNode) StateSearchMsg

func (m *MockFullNode) StateSearchMsg(arg0 context.Context, arg1 types0.TipSetKey, arg2 cid.Cid, arg3 abi.ChainEpoch, arg4 bool) (*types0.MsgLookup, error)

StateSearchMsg mocks base method.

func (*MockFullNode) StateSectorExpiration

func (m *MockFullNode) StateSectorExpiration(arg0 context.Context, arg1 address.Address, arg2 abi.SectorNumber, arg3 types0.TipSetKey) (*miner0.SectorExpiration, error)

StateSectorExpiration mocks base method.

func (*MockFullNode) StateSectorGetInfo

func (m *MockFullNode) StateSectorGetInfo(arg0 context.Context, arg1 address.Address, arg2 abi.SectorNumber, arg3 types0.TipSetKey) (*miner.SectorOnChainInfo, error)

StateSectorGetInfo mocks base method.

func (*MockFullNode) StateSectorPartition

func (m *MockFullNode) StateSectorPartition(arg0 context.Context, arg1 address.Address, arg2 abi.SectorNumber, arg3 types0.TipSetKey) (*miner0.SectorLocation, error)

StateSectorPartition mocks base method.

func (*MockFullNode) StateSectorPreCommitInfo

func (m *MockFullNode) StateSectorPreCommitInfo(arg0 context.Context, arg1 address.Address, arg2 abi.SectorNumber, arg3 types0.TipSetKey) (*miner.SectorPreCommitOnChainInfo, error)

StateSectorPreCommitInfo mocks base method.

func (*MockFullNode) StateVMCirculatingSupplyInternal

func (m *MockFullNode) StateVMCirculatingSupplyInternal(arg0 context.Context, arg1 types0.TipSetKey) (types0.CirculatingSupply, error)

StateVMCirculatingSupplyInternal mocks base method.

func (*MockFullNode) StateVerifiedClientStatus

func (m *MockFullNode) StateVerifiedClientStatus(arg0 context.Context, arg1 address.Address, arg2 types0.TipSetKey) (*big.Int, error)

StateVerifiedClientStatus mocks base method.

func (*MockFullNode) StateVerifiedRegistryRootKey

func (m *MockFullNode) StateVerifiedRegistryRootKey(arg0 context.Context, arg1 types0.TipSetKey) (address.Address, error)

StateVerifiedRegistryRootKey mocks base method.

func (*MockFullNode) StateVerifierStatus

func (m *MockFullNode) StateVerifierStatus(arg0 context.Context, arg1 address.Address, arg2 types0.TipSetKey) (*big.Int, error)

StateVerifierStatus mocks base method.

func (*MockFullNode) StateWaitMsg

func (m *MockFullNode) StateWaitMsg(arg0 context.Context, arg1 cid.Cid, arg2 uint64, arg3 abi.ChainEpoch, arg4 bool) (*types0.MsgLookup, error)

StateWaitMsg mocks base method.

func (*MockFullNode) SubscribeActorEventsRaw added in v1.15.0

func (m *MockFullNode) SubscribeActorEventsRaw(arg0 context.Context, arg1 *types0.ActorEventFilter) (<-chan *types0.ActorEvent, error)

SubscribeActorEventsRaw mocks base method.

func (*MockFullNode) SyncIncomingBlocks added in v1.14.0

func (m *MockFullNode) SyncIncomingBlocks(arg0 context.Context) (<-chan *types0.BlockHeader, error)

SyncIncomingBlocks mocks base method.

func (*MockFullNode) SyncState

func (m *MockFullNode) SyncState(arg0 context.Context) (*types0.SyncState, error)

SyncState mocks base method.

func (*MockFullNode) SyncSubmitBlock

func (m *MockFullNode) SyncSubmitBlock(arg0 context.Context, arg1 *types0.BlockMsg) error

SyncSubmitBlock mocks base method.

func (*MockFullNode) SyncerTracker

func (m *MockFullNode) SyncerTracker(arg0 context.Context) *types0.TargetTracker

SyncerTracker mocks base method.

func (*MockFullNode) UnLockWallet

func (m *MockFullNode) UnLockWallet(arg0 context.Context, arg1 []byte) error

UnLockWallet mocks base method.

func (*MockFullNode) VerifyEntry

func (m *MockFullNode) VerifyEntry(arg0, arg1 *types0.BeaconEntry, arg2 abi.ChainEpoch) bool

VerifyEntry mocks base method.

func (*MockFullNode) Version

func (m *MockFullNode) Version(arg0 context.Context) (types0.Version, error)

Version mocks base method.

func (*MockFullNode) WalletAddresses

func (m *MockFullNode) WalletAddresses(arg0 context.Context) []address.Address

WalletAddresses mocks base method.

func (*MockFullNode) WalletBalance

func (m *MockFullNode) WalletBalance(arg0 context.Context, arg1 address.Address) (big.Int, error)

WalletBalance mocks base method.

func (*MockFullNode) WalletDefaultAddress

func (m *MockFullNode) WalletDefaultAddress(arg0 context.Context) (address.Address, error)

WalletDefaultAddress mocks base method.

func (*MockFullNode) WalletDelete added in v1.8.0

func (m *MockFullNode) WalletDelete(arg0 context.Context, arg1 address.Address) error

WalletDelete mocks base method.

func (*MockFullNode) WalletExport

func (m *MockFullNode) WalletExport(arg0 context.Context, arg1 address.Address, arg2 string) (*types0.KeyInfo, error)

WalletExport mocks base method.

func (*MockFullNode) WalletHas

func (m *MockFullNode) WalletHas(arg0 context.Context, arg1 address.Address) (bool, error)

WalletHas mocks base method.

func (*MockFullNode) WalletImport

func (m *MockFullNode) WalletImport(arg0 context.Context, arg1 *types0.KeyInfo) (address.Address, error)

WalletImport mocks base method.

func (*MockFullNode) WalletNewAddress

func (m *MockFullNode) WalletNewAddress(arg0 context.Context, arg1 byte) (address.Address, error)

WalletNewAddress mocks base method.

func (*MockFullNode) WalletSetDefault

func (m *MockFullNode) WalletSetDefault(arg0 context.Context, arg1 address.Address) error

WalletSetDefault mocks base method.

func (*MockFullNode) WalletSign

func (m *MockFullNode) WalletSign(arg0 context.Context, arg1 address.Address, arg2 []byte, arg3 types0.MsgMeta) (*crypto.Signature, error)

WalletSign mocks base method.

func (*MockFullNode) WalletSignMessage

func (m *MockFullNode) WalletSignMessage(arg0 context.Context, arg1 address.Address, arg2 *types.Message) (*types.SignedMessage, error)

WalletSignMessage mocks base method.

func (*MockFullNode) WalletState

func (m *MockFullNode) WalletState(arg0 context.Context) int

WalletState mocks base method.

func (*MockFullNode) Web3ClientVersion added in v1.10.0

func (m *MockFullNode) Web3ClientVersion(arg0 context.Context) (string, error)

Web3ClientVersion mocks base method.

type MockFullNodeMockRecorder

type MockFullNodeMockRecorder struct {
	// contains filtered or unexported fields
}

MockFullNodeMockRecorder is the mock recorder for MockFullNode.

func (*MockFullNodeMockRecorder) BlockTime

func (mr *MockFullNodeMockRecorder) BlockTime(arg0 interface{}) *gomock.Call

BlockTime indicates an expected call of BlockTime.

func (*MockFullNodeMockRecorder) ChainDeleteObj

func (mr *MockFullNodeMockRecorder) ChainDeleteObj(arg0, arg1 interface{}) *gomock.Call

ChainDeleteObj indicates an expected call of ChainDeleteObj.

func (*MockFullNodeMockRecorder) ChainExport

func (mr *MockFullNodeMockRecorder) ChainExport(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ChainExport indicates an expected call of ChainExport.

func (*MockFullNodeMockRecorder) ChainGetBlock

func (mr *MockFullNodeMockRecorder) ChainGetBlock(arg0, arg1 interface{}) *gomock.Call

ChainGetBlock indicates an expected call of ChainGetBlock.

func (*MockFullNodeMockRecorder) ChainGetBlockMessages

func (mr *MockFullNodeMockRecorder) ChainGetBlockMessages(arg0, arg1 interface{}) *gomock.Call

ChainGetBlockMessages indicates an expected call of ChainGetBlockMessages.

func (*MockFullNodeMockRecorder) ChainGetEvents added in v1.10.0

func (mr *MockFullNodeMockRecorder) ChainGetEvents(arg0, arg1 interface{}) *gomock.Call

ChainGetEvents indicates an expected call of ChainGetEvents.

func (*MockFullNodeMockRecorder) ChainGetGenesis added in v1.8.0

func (mr *MockFullNodeMockRecorder) ChainGetGenesis(arg0 interface{}) *gomock.Call

ChainGetGenesis indicates an expected call of ChainGetGenesis.

func (*MockFullNodeMockRecorder) ChainGetMessage

func (mr *MockFullNodeMockRecorder) ChainGetMessage(arg0, arg1 interface{}) *gomock.Call

ChainGetMessage indicates an expected call of ChainGetMessage.

func (*MockFullNodeMockRecorder) ChainGetMessagesInTipset

func (mr *MockFullNodeMockRecorder) ChainGetMessagesInTipset(arg0, arg1 interface{}) *gomock.Call

ChainGetMessagesInTipset indicates an expected call of ChainGetMessagesInTipset.

func (*MockFullNodeMockRecorder) ChainGetParentMessages

func (mr *MockFullNodeMockRecorder) ChainGetParentMessages(arg0, arg1 interface{}) *gomock.Call

ChainGetParentMessages indicates an expected call of ChainGetParentMessages.

func (*MockFullNodeMockRecorder) ChainGetParentReceipts

func (mr *MockFullNodeMockRecorder) ChainGetParentReceipts(arg0, arg1 interface{}) *gomock.Call

ChainGetParentReceipts indicates an expected call of ChainGetParentReceipts.

func (*MockFullNodeMockRecorder) ChainGetPath

func (mr *MockFullNodeMockRecorder) ChainGetPath(arg0, arg1, arg2 interface{}) *gomock.Call

ChainGetPath indicates an expected call of ChainGetPath.

func (*MockFullNodeMockRecorder) ChainGetReceipts

func (mr *MockFullNodeMockRecorder) ChainGetReceipts(arg0, arg1 interface{}) *gomock.Call

ChainGetReceipts indicates an expected call of ChainGetReceipts.

func (*MockFullNodeMockRecorder) ChainGetTipSet

func (mr *MockFullNodeMockRecorder) ChainGetTipSet(arg0, arg1 interface{}) *gomock.Call

ChainGetTipSet indicates an expected call of ChainGetTipSet.

func (*MockFullNodeMockRecorder) ChainGetTipSetAfterHeight

func (mr *MockFullNodeMockRecorder) ChainGetTipSetAfterHeight(arg0, arg1, arg2 interface{}) *gomock.Call

ChainGetTipSetAfterHeight indicates an expected call of ChainGetTipSetAfterHeight.

func (*MockFullNodeMockRecorder) ChainGetTipSetByHeight

func (mr *MockFullNodeMockRecorder) ChainGetTipSetByHeight(arg0, arg1, arg2 interface{}) *gomock.Call

ChainGetTipSetByHeight indicates an expected call of ChainGetTipSetByHeight.

func (*MockFullNodeMockRecorder) ChainHasObj

func (mr *MockFullNodeMockRecorder) ChainHasObj(arg0, arg1 interface{}) *gomock.Call

ChainHasObj indicates an expected call of ChainHasObj.

func (*MockFullNodeMockRecorder) ChainHead

func (mr *MockFullNodeMockRecorder) ChainHead(arg0 interface{}) *gomock.Call

ChainHead indicates an expected call of ChainHead.

func (*MockFullNodeMockRecorder) ChainList

func (mr *MockFullNodeMockRecorder) ChainList(arg0, arg1, arg2 interface{}) *gomock.Call

ChainList indicates an expected call of ChainList.

func (*MockFullNodeMockRecorder) ChainNotify

func (mr *MockFullNodeMockRecorder) ChainNotify(arg0 interface{}) *gomock.Call

ChainNotify indicates an expected call of ChainNotify.

func (*MockFullNodeMockRecorder) ChainPutObj added in v1.6.0

func (mr *MockFullNodeMockRecorder) ChainPutObj(arg0, arg1 interface{}) *gomock.Call

ChainPutObj indicates an expected call of ChainPutObj.

func (*MockFullNodeMockRecorder) ChainReadObj

func (mr *MockFullNodeMockRecorder) ChainReadObj(arg0, arg1 interface{}) *gomock.Call

ChainReadObj indicates an expected call of ChainReadObj.

func (*MockFullNodeMockRecorder) ChainSetHead

func (mr *MockFullNodeMockRecorder) ChainSetHead(arg0, arg1 interface{}) *gomock.Call

ChainSetHead indicates an expected call of ChainSetHead.

func (*MockFullNodeMockRecorder) ChainStatObj

func (mr *MockFullNodeMockRecorder) ChainStatObj(arg0, arg1, arg2 interface{}) *gomock.Call

ChainStatObj indicates an expected call of ChainStatObj.

func (*MockFullNodeMockRecorder) ChainSyncHandleNewTipSet

func (mr *MockFullNodeMockRecorder) ChainSyncHandleNewTipSet(arg0, arg1 interface{}) *gomock.Call

ChainSyncHandleNewTipSet indicates an expected call of ChainSyncHandleNewTipSet.

func (*MockFullNodeMockRecorder) ChainTipSetWeight

func (mr *MockFullNodeMockRecorder) ChainTipSetWeight(arg0, arg1 interface{}) *gomock.Call

ChainTipSetWeight indicates an expected call of ChainTipSetWeight.

func (*MockFullNodeMockRecorder) Concurrent

func (mr *MockFullNodeMockRecorder) Concurrent(arg0 interface{}) *gomock.Call

Concurrent indicates an expected call of Concurrent.

func (*MockFullNodeMockRecorder) EthAccounts added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthAccounts(arg0 interface{}) *gomock.Call

EthAccounts indicates an expected call of EthAccounts.

func (*MockFullNodeMockRecorder) EthAddressToFilecoinAddress added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthAddressToFilecoinAddress(arg0, arg1 interface{}) *gomock.Call

EthAddressToFilecoinAddress indicates an expected call of EthAddressToFilecoinAddress.

func (*MockFullNodeMockRecorder) EthBlockNumber added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthBlockNumber(arg0 interface{}) *gomock.Call

EthBlockNumber indicates an expected call of EthBlockNumber.

func (*MockFullNodeMockRecorder) EthCall added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthCall(arg0, arg1, arg2 interface{}) *gomock.Call

EthCall indicates an expected call of EthCall.

func (*MockFullNodeMockRecorder) EthChainId added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthChainId(arg0 interface{}) *gomock.Call

EthChainId indicates an expected call of EthChainId.

func (*MockFullNodeMockRecorder) EthEstimateGas added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthEstimateGas(arg0, arg1 interface{}) *gomock.Call

EthEstimateGas indicates an expected call of EthEstimateGas.

func (*MockFullNodeMockRecorder) EthFeeHistory added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthFeeHistory(arg0, arg1 interface{}) *gomock.Call

EthFeeHistory indicates an expected call of EthFeeHistory.

func (*MockFullNodeMockRecorder) EthGasPrice added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthGasPrice(arg0 interface{}) *gomock.Call

EthGasPrice indicates an expected call of EthGasPrice.

func (*MockFullNodeMockRecorder) EthGetBalance added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthGetBalance(arg0, arg1, arg2 interface{}) *gomock.Call

EthGetBalance indicates an expected call of EthGetBalance.

func (*MockFullNodeMockRecorder) EthGetBlockByHash added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthGetBlockByHash(arg0, arg1, arg2 interface{}) *gomock.Call

EthGetBlockByHash indicates an expected call of EthGetBlockByHash.

func (*MockFullNodeMockRecorder) EthGetBlockByNumber added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthGetBlockByNumber(arg0, arg1, arg2 interface{}) *gomock.Call

EthGetBlockByNumber indicates an expected call of EthGetBlockByNumber.

func (*MockFullNodeMockRecorder) EthGetBlockTransactionCountByHash added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthGetBlockTransactionCountByHash(arg0, arg1 interface{}) *gomock.Call

EthGetBlockTransactionCountByHash indicates an expected call of EthGetBlockTransactionCountByHash.

func (*MockFullNodeMockRecorder) EthGetBlockTransactionCountByNumber added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthGetBlockTransactionCountByNumber(arg0, arg1 interface{}) *gomock.Call

EthGetBlockTransactionCountByNumber indicates an expected call of EthGetBlockTransactionCountByNumber.

func (*MockFullNodeMockRecorder) EthGetCode added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthGetCode(arg0, arg1, arg2 interface{}) *gomock.Call

EthGetCode indicates an expected call of EthGetCode.

func (*MockFullNodeMockRecorder) EthGetFilterChanges added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthGetFilterChanges(arg0, arg1 interface{}) *gomock.Call

EthGetFilterChanges indicates an expected call of EthGetFilterChanges.

func (*MockFullNodeMockRecorder) EthGetFilterLogs added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthGetFilterLogs(arg0, arg1 interface{}) *gomock.Call

EthGetFilterLogs indicates an expected call of EthGetFilterLogs.

func (*MockFullNodeMockRecorder) EthGetLogs added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthGetLogs(arg0, arg1 interface{}) *gomock.Call

EthGetLogs indicates an expected call of EthGetLogs.

func (*MockFullNodeMockRecorder) EthGetMessageCidByTransactionHash added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthGetMessageCidByTransactionHash(arg0, arg1 interface{}) *gomock.Call

EthGetMessageCidByTransactionHash indicates an expected call of EthGetMessageCidByTransactionHash.

func (*MockFullNodeMockRecorder) EthGetStorageAt added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthGetStorageAt(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

EthGetStorageAt indicates an expected call of EthGetStorageAt.

func (*MockFullNodeMockRecorder) EthGetTransactionByBlockHashAndIndex added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthGetTransactionByBlockHashAndIndex(arg0, arg1, arg2 interface{}) *gomock.Call

EthGetTransactionByBlockHashAndIndex indicates an expected call of EthGetTransactionByBlockHashAndIndex.

func (*MockFullNodeMockRecorder) EthGetTransactionByBlockNumberAndIndex added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthGetTransactionByBlockNumberAndIndex(arg0, arg1, arg2 interface{}) *gomock.Call

EthGetTransactionByBlockNumberAndIndex indicates an expected call of EthGetTransactionByBlockNumberAndIndex.

func (*MockFullNodeMockRecorder) EthGetTransactionByHash added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthGetTransactionByHash(arg0, arg1 interface{}) *gomock.Call

EthGetTransactionByHash indicates an expected call of EthGetTransactionByHash.

func (*MockFullNodeMockRecorder) EthGetTransactionByHashLimited added in v1.12.0

func (mr *MockFullNodeMockRecorder) EthGetTransactionByHashLimited(arg0, arg1, arg2 interface{}) *gomock.Call

EthGetTransactionByHashLimited indicates an expected call of EthGetTransactionByHashLimited.

func (*MockFullNodeMockRecorder) EthGetTransactionCount added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthGetTransactionCount(arg0, arg1, arg2 interface{}) *gomock.Call

EthGetTransactionCount indicates an expected call of EthGetTransactionCount.

func (*MockFullNodeMockRecorder) EthGetTransactionHashByCid added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthGetTransactionHashByCid(arg0, arg1 interface{}) *gomock.Call

EthGetTransactionHashByCid indicates an expected call of EthGetTransactionHashByCid.

func (*MockFullNodeMockRecorder) EthGetTransactionReceipt added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthGetTransactionReceipt(arg0, arg1 interface{}) *gomock.Call

EthGetTransactionReceipt indicates an expected call of EthGetTransactionReceipt.

func (*MockFullNodeMockRecorder) EthGetTransactionReceiptLimited added in v1.12.0

func (mr *MockFullNodeMockRecorder) EthGetTransactionReceiptLimited(arg0, arg1, arg2 interface{}) *gomock.Call

EthGetTransactionReceiptLimited indicates an expected call of EthGetTransactionReceiptLimited.

func (*MockFullNodeMockRecorder) EthMaxPriorityFeePerGas added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthMaxPriorityFeePerGas(arg0 interface{}) *gomock.Call

EthMaxPriorityFeePerGas indicates an expected call of EthMaxPriorityFeePerGas.

func (*MockFullNodeMockRecorder) EthNewBlockFilter added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthNewBlockFilter(arg0 interface{}) *gomock.Call

EthNewBlockFilter indicates an expected call of EthNewBlockFilter.

func (*MockFullNodeMockRecorder) EthNewFilter added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthNewFilter(arg0, arg1 interface{}) *gomock.Call

EthNewFilter indicates an expected call of EthNewFilter.

func (*MockFullNodeMockRecorder) EthNewPendingTransactionFilter added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthNewPendingTransactionFilter(arg0 interface{}) *gomock.Call

EthNewPendingTransactionFilter indicates an expected call of EthNewPendingTransactionFilter.

func (*MockFullNodeMockRecorder) EthProtocolVersion added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthProtocolVersion(arg0 interface{}) *gomock.Call

EthProtocolVersion indicates an expected call of EthProtocolVersion.

func (*MockFullNodeMockRecorder) EthSendRawTransaction added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthSendRawTransaction(arg0, arg1 interface{}) *gomock.Call

EthSendRawTransaction indicates an expected call of EthSendRawTransaction.

func (*MockFullNodeMockRecorder) EthSubscribe added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthSubscribe(arg0, arg1 interface{}) *gomock.Call

EthSubscribe indicates an expected call of EthSubscribe.

func (*MockFullNodeMockRecorder) EthSyncing added in v1.14.0

func (mr *MockFullNodeMockRecorder) EthSyncing(arg0 interface{}) *gomock.Call

EthSyncing indicates an expected call of EthSyncing.

func (*MockFullNodeMockRecorder) EthTraceBlock added in v1.14.0

func (mr *MockFullNodeMockRecorder) EthTraceBlock(arg0, arg1 interface{}) *gomock.Call

EthTraceBlock indicates an expected call of EthTraceBlock.

func (*MockFullNodeMockRecorder) EthTraceReplayBlockTransactions added in v1.14.0

func (mr *MockFullNodeMockRecorder) EthTraceReplayBlockTransactions(arg0, arg1, arg2 interface{}) *gomock.Call

EthTraceReplayBlockTransactions indicates an expected call of EthTraceReplayBlockTransactions.

func (*MockFullNodeMockRecorder) EthUninstallFilter added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthUninstallFilter(arg0, arg1 interface{}) *gomock.Call

EthUninstallFilter indicates an expected call of EthUninstallFilter.

func (*MockFullNodeMockRecorder) EthUnsubscribe added in v1.10.0

func (mr *MockFullNodeMockRecorder) EthUnsubscribe(arg0, arg1 interface{}) *gomock.Call

EthUnsubscribe indicates an expected call of EthUnsubscribe.

func (*MockFullNodeMockRecorder) FilecoinAddressToEthAddress added in v1.10.0

func (mr *MockFullNodeMockRecorder) FilecoinAddressToEthAddress(arg0, arg1 interface{}) *gomock.Call

FilecoinAddressToEthAddress indicates an expected call of FilecoinAddressToEthAddress.

func (*MockFullNodeMockRecorder) GasBatchEstimateMessageGas

func (mr *MockFullNodeMockRecorder) GasBatchEstimateMessageGas(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GasBatchEstimateMessageGas indicates an expected call of GasBatchEstimateMessageGas.

func (*MockFullNodeMockRecorder) GasEstimateFeeCap

func (mr *MockFullNodeMockRecorder) GasEstimateFeeCap(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GasEstimateFeeCap indicates an expected call of GasEstimateFeeCap.

func (*MockFullNodeMockRecorder) GasEstimateGasLimit

func (mr *MockFullNodeMockRecorder) GasEstimateGasLimit(arg0, arg1, arg2 interface{}) *gomock.Call

GasEstimateGasLimit indicates an expected call of GasEstimateGasLimit.

func (*MockFullNodeMockRecorder) GasEstimateGasPremium

func (mr *MockFullNodeMockRecorder) GasEstimateGasPremium(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

GasEstimateGasPremium indicates an expected call of GasEstimateGasPremium.

func (*MockFullNodeMockRecorder) GasEstimateMessageGas

func (mr *MockFullNodeMockRecorder) GasEstimateMessageGas(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GasEstimateMessageGas indicates an expected call of GasEstimateMessageGas.

func (*MockFullNodeMockRecorder) GetActor

func (mr *MockFullNodeMockRecorder) GetActor(arg0, arg1 interface{}) *gomock.Call

GetActor indicates an expected call of GetActor.

func (*MockFullNodeMockRecorder) GetActorEventsRaw added in v1.15.0

func (mr *MockFullNodeMockRecorder) GetActorEventsRaw(arg0, arg1 interface{}) *gomock.Call

GetActorEventsRaw indicates an expected call of GetActorEventsRaw.

func (*MockFullNodeMockRecorder) GetEntry

func (mr *MockFullNodeMockRecorder) GetEntry(arg0, arg1, arg2 interface{}) *gomock.Call

GetEntry indicates an expected call of GetEntry.

func (*MockFullNodeMockRecorder) GetFullBlock

func (mr *MockFullNodeMockRecorder) GetFullBlock(arg0, arg1 interface{}) *gomock.Call

GetFullBlock indicates an expected call of GetFullBlock.

func (*MockFullNodeMockRecorder) GetParentStateRootActor

func (mr *MockFullNodeMockRecorder) GetParentStateRootActor(arg0, arg1, arg2 interface{}) *gomock.Call

GetParentStateRootActor indicates an expected call of GetParentStateRootActor.

func (*MockFullNodeMockRecorder) HasPassword

func (mr *MockFullNodeMockRecorder) HasPassword(arg0 interface{}) *gomock.Call

HasPassword indicates an expected call of HasPassword.

func (*MockFullNodeMockRecorder) ID added in v1.6.1

func (mr *MockFullNodeMockRecorder) ID(arg0 interface{}) *gomock.Call

ID indicates an expected call of ID.

func (*MockFullNodeMockRecorder) ListActor

func (mr *MockFullNodeMockRecorder) ListActor(arg0 interface{}) *gomock.Call

ListActor indicates an expected call of ListActor.

func (*MockFullNodeMockRecorder) LockWallet

func (mr *MockFullNodeMockRecorder) LockWallet(arg0 interface{}) *gomock.Call

LockWallet indicates an expected call of LockWallet.

func (*MockFullNodeMockRecorder) MinerCreateBlock

func (mr *MockFullNodeMockRecorder) MinerCreateBlock(arg0, arg1 interface{}) *gomock.Call

MinerCreateBlock indicates an expected call of MinerCreateBlock.

func (*MockFullNodeMockRecorder) MinerGetBaseInfo

func (mr *MockFullNodeMockRecorder) MinerGetBaseInfo(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

MinerGetBaseInfo indicates an expected call of MinerGetBaseInfo.

func (*MockFullNodeMockRecorder) MpoolBatchPush

func (mr *MockFullNodeMockRecorder) MpoolBatchPush(arg0, arg1 interface{}) *gomock.Call

MpoolBatchPush indicates an expected call of MpoolBatchPush.

func (*MockFullNodeMockRecorder) MpoolBatchPushMessage

func (mr *MockFullNodeMockRecorder) MpoolBatchPushMessage(arg0, arg1, arg2 interface{}) *gomock.Call

MpoolBatchPushMessage indicates an expected call of MpoolBatchPushMessage.

func (*MockFullNodeMockRecorder) MpoolBatchPushUntrusted

func (mr *MockFullNodeMockRecorder) MpoolBatchPushUntrusted(arg0, arg1 interface{}) *gomock.Call

MpoolBatchPushUntrusted indicates an expected call of MpoolBatchPushUntrusted.

func (*MockFullNodeMockRecorder) MpoolCheckMessages

func (mr *MockFullNodeMockRecorder) MpoolCheckMessages(arg0, arg1 interface{}) *gomock.Call

MpoolCheckMessages indicates an expected call of MpoolCheckMessages.

func (*MockFullNodeMockRecorder) MpoolCheckPendingMessages

func (mr *MockFullNodeMockRecorder) MpoolCheckPendingMessages(arg0, arg1 interface{}) *gomock.Call

MpoolCheckPendingMessages indicates an expected call of MpoolCheckPendingMessages.

func (*MockFullNodeMockRecorder) MpoolCheckReplaceMessages

func (mr *MockFullNodeMockRecorder) MpoolCheckReplaceMessages(arg0, arg1 interface{}) *gomock.Call

MpoolCheckReplaceMessages indicates an expected call of MpoolCheckReplaceMessages.

func (*MockFullNodeMockRecorder) MpoolClear

func (mr *MockFullNodeMockRecorder) MpoolClear(arg0, arg1 interface{}) *gomock.Call

MpoolClear indicates an expected call of MpoolClear.

func (*MockFullNodeMockRecorder) MpoolDeleteByAdress

func (mr *MockFullNodeMockRecorder) MpoolDeleteByAdress(arg0, arg1 interface{}) *gomock.Call

MpoolDeleteByAdress indicates an expected call of MpoolDeleteByAdress.

func (*MockFullNodeMockRecorder) MpoolGetConfig

func (mr *MockFullNodeMockRecorder) MpoolGetConfig(arg0 interface{}) *gomock.Call

MpoolGetConfig indicates an expected call of MpoolGetConfig.

func (*MockFullNodeMockRecorder) MpoolGetNonce

func (mr *MockFullNodeMockRecorder) MpoolGetNonce(arg0, arg1 interface{}) *gomock.Call

MpoolGetNonce indicates an expected call of MpoolGetNonce.

func (*MockFullNodeMockRecorder) MpoolPending

func (mr *MockFullNodeMockRecorder) MpoolPending(arg0, arg1 interface{}) *gomock.Call

MpoolPending indicates an expected call of MpoolPending.

func (*MockFullNodeMockRecorder) MpoolPublishByAddr

func (mr *MockFullNodeMockRecorder) MpoolPublishByAddr(arg0, arg1 interface{}) *gomock.Call

MpoolPublishByAddr indicates an expected call of MpoolPublishByAddr.

func (*MockFullNodeMockRecorder) MpoolPublishMessage

func (mr *MockFullNodeMockRecorder) MpoolPublishMessage(arg0, arg1 interface{}) *gomock.Call

MpoolPublishMessage indicates an expected call of MpoolPublishMessage.

func (*MockFullNodeMockRecorder) MpoolPush

func (mr *MockFullNodeMockRecorder) MpoolPush(arg0, arg1 interface{}) *gomock.Call

MpoolPush indicates an expected call of MpoolPush.

func (*MockFullNodeMockRecorder) MpoolPushMessage

func (mr *MockFullNodeMockRecorder) MpoolPushMessage(arg0, arg1, arg2 interface{}) *gomock.Call

MpoolPushMessage indicates an expected call of MpoolPushMessage.

func (*MockFullNodeMockRecorder) MpoolPushUntrusted

func (mr *MockFullNodeMockRecorder) MpoolPushUntrusted(arg0, arg1 interface{}) *gomock.Call

MpoolPushUntrusted indicates an expected call of MpoolPushUntrusted.

func (*MockFullNodeMockRecorder) MpoolSelect

func (mr *MockFullNodeMockRecorder) MpoolSelect(arg0, arg1, arg2 interface{}) *gomock.Call

MpoolSelect indicates an expected call of MpoolSelect.

func (*MockFullNodeMockRecorder) MpoolSelects

func (mr *MockFullNodeMockRecorder) MpoolSelects(arg0, arg1, arg2 interface{}) *gomock.Call

MpoolSelects indicates an expected call of MpoolSelects.

func (*MockFullNodeMockRecorder) MpoolSetConfig

func (mr *MockFullNodeMockRecorder) MpoolSetConfig(arg0, arg1 interface{}) *gomock.Call

MpoolSetConfig indicates an expected call of MpoolSetConfig.

func (*MockFullNodeMockRecorder) MpoolSub

func (mr *MockFullNodeMockRecorder) MpoolSub(arg0 interface{}) *gomock.Call

MpoolSub indicates an expected call of MpoolSub.

func (*MockFullNodeMockRecorder) NetAddrsListen

func (mr *MockFullNodeMockRecorder) NetAddrsListen(arg0 interface{}) *gomock.Call

NetAddrsListen indicates an expected call of NetAddrsListen.

func (*MockFullNodeMockRecorder) NetAgentVersion added in v1.6.1

func (mr *MockFullNodeMockRecorder) NetAgentVersion(arg0, arg1 interface{}) *gomock.Call

NetAgentVersion indicates an expected call of NetAgentVersion.

func (*MockFullNodeMockRecorder) NetAutoNatStatus added in v1.6.1

func (mr *MockFullNodeMockRecorder) NetAutoNatStatus(arg0 interface{}) *gomock.Call

NetAutoNatStatus indicates an expected call of NetAutoNatStatus.

func (*MockFullNodeMockRecorder) NetBandwidthStats added in v1.6.1

func (mr *MockFullNodeMockRecorder) NetBandwidthStats(arg0 interface{}) *gomock.Call

NetBandwidthStats indicates an expected call of NetBandwidthStats.

func (*MockFullNodeMockRecorder) NetBandwidthStatsByPeer added in v1.6.1

func (mr *MockFullNodeMockRecorder) NetBandwidthStatsByPeer(arg0 interface{}) *gomock.Call

NetBandwidthStatsByPeer indicates an expected call of NetBandwidthStatsByPeer.

func (*MockFullNodeMockRecorder) NetBandwidthStatsByProtocol added in v1.6.1

func (mr *MockFullNodeMockRecorder) NetBandwidthStatsByProtocol(arg0 interface{}) *gomock.Call

NetBandwidthStatsByProtocol indicates an expected call of NetBandwidthStatsByProtocol.

func (*MockFullNodeMockRecorder) NetConnect added in v1.6.1

func (mr *MockFullNodeMockRecorder) NetConnect(arg0, arg1 interface{}) *gomock.Call

NetConnect indicates an expected call of NetConnect.

func (*MockFullNodeMockRecorder) NetConnectedness added in v1.6.1

func (mr *MockFullNodeMockRecorder) NetConnectedness(arg0, arg1 interface{}) *gomock.Call

NetConnectedness indicates an expected call of NetConnectedness.

func (*MockFullNodeMockRecorder) NetDisconnect added in v1.6.1

func (mr *MockFullNodeMockRecorder) NetDisconnect(arg0, arg1 interface{}) *gomock.Call

NetDisconnect indicates an expected call of NetDisconnect.

func (*MockFullNodeMockRecorder) NetFindPeer added in v1.6.1

func (mr *MockFullNodeMockRecorder) NetFindPeer(arg0, arg1 interface{}) *gomock.Call

NetFindPeer indicates an expected call of NetFindPeer.

func (*MockFullNodeMockRecorder) NetFindProvidersAsync added in v1.6.1

func (mr *MockFullNodeMockRecorder) NetFindProvidersAsync(arg0, arg1, arg2 interface{}) *gomock.Call

NetFindProvidersAsync indicates an expected call of NetFindProvidersAsync.

func (*MockFullNodeMockRecorder) NetGetClosestPeers added in v1.6.1

func (mr *MockFullNodeMockRecorder) NetGetClosestPeers(arg0, arg1 interface{}) *gomock.Call

NetGetClosestPeers indicates an expected call of NetGetClosestPeers.

func (*MockFullNodeMockRecorder) NetListening added in v1.10.0

func (mr *MockFullNodeMockRecorder) NetListening(arg0 interface{}) *gomock.Call

NetListening indicates an expected call of NetListening.

func (*MockFullNodeMockRecorder) NetPeerInfo added in v1.6.1

func (mr *MockFullNodeMockRecorder) NetPeerInfo(arg0, arg1 interface{}) *gomock.Call

NetPeerInfo indicates an expected call of NetPeerInfo.

func (*MockFullNodeMockRecorder) NetPeers added in v1.6.1

func (mr *MockFullNodeMockRecorder) NetPeers(arg0 interface{}) *gomock.Call

NetPeers indicates an expected call of NetPeers.

func (*MockFullNodeMockRecorder) NetPing added in v1.6.1

func (mr *MockFullNodeMockRecorder) NetPing(arg0, arg1 interface{}) *gomock.Call

NetPing indicates an expected call of NetPing.

func (*MockFullNodeMockRecorder) NetProtectAdd added in v1.6.1

func (mr *MockFullNodeMockRecorder) NetProtectAdd(arg0, arg1 interface{}) *gomock.Call

NetProtectAdd indicates an expected call of NetProtectAdd.

func (*MockFullNodeMockRecorder) NetProtectList added in v1.6.1

func (mr *MockFullNodeMockRecorder) NetProtectList(arg0 interface{}) *gomock.Call

NetProtectList indicates an expected call of NetProtectList.

func (*MockFullNodeMockRecorder) NetProtectRemove added in v1.6.1

func (mr *MockFullNodeMockRecorder) NetProtectRemove(arg0, arg1 interface{}) *gomock.Call

NetProtectRemove indicates an expected call of NetProtectRemove.

func (*MockFullNodeMockRecorder) NetPubsubScores added in v1.8.0

func (mr *MockFullNodeMockRecorder) NetPubsubScores(arg0 interface{}) *gomock.Call

NetPubsubScores indicates an expected call of NetPubsubScores.

func (*MockFullNodeMockRecorder) NetVersion added in v1.10.0

func (mr *MockFullNodeMockRecorder) NetVersion(arg0 interface{}) *gomock.Call

NetVersion indicates an expected call of NetVersion.

func (*MockFullNodeMockRecorder) NodeStatus added in v1.9.0

func (mr *MockFullNodeMockRecorder) NodeStatus(arg0, arg1 interface{}) *gomock.Call

NodeStatus indicates an expected call of NodeStatus.

func (*MockFullNodeMockRecorder) PaychAllocateLane

func (mr *MockFullNodeMockRecorder) PaychAllocateLane(arg0, arg1 interface{}) *gomock.Call

PaychAllocateLane indicates an expected call of PaychAllocateLane.

func (*MockFullNodeMockRecorder) PaychAvailableFunds

func (mr *MockFullNodeMockRecorder) PaychAvailableFunds(arg0, arg1 interface{}) *gomock.Call

PaychAvailableFunds indicates an expected call of PaychAvailableFunds.

func (*MockFullNodeMockRecorder) PaychAvailableFundsByFromTo

func (mr *MockFullNodeMockRecorder) PaychAvailableFundsByFromTo(arg0, arg1, arg2 interface{}) *gomock.Call

PaychAvailableFundsByFromTo indicates an expected call of PaychAvailableFundsByFromTo.

func (*MockFullNodeMockRecorder) PaychCollect

func (mr *MockFullNodeMockRecorder) PaychCollect(arg0, arg1 interface{}) *gomock.Call

PaychCollect indicates an expected call of PaychCollect.

func (*MockFullNodeMockRecorder) PaychFund added in v1.6.0

func (mr *MockFullNodeMockRecorder) PaychFund(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

PaychFund indicates an expected call of PaychFund.

func (*MockFullNodeMockRecorder) PaychGet

func (mr *MockFullNodeMockRecorder) PaychGet(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

PaychGet indicates an expected call of PaychGet.

func (*MockFullNodeMockRecorder) PaychGetWaitReady

func (mr *MockFullNodeMockRecorder) PaychGetWaitReady(arg0, arg1 interface{}) *gomock.Call

PaychGetWaitReady indicates an expected call of PaychGetWaitReady.

func (*MockFullNodeMockRecorder) PaychList

func (mr *MockFullNodeMockRecorder) PaychList(arg0 interface{}) *gomock.Call

PaychList indicates an expected call of PaychList.

func (*MockFullNodeMockRecorder) PaychNewPayment

func (mr *MockFullNodeMockRecorder) PaychNewPayment(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

PaychNewPayment indicates an expected call of PaychNewPayment.

func (*MockFullNodeMockRecorder) PaychSettle

func (mr *MockFullNodeMockRecorder) PaychSettle(arg0, arg1 interface{}) *gomock.Call

PaychSettle indicates an expected call of PaychSettle.

func (*MockFullNodeMockRecorder) PaychStatus

func (mr *MockFullNodeMockRecorder) PaychStatus(arg0, arg1 interface{}) *gomock.Call

PaychStatus indicates an expected call of PaychStatus.

func (*MockFullNodeMockRecorder) PaychVoucherAdd

func (mr *MockFullNodeMockRecorder) PaychVoucherAdd(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

PaychVoucherAdd indicates an expected call of PaychVoucherAdd.

func (*MockFullNodeMockRecorder) PaychVoucherCheckSpendable

func (mr *MockFullNodeMockRecorder) PaychVoucherCheckSpendable(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

PaychVoucherCheckSpendable indicates an expected call of PaychVoucherCheckSpendable.

func (*MockFullNodeMockRecorder) PaychVoucherCheckValid

func (mr *MockFullNodeMockRecorder) PaychVoucherCheckValid(arg0, arg1, arg2 interface{}) *gomock.Call

PaychVoucherCheckValid indicates an expected call of PaychVoucherCheckValid.

func (*MockFullNodeMockRecorder) PaychVoucherCreate

func (mr *MockFullNodeMockRecorder) PaychVoucherCreate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

PaychVoucherCreate indicates an expected call of PaychVoucherCreate.

func (*MockFullNodeMockRecorder) PaychVoucherList

func (mr *MockFullNodeMockRecorder) PaychVoucherList(arg0, arg1 interface{}) *gomock.Call

PaychVoucherList indicates an expected call of PaychVoucherList.

func (*MockFullNodeMockRecorder) PaychVoucherSubmit

func (mr *MockFullNodeMockRecorder) PaychVoucherSubmit(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

PaychVoucherSubmit indicates an expected call of PaychVoucherSubmit.

func (*MockFullNodeMockRecorder) ProtocolParameters

func (mr *MockFullNodeMockRecorder) ProtocolParameters(arg0 interface{}) *gomock.Call

ProtocolParameters indicates an expected call of ProtocolParameters.

func (*MockFullNodeMockRecorder) ResolveToKeyAddr

func (mr *MockFullNodeMockRecorder) ResolveToKeyAddr(arg0, arg1, arg2 interface{}) *gomock.Call

ResolveToKeyAddr indicates an expected call of ResolveToKeyAddr.

func (*MockFullNodeMockRecorder) SetConcurrent

func (mr *MockFullNodeMockRecorder) SetConcurrent(arg0, arg1 interface{}) *gomock.Call

SetConcurrent indicates an expected call of SetConcurrent.

func (*MockFullNodeMockRecorder) SetPassword

func (mr *MockFullNodeMockRecorder) SetPassword(arg0, arg1 interface{}) *gomock.Call

SetPassword indicates an expected call of SetPassword.

func (*MockFullNodeMockRecorder) StartTime added in v1.9.0

func (mr *MockFullNodeMockRecorder) StartTime(arg0 interface{}) *gomock.Call

StartTime indicates an expected call of StartTime.

func (*MockFullNodeMockRecorder) StateAccountKey

func (mr *MockFullNodeMockRecorder) StateAccountKey(arg0, arg1, arg2 interface{}) *gomock.Call

StateAccountKey indicates an expected call of StateAccountKey.

func (*MockFullNodeMockRecorder) StateActorCodeCIDs added in v1.6.0

func (mr *MockFullNodeMockRecorder) StateActorCodeCIDs(arg0, arg1 interface{}) *gomock.Call

StateActorCodeCIDs indicates an expected call of StateActorCodeCIDs.

func (*MockFullNodeMockRecorder) StateActorManifestCID added in v1.8.0

func (mr *MockFullNodeMockRecorder) StateActorManifestCID(arg0, arg1 interface{}) *gomock.Call

StateActorManifestCID indicates an expected call of StateActorManifestCID.

func (*MockFullNodeMockRecorder) StateAllMinerFaults added in v1.7.0

func (mr *MockFullNodeMockRecorder) StateAllMinerFaults(arg0, arg1, arg2 interface{}) *gomock.Call

StateAllMinerFaults indicates an expected call of StateAllMinerFaults.

func (*MockFullNodeMockRecorder) StateCall

func (mr *MockFullNodeMockRecorder) StateCall(arg0, arg1, arg2 interface{}) *gomock.Call

StateCall indicates an expected call of StateCall.

func (*MockFullNodeMockRecorder) StateChangedActors added in v1.7.0

func (mr *MockFullNodeMockRecorder) StateChangedActors(arg0, arg1, arg2 interface{}) *gomock.Call

StateChangedActors indicates an expected call of StateChangedActors.

func (*MockFullNodeMockRecorder) StateCirculatingSupply

func (mr *MockFullNodeMockRecorder) StateCirculatingSupply(arg0, arg1 interface{}) *gomock.Call

StateCirculatingSupply indicates an expected call of StateCirculatingSupply.

func (*MockFullNodeMockRecorder) StateCompute added in v1.10.1

func (mr *MockFullNodeMockRecorder) StateCompute(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

StateCompute indicates an expected call of StateCompute.

func (*MockFullNodeMockRecorder) StateComputeDataCID added in v1.8.0

func (mr *MockFullNodeMockRecorder) StateComputeDataCID(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

StateComputeDataCID indicates an expected call of StateComputeDataCID.

func (*MockFullNodeMockRecorder) StateDealProviderCollateralBounds

func (mr *MockFullNodeMockRecorder) StateDealProviderCollateralBounds(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

StateDealProviderCollateralBounds indicates an expected call of StateDealProviderCollateralBounds.

func (*MockFullNodeMockRecorder) StateDecodeParams added in v1.7.0

func (mr *MockFullNodeMockRecorder) StateDecodeParams(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

StateDecodeParams indicates an expected call of StateDecodeParams.

func (*MockFullNodeMockRecorder) StateEncodeParams added in v1.7.0

func (mr *MockFullNodeMockRecorder) StateEncodeParams(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

StateEncodeParams indicates an expected call of StateEncodeParams.

func (*MockFullNodeMockRecorder) StateGetActor

func (mr *MockFullNodeMockRecorder) StateGetActor(arg0, arg1, arg2 interface{}) *gomock.Call

StateGetActor indicates an expected call of StateGetActor.

func (*MockFullNodeMockRecorder) StateGetAllAllocations added in v1.15.0

func (mr *MockFullNodeMockRecorder) StateGetAllAllocations(arg0, arg1 interface{}) *gomock.Call

StateGetAllAllocations indicates an expected call of StateGetAllAllocations.

func (*MockFullNodeMockRecorder) StateGetAllClaims added in v1.15.0

func (mr *MockFullNodeMockRecorder) StateGetAllClaims(arg0, arg1 interface{}) *gomock.Call

StateGetAllClaims indicates an expected call of StateGetAllClaims.

func (*MockFullNodeMockRecorder) StateGetAllocation added in v1.8.0

func (mr *MockFullNodeMockRecorder) StateGetAllocation(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

StateGetAllocation indicates an expected call of StateGetAllocation.

func (*MockFullNodeMockRecorder) StateGetAllocationForPendingDeal added in v1.8.0

func (mr *MockFullNodeMockRecorder) StateGetAllocationForPendingDeal(arg0, arg1, arg2 interface{}) *gomock.Call

StateGetAllocationForPendingDeal indicates an expected call of StateGetAllocationForPendingDeal.

func (*MockFullNodeMockRecorder) StateGetAllocationIdForPendingDeal added in v1.15.0

func (mr *MockFullNodeMockRecorder) StateGetAllocationIdForPendingDeal(arg0, arg1, arg2 interface{}) *gomock.Call

StateGetAllocationIdForPendingDeal indicates an expected call of StateGetAllocationIdForPendingDeal.

func (*MockFullNodeMockRecorder) StateGetAllocations added in v1.8.0

func (mr *MockFullNodeMockRecorder) StateGetAllocations(arg0, arg1, arg2 interface{}) *gomock.Call

StateGetAllocations indicates an expected call of StateGetAllocations.

func (*MockFullNodeMockRecorder) StateGetBeaconEntry added in v1.6.0

func (mr *MockFullNodeMockRecorder) StateGetBeaconEntry(arg0, arg1 interface{}) *gomock.Call

StateGetBeaconEntry indicates an expected call of StateGetBeaconEntry.

func (*MockFullNodeMockRecorder) StateGetClaim added in v1.8.0

func (mr *MockFullNodeMockRecorder) StateGetClaim(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

StateGetClaim indicates an expected call of StateGetClaim.

func (*MockFullNodeMockRecorder) StateGetClaims added in v1.8.0

func (mr *MockFullNodeMockRecorder) StateGetClaims(arg0, arg1, arg2 interface{}) *gomock.Call

StateGetClaims indicates an expected call of StateGetClaims.

func (*MockFullNodeMockRecorder) StateGetNetworkParams added in v1.6.0

func (mr *MockFullNodeMockRecorder) StateGetNetworkParams(arg0 interface{}) *gomock.Call

StateGetNetworkParams indicates an expected call of StateGetNetworkParams.

func (*MockFullNodeMockRecorder) StateGetRandomnessDigestFromBeacon added in v1.14.0

func (mr *MockFullNodeMockRecorder) StateGetRandomnessDigestFromBeacon(arg0, arg1, arg2 interface{}) *gomock.Call

StateGetRandomnessDigestFromBeacon indicates an expected call of StateGetRandomnessDigestFromBeacon.

func (*MockFullNodeMockRecorder) StateGetRandomnessDigestFromTickets added in v1.14.0

func (mr *MockFullNodeMockRecorder) StateGetRandomnessDigestFromTickets(arg0, arg1, arg2 interface{}) *gomock.Call

StateGetRandomnessDigestFromTickets indicates an expected call of StateGetRandomnessDigestFromTickets.

func (*MockFullNodeMockRecorder) StateGetRandomnessFromBeacon

func (mr *MockFullNodeMockRecorder) StateGetRandomnessFromBeacon(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

StateGetRandomnessFromBeacon indicates an expected call of StateGetRandomnessFromBeacon.

func (*MockFullNodeMockRecorder) StateGetRandomnessFromTickets

func (mr *MockFullNodeMockRecorder) StateGetRandomnessFromTickets(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

StateGetRandomnessFromTickets indicates an expected call of StateGetRandomnessFromTickets.

func (*MockFullNodeMockRecorder) StateListActors

func (mr *MockFullNodeMockRecorder) StateListActors(arg0, arg1 interface{}) *gomock.Call

StateListActors indicates an expected call of StateListActors.

func (*MockFullNodeMockRecorder) StateListMessages added in v1.7.0

func (mr *MockFullNodeMockRecorder) StateListMessages(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

StateListMessages indicates an expected call of StateListMessages.

func (*MockFullNodeMockRecorder) StateListMiners

func (mr *MockFullNodeMockRecorder) StateListMiners(arg0, arg1 interface{}) *gomock.Call

StateListMiners indicates an expected call of StateListMiners.

func (*MockFullNodeMockRecorder) StateLookupID

func (mr *MockFullNodeMockRecorder) StateLookupID(arg0, arg1, arg2 interface{}) *gomock.Call

StateLookupID indicates an expected call of StateLookupID.

func (*MockFullNodeMockRecorder) StateLookupRobustAddress added in v1.6.0

func (mr *MockFullNodeMockRecorder) StateLookupRobustAddress(arg0, arg1, arg2 interface{}) *gomock.Call

StateLookupRobustAddress indicates an expected call of StateLookupRobustAddress.

func (*MockFullNodeMockRecorder) StateMarketBalance

func (mr *MockFullNodeMockRecorder) StateMarketBalance(arg0, arg1, arg2 interface{}) *gomock.Call

StateMarketBalance indicates an expected call of StateMarketBalance.

func (*MockFullNodeMockRecorder) StateMarketDeals

func (mr *MockFullNodeMockRecorder) StateMarketDeals(arg0, arg1 interface{}) *gomock.Call

StateMarketDeals indicates an expected call of StateMarketDeals.

func (*MockFullNodeMockRecorder) StateMarketParticipants

func (mr *MockFullNodeMockRecorder) StateMarketParticipants(arg0, arg1 interface{}) *gomock.Call

StateMarketParticipants indicates an expected call of StateMarketParticipants.

func (*MockFullNodeMockRecorder) StateMarketStorageDeal

func (mr *MockFullNodeMockRecorder) StateMarketStorageDeal(arg0, arg1, arg2 interface{}) *gomock.Call

StateMarketStorageDeal indicates an expected call of StateMarketStorageDeal.

func (*MockFullNodeMockRecorder) StateMinerActiveSectors

func (mr *MockFullNodeMockRecorder) StateMinerActiveSectors(arg0, arg1, arg2 interface{}) *gomock.Call

StateMinerActiveSectors indicates an expected call of StateMinerActiveSectors.

func (*MockFullNodeMockRecorder) StateMinerAllocated added in v1.8.0

func (mr *MockFullNodeMockRecorder) StateMinerAllocated(arg0, arg1, arg2 interface{}) *gomock.Call

StateMinerAllocated indicates an expected call of StateMinerAllocated.

func (*MockFullNodeMockRecorder) StateMinerAvailableBalance

func (mr *MockFullNodeMockRecorder) StateMinerAvailableBalance(arg0, arg1, arg2 interface{}) *gomock.Call

StateMinerAvailableBalance indicates an expected call of StateMinerAvailableBalance.

func (*MockFullNodeMockRecorder) StateMinerDeadlines

func (mr *MockFullNodeMockRecorder) StateMinerDeadlines(arg0, arg1, arg2 interface{}) *gomock.Call

StateMinerDeadlines indicates an expected call of StateMinerDeadlines.

func (*MockFullNodeMockRecorder) StateMinerFaults

func (mr *MockFullNodeMockRecorder) StateMinerFaults(arg0, arg1, arg2 interface{}) *gomock.Call

StateMinerFaults indicates an expected call of StateMinerFaults.

func (*MockFullNodeMockRecorder) StateMinerInfo

func (mr *MockFullNodeMockRecorder) StateMinerInfo(arg0, arg1, arg2 interface{}) *gomock.Call

StateMinerInfo indicates an expected call of StateMinerInfo.

func (*MockFullNodeMockRecorder) StateMinerInitialPledgeCollateral

func (mr *MockFullNodeMockRecorder) StateMinerInitialPledgeCollateral(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

StateMinerInitialPledgeCollateral indicates an expected call of StateMinerInitialPledgeCollateral.

func (*MockFullNodeMockRecorder) StateMinerPartitions

func (mr *MockFullNodeMockRecorder) StateMinerPartitions(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

StateMinerPartitions indicates an expected call of StateMinerPartitions.

func (*MockFullNodeMockRecorder) StateMinerPower

func (mr *MockFullNodeMockRecorder) StateMinerPower(arg0, arg1, arg2 interface{}) *gomock.Call

StateMinerPower indicates an expected call of StateMinerPower.

func (*MockFullNodeMockRecorder) StateMinerPreCommitDepositForPower

func (mr *MockFullNodeMockRecorder) StateMinerPreCommitDepositForPower(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

StateMinerPreCommitDepositForPower indicates an expected call of StateMinerPreCommitDepositForPower.

func (*MockFullNodeMockRecorder) StateMinerProvingDeadline

func (mr *MockFullNodeMockRecorder) StateMinerProvingDeadline(arg0, arg1, arg2 interface{}) *gomock.Call

StateMinerProvingDeadline indicates an expected call of StateMinerProvingDeadline.

func (*MockFullNodeMockRecorder) StateMinerRecoveries

func (mr *MockFullNodeMockRecorder) StateMinerRecoveries(arg0, arg1, arg2 interface{}) *gomock.Call

StateMinerRecoveries indicates an expected call of StateMinerRecoveries.

func (*MockFullNodeMockRecorder) StateMinerSectorAllocated

func (mr *MockFullNodeMockRecorder) StateMinerSectorAllocated(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

StateMinerSectorAllocated indicates an expected call of StateMinerSectorAllocated.

func (*MockFullNodeMockRecorder) StateMinerSectorCount

func (mr *MockFullNodeMockRecorder) StateMinerSectorCount(arg0, arg1, arg2 interface{}) *gomock.Call

StateMinerSectorCount indicates an expected call of StateMinerSectorCount.

func (*MockFullNodeMockRecorder) StateMinerSectorSize

func (mr *MockFullNodeMockRecorder) StateMinerSectorSize(arg0, arg1, arg2 interface{}) *gomock.Call

StateMinerSectorSize indicates an expected call of StateMinerSectorSize.

func (*MockFullNodeMockRecorder) StateMinerSectors

func (mr *MockFullNodeMockRecorder) StateMinerSectors(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

StateMinerSectors indicates an expected call of StateMinerSectors.

func (*MockFullNodeMockRecorder) StateMinerWorkerAddress

func (mr *MockFullNodeMockRecorder) StateMinerWorkerAddress(arg0, arg1, arg2 interface{}) *gomock.Call

StateMinerWorkerAddress indicates an expected call of StateMinerWorkerAddress.

func (*MockFullNodeMockRecorder) StateNetworkName

func (mr *MockFullNodeMockRecorder) StateNetworkName(arg0 interface{}) *gomock.Call

StateNetworkName indicates an expected call of StateNetworkName.

func (*MockFullNodeMockRecorder) StateNetworkVersion

func (mr *MockFullNodeMockRecorder) StateNetworkVersion(arg0, arg1 interface{}) *gomock.Call

StateNetworkVersion indicates an expected call of StateNetworkVersion.

func (*MockFullNodeMockRecorder) StateReadState added in v1.7.0

func (mr *MockFullNodeMockRecorder) StateReadState(arg0, arg1, arg2 interface{}) *gomock.Call

StateReadState indicates an expected call of StateReadState.

func (*MockFullNodeMockRecorder) StateReplay added in v1.10.0

func (mr *MockFullNodeMockRecorder) StateReplay(arg0, arg1, arg2 interface{}) *gomock.Call

StateReplay indicates an expected call of StateReplay.

func (*MockFullNodeMockRecorder) StateSearchMsg

func (mr *MockFullNodeMockRecorder) StateSearchMsg(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

StateSearchMsg indicates an expected call of StateSearchMsg.

func (*MockFullNodeMockRecorder) StateSectorExpiration

func (mr *MockFullNodeMockRecorder) StateSectorExpiration(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

StateSectorExpiration indicates an expected call of StateSectorExpiration.

func (*MockFullNodeMockRecorder) StateSectorGetInfo

func (mr *MockFullNodeMockRecorder) StateSectorGetInfo(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

StateSectorGetInfo indicates an expected call of StateSectorGetInfo.

func (*MockFullNodeMockRecorder) StateSectorPartition

func (mr *MockFullNodeMockRecorder) StateSectorPartition(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

StateSectorPartition indicates an expected call of StateSectorPartition.

func (*MockFullNodeMockRecorder) StateSectorPreCommitInfo

func (mr *MockFullNodeMockRecorder) StateSectorPreCommitInfo(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

StateSectorPreCommitInfo indicates an expected call of StateSectorPreCommitInfo.

func (*MockFullNodeMockRecorder) StateVMCirculatingSupplyInternal

func (mr *MockFullNodeMockRecorder) StateVMCirculatingSupplyInternal(arg0, arg1 interface{}) *gomock.Call

StateVMCirculatingSupplyInternal indicates an expected call of StateVMCirculatingSupplyInternal.

func (*MockFullNodeMockRecorder) StateVerifiedClientStatus

func (mr *MockFullNodeMockRecorder) StateVerifiedClientStatus(arg0, arg1, arg2 interface{}) *gomock.Call

StateVerifiedClientStatus indicates an expected call of StateVerifiedClientStatus.

func (*MockFullNodeMockRecorder) StateVerifiedRegistryRootKey

func (mr *MockFullNodeMockRecorder) StateVerifiedRegistryRootKey(arg0, arg1 interface{}) *gomock.Call

StateVerifiedRegistryRootKey indicates an expected call of StateVerifiedRegistryRootKey.

func (*MockFullNodeMockRecorder) StateVerifierStatus

func (mr *MockFullNodeMockRecorder) StateVerifierStatus(arg0, arg1, arg2 interface{}) *gomock.Call

StateVerifierStatus indicates an expected call of StateVerifierStatus.

func (*MockFullNodeMockRecorder) StateWaitMsg

func (mr *MockFullNodeMockRecorder) StateWaitMsg(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

StateWaitMsg indicates an expected call of StateWaitMsg.

func (*MockFullNodeMockRecorder) SubscribeActorEventsRaw added in v1.15.0

func (mr *MockFullNodeMockRecorder) SubscribeActorEventsRaw(arg0, arg1 interface{}) *gomock.Call

SubscribeActorEventsRaw indicates an expected call of SubscribeActorEventsRaw.

func (*MockFullNodeMockRecorder) SyncIncomingBlocks added in v1.14.0

func (mr *MockFullNodeMockRecorder) SyncIncomingBlocks(arg0 interface{}) *gomock.Call

SyncIncomingBlocks indicates an expected call of SyncIncomingBlocks.

func (*MockFullNodeMockRecorder) SyncState

func (mr *MockFullNodeMockRecorder) SyncState(arg0 interface{}) *gomock.Call

SyncState indicates an expected call of SyncState.

func (*MockFullNodeMockRecorder) SyncSubmitBlock

func (mr *MockFullNodeMockRecorder) SyncSubmitBlock(arg0, arg1 interface{}) *gomock.Call

SyncSubmitBlock indicates an expected call of SyncSubmitBlock.

func (*MockFullNodeMockRecorder) SyncerTracker

func (mr *MockFullNodeMockRecorder) SyncerTracker(arg0 interface{}) *gomock.Call

SyncerTracker indicates an expected call of SyncerTracker.

func (*MockFullNodeMockRecorder) UnLockWallet

func (mr *MockFullNodeMockRecorder) UnLockWallet(arg0, arg1 interface{}) *gomock.Call

UnLockWallet indicates an expected call of UnLockWallet.

func (*MockFullNodeMockRecorder) VerifyEntry

func (mr *MockFullNodeMockRecorder) VerifyEntry(arg0, arg1, arg2 interface{}) *gomock.Call

VerifyEntry indicates an expected call of VerifyEntry.

func (*MockFullNodeMockRecorder) Version

func (mr *MockFullNodeMockRecorder) Version(arg0 interface{}) *gomock.Call

Version indicates an expected call of Version.

func (*MockFullNodeMockRecorder) WalletAddresses

func (mr *MockFullNodeMockRecorder) WalletAddresses(arg0 interface{}) *gomock.Call

WalletAddresses indicates an expected call of WalletAddresses.

func (*MockFullNodeMockRecorder) WalletBalance

func (mr *MockFullNodeMockRecorder) WalletBalance(arg0, arg1 interface{}) *gomock.Call

WalletBalance indicates an expected call of WalletBalance.

func (*MockFullNodeMockRecorder) WalletDefaultAddress

func (mr *MockFullNodeMockRecorder) WalletDefaultAddress(arg0 interface{}) *gomock.Call

WalletDefaultAddress indicates an expected call of WalletDefaultAddress.

func (*MockFullNodeMockRecorder) WalletDelete added in v1.8.0

func (mr *MockFullNodeMockRecorder) WalletDelete(arg0, arg1 interface{}) *gomock.Call

WalletDelete indicates an expected call of WalletDelete.

func (*MockFullNodeMockRecorder) WalletExport

func (mr *MockFullNodeMockRecorder) WalletExport(arg0, arg1, arg2 interface{}) *gomock.Call

WalletExport indicates an expected call of WalletExport.

func (*MockFullNodeMockRecorder) WalletHas

func (mr *MockFullNodeMockRecorder) WalletHas(arg0, arg1 interface{}) *gomock.Call

WalletHas indicates an expected call of WalletHas.

func (*MockFullNodeMockRecorder) WalletImport

func (mr *MockFullNodeMockRecorder) WalletImport(arg0, arg1 interface{}) *gomock.Call

WalletImport indicates an expected call of WalletImport.

func (*MockFullNodeMockRecorder) WalletNewAddress

func (mr *MockFullNodeMockRecorder) WalletNewAddress(arg0, arg1 interface{}) *gomock.Call

WalletNewAddress indicates an expected call of WalletNewAddress.

func (*MockFullNodeMockRecorder) WalletSetDefault

func (mr *MockFullNodeMockRecorder) WalletSetDefault(arg0, arg1 interface{}) *gomock.Call

WalletSetDefault indicates an expected call of WalletSetDefault.

func (*MockFullNodeMockRecorder) WalletSign

func (mr *MockFullNodeMockRecorder) WalletSign(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

WalletSign indicates an expected call of WalletSign.

func (*MockFullNodeMockRecorder) WalletSignMessage

func (mr *MockFullNodeMockRecorder) WalletSignMessage(arg0, arg1, arg2 interface{}) *gomock.Call

WalletSignMessage indicates an expected call of WalletSignMessage.

func (*MockFullNodeMockRecorder) WalletState

func (mr *MockFullNodeMockRecorder) WalletState(arg0 interface{}) *gomock.Call

WalletState indicates an expected call of WalletState.

func (*MockFullNodeMockRecorder) Web3ClientVersion added in v1.10.0

func (mr *MockFullNodeMockRecorder) Web3ClientVersion(arg0 interface{}) *gomock.Call

Web3ClientVersion indicates an expected call of Web3ClientVersion.

Jump to

Keyboard shortcuts

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