mocks

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2021 License: Apache-2.0, MIT Imports: 34 Imported by: 0

Documentation

Overview

Package mocks 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) AuthNew

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

AuthNew mocks base method

func (*MockFullNode) AuthVerify

func (m *MockFullNode) AuthVerify(arg0 context.Context, arg1 string) ([]auth.Permission, error)

AuthVerify mocks base method

func (*MockFullNode) BeaconGetEntry

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

BeaconGetEntry mocks base method

func (*MockFullNode) ChainAllowNoWindowPoSt

func (m *MockFullNode) ChainAllowNoWindowPoSt(arg0 context.Context, arg1 types.TipSetKey, arg2 abi.ChainEpoch, arg3 abi.Randomness) (bool, error)

ChainAllowNoWindowPoSt 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 types.TipSetKey) (<-chan []byte, error)

ChainExport mocks base method

func (*MockFullNode) ChainGetBlock

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

ChainGetBlock mocks base method

func (*MockFullNode) ChainGetBlockMessages

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

ChainGetBlockMessages mocks base method

func (*MockFullNode) ChainGetGenesis

func (m *MockFullNode) ChainGetGenesis(arg0 context.Context) (*types.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) ChainGetNode

func (m *MockFullNode) ChainGetNode(arg0 context.Context, arg1 string) (*api.IpldObject, error)

ChainGetNode mocks base method

func (*MockFullNode) ChainGetParentMessages

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

ChainGetParentMessages mocks base method

func (*MockFullNode) ChainGetParentReceipts

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

ChainGetParentReceipts mocks base method

func (*MockFullNode) ChainGetPath

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

ChainGetPath mocks base method

func (*MockFullNode) ChainGetRandomnessFromBeacon

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

ChainGetRandomnessFromBeacon mocks base method

func (*MockFullNode) ChainGetRandomnessFromTickets

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

ChainGetRandomnessFromTickets mocks base method

func (*MockFullNode) ChainGetTipSet

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

ChainGetTipSet mocks base method

func (*MockFullNode) ChainGetTipSetByHeight

func (m *MockFullNode) ChainGetTipSetByHeight(arg0 context.Context, arg1 abi.ChainEpoch, arg2 types.TipSetKey) (*types.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) (*types.TipSet, error)

ChainHead mocks base method

func (*MockFullNode) ChainNotify

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

ChainNotify 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 types.TipSetKey) error

ChainSetHead mocks base method

func (*MockFullNode) ChainStatObj

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

ChainStatObj mocks base method

func (*MockFullNode) ChainTipSetWeight

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

ChainTipSetWeight mocks base method

func (*MockFullNode) ClientCalcCommP

func (m *MockFullNode) ClientCalcCommP(arg0 context.Context, arg1 string) (*api.CommPRet, error)

ClientCalcCommP mocks base method

func (*MockFullNode) ClientCancelDataTransfer

func (m *MockFullNode) ClientCancelDataTransfer(arg0 context.Context, arg1 datatransfer.TransferID, arg2 peer.ID, arg3 bool) error

ClientCancelDataTransfer mocks base method

func (*MockFullNode) ClientDataTransferUpdates

func (m *MockFullNode) ClientDataTransferUpdates(arg0 context.Context) (<-chan api.DataTransferChannel, error)

ClientDataTransferUpdates mocks base method

func (*MockFullNode) ClientDealPieceCID

func (m *MockFullNode) ClientDealPieceCID(arg0 context.Context, arg1 cid.Cid) (api.DataCIDSize, error)

ClientDealPieceCID mocks base method

func (*MockFullNode) ClientDealSize

func (m *MockFullNode) ClientDealSize(arg0 context.Context, arg1 cid.Cid) (api.DataSize, error)

ClientDealSize mocks base method

func (*MockFullNode) ClientExpertNominate

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

ClientExpertNominate mocks base method

func (*MockFullNode) ClientExpertRegisterFile

func (m *MockFullNode) ClientExpertRegisterFile(arg0 context.Context, arg1 *api.ExpertRegisterFileParams) (*cid.Cid, error)

ClientExpertRegisterFile mocks base method

func (*MockFullNode) ClientFindData

func (m *MockFullNode) ClientFindData(arg0 context.Context, arg1 cid.Cid, arg2 *cid.Cid) ([]api.QueryOffer, error)

ClientFindData mocks base method

func (*MockFullNode) ClientGenCar

func (m *MockFullNode) ClientGenCar(arg0 context.Context, arg1 api.FileRef, arg2 string) error

ClientGenCar mocks base method

func (*MockFullNode) ClientGetDealInfo

func (m *MockFullNode) ClientGetDealInfo(arg0 context.Context, arg1 cid.Cid) (*api.DealInfo, error)

ClientGetDealInfo mocks base method

func (*MockFullNode) ClientGetDealStatus

func (m *MockFullNode) ClientGetDealStatus(arg0 context.Context, arg1 uint64) (string, error)

ClientGetDealStatus mocks base method

func (*MockFullNode) ClientGetDealUpdates

func (m *MockFullNode) ClientGetDealUpdates(arg0 context.Context) (<-chan api.DealInfo, error)

ClientGetDealUpdates mocks base method

func (*MockFullNode) ClientHasLocal

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

ClientHasLocal mocks base method

func (*MockFullNode) ClientImport

func (m *MockFullNode) ClientImport(arg0 context.Context, arg1 api.FileRef) (*api.ImportRes, error)

ClientImport mocks base method

func (*MockFullNode) ClientImportAndDeal

func (m *MockFullNode) ClientImportAndDeal(arg0 context.Context, arg1 *api.ImportAndDealParams) (*api.ImportRes, error)

ClientImportAndDeal mocks base method

func (*MockFullNode) ClientListDataTransfers

func (m *MockFullNode) ClientListDataTransfers(arg0 context.Context) ([]api.DataTransferChannel, error)

ClientListDataTransfers mocks base method

func (*MockFullNode) ClientListDeals

func (m *MockFullNode) ClientListDeals(arg0 context.Context) ([]api.DealInfo, error)

ClientListDeals mocks base method

func (*MockFullNode) ClientListImports

func (m *MockFullNode) ClientListImports(arg0 context.Context) ([]api.Import, error)

ClientListImports mocks base method

func (*MockFullNode) ClientMinerQueryOffer

func (m *MockFullNode) ClientMinerQueryOffer(arg0 context.Context, arg1 address.Address, arg2 cid.Cid, arg3 *cid.Cid) (api.QueryOffer, error)

ClientMinerQueryOffer mocks base method

func (*MockFullNode) ClientQueryAsk

func (m *MockFullNode) ClientQueryAsk(arg0 context.Context, arg1 peer.ID, arg2 address.Address) (*storagemarket.StorageAsk, error)

ClientQueryAsk mocks base method

func (*MockFullNode) ClientRemove

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

ClientRemove mocks base method

func (*MockFullNode) ClientRemoveImport

func (m *MockFullNode) ClientRemoveImport(arg0 context.Context, arg1 multistore.StoreID) error

ClientRemoveImport mocks base method

func (*MockFullNode) ClientRestartDataTransfer

func (m *MockFullNode) ClientRestartDataTransfer(arg0 context.Context, arg1 datatransfer.TransferID, arg2 peer.ID, arg3 bool) error

ClientRestartDataTransfer mocks base method

func (*MockFullNode) ClientRetrieve

func (m *MockFullNode) ClientRetrieve(arg0 context.Context, arg1 api.RetrievalOrder, arg2 *api.FileRef) error

ClientRetrieve mocks base method

func (*MockFullNode) ClientRetrieveApplyForWithdraw

func (m *MockFullNode) ClientRetrieveApplyForWithdraw(arg0 context.Context, arg1 address.Address, arg2 address.Address, arg3 big.Int) (cid.Cid, error)

ClientRetrieveApplyForWithdraw mocks base method

func (*MockFullNode) ClientRetrieveBind

func (m *MockFullNode) ClientRetrieveBind(arg0 context.Context, arg1 address.Address, arg2 []address.Address, arg3 bool) (cid.Cid, error)

ClientRetrieveBind mocks base method

func (*MockFullNode) ClientRetrieveGetDeal

func (m *MockFullNode) ClientRetrieveGetDeal(arg0 context.Context, arg1 retrievalmarket.DealID) (*api.RetrievalDeal, error)

ClientRetrieveGetDeal mocks base method

func (*MockFullNode) ClientRetrieveListDeals

func (m *MockFullNode) ClientRetrieveListDeals(arg0 context.Context) (map[retrievalmarket.DealID]*api.RetrievalDeal, error)

ClientRetrieveListDeals mocks base method

func (*MockFullNode) ClientRetrievePledge

func (m *MockFullNode) ClientRetrievePledge(arg0 context.Context, arg1, arg2 address.Address, arg3 []address.Address, arg4 big.Int) (cid.Cid, error)

ClientRetrievePledge mocks base method

func (*MockFullNode) ClientRetrieveQuery

func (m *MockFullNode) ClientRetrieveQuery(arg0 context.Context, arg1 address.Address, arg2 cid.Cid, arg3 *cid.Cid, arg4 address.Address) (*api.RetrievalDeal, error)

ClientRetrieveQuery mocks base method

func (*MockFullNode) ClientRetrieveTryRestartInsufficientFunds

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

ClientRetrieveTryRestartInsufficientFunds mocks base method

func (*MockFullNode) ClientRetrieveWithEvents

func (m *MockFullNode) ClientRetrieveWithEvents(arg0 context.Context, arg1 api.RetrievalOrder, arg2 *api.FileRef) (<-chan marketevents.RetrievalEvent, error)

ClientRetrieveWithEvents mocks base method

func (*MockFullNode) ClientRetrieveWithdraw

func (m *MockFullNode) ClientRetrieveWithdraw(arg0 context.Context, arg1 address.Address, arg2 big.Int) (cid.Cid, error)

ClientRetrieveWithdraw mocks base method

func (*MockFullNode) ClientStartDeal

func (m *MockFullNode) ClientStartDeal(arg0 context.Context, arg1 *api.StartDealParams) (*cid.Cid, error)

ClientStartDeal mocks base method

func (*MockFullNode) Closing

func (m *MockFullNode) Closing(arg0 context.Context) (<-chan struct{}, error)

Closing mocks base method

func (*MockFullNode) CreateBackup

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

CreateBackup mocks base method

func (*MockFullNode) EXPECT

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

func (*MockFullNode) FlowchAllocateLane

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

FlowchAllocateLane mocks base method

func (*MockFullNode) FlowchAvailableFunds

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

FlowchAvailableFunds mocks base method

func (*MockFullNode) FlowchAvailableFundsByFromTo

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

FlowchAvailableFundsByFromTo mocks base method

func (*MockFullNode) FlowchCollect

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

FlowchCollect mocks base method

func (*MockFullNode) FlowchGet

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

FlowchGet mocks base method

func (*MockFullNode) FlowchGetWaitReady

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

FlowchGetWaitReady mocks base method

func (*MockFullNode) FlowchList

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

FlowchList mocks base method

func (*MockFullNode) FlowchNewPayment

func (m *MockFullNode) FlowchNewPayment(arg0 context.Context, arg1, arg2 address.Address, arg3 []api.FlowVoucherSpec) (*api.FlowInfo, error)

FlowchNewPayment mocks base method

func (*MockFullNode) FlowchSettle

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

FlowchSettle mocks base method

func (*MockFullNode) FlowchStatus

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

FlowchStatus mocks base method

func (*MockFullNode) FlowchVoucherAdd

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

FlowchVoucherAdd mocks base method

func (*MockFullNode) FlowchVoucherCheckSpendable

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

FlowchVoucherCheckSpendable mocks base method

func (*MockFullNode) FlowchVoucherCheckValid

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

FlowchVoucherCheckValid mocks base method

func (*MockFullNode) FlowchVoucherCreate

func (m *MockFullNode) FlowchVoucherCreate(arg0 context.Context, arg1 address.Address, arg2 big.Int, arg3 uint64) (*api.FlowVoucherCreateResult, error)

FlowchVoucherCreate mocks base method

func (*MockFullNode) FlowchVoucherList

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

FlowchVoucherList mocks base method

func (*MockFullNode) FlowchVoucherSubmit

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

FlowchVoucherSubmit mocks base method

func (*MockFullNode) GC

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

GC mocks base method

func (*MockFullNode) GasEstimateFeeCap

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

GasEstimateFeeCap mocks base method

func (*MockFullNode) GasEstimateGasLimit

func (m *MockFullNode) GasEstimateGasLimit(arg0 context.Context, arg1 *types.Message, arg2 types.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 types.TipSetKey) (big.Int, error)

GasEstimateGasPremium mocks base method

func (*MockFullNode) GasEstimateMessageGas

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

GasEstimateMessageGas mocks base method

func (*MockFullNode) ID

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

ID mocks base method

func (*MockFullNode) LogList

func (m *MockFullNode) LogList(arg0 context.Context) ([]string, error)

LogList mocks base method

func (*MockFullNode) LogSetLevel

func (m *MockFullNode) LogSetLevel(arg0 context.Context, arg1, arg2 string) error

LogSetLevel mocks base method

func (*MockFullNode) MinerCreateBlock

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

MinerCreateBlock mocks base method

func (*MockFullNode) MinerGetBaseInfo

func (m *MockFullNode) MinerGetBaseInfo(arg0 context.Context, arg1 address.Address, arg2 abi.ChainEpoch, arg3 types.TipSetKey) (*api.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 *api.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) MpoolClear

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

MpoolClear mocks base method

func (*MockFullNode) MpoolGetConfig

func (m *MockFullNode) MpoolGetConfig(arg0 context.Context) (*types.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 types.TipSetKey) ([]*types.SignedMessage, error)

MpoolPending 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 *api.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 types.TipSetKey, arg2 float64) ([]*types.SignedMessage, error)

MpoolSelect mocks base method

func (*MockFullNode) MpoolSetConfig

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

MpoolSetConfig mocks base method

func (*MockFullNode) MpoolSub

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

MpoolSub mocks base method

func (*MockFullNode) MsigAddApprove

func (m *MockFullNode) MsigAddApprove(arg0 context.Context, arg1, arg2 address.Address, arg3 uint64, arg4, arg5 address.Address, arg6 bool) (cid.Cid, error)

MsigAddApprove mocks base method

func (*MockFullNode) MsigAddCancel

func (m *MockFullNode) MsigAddCancel(arg0 context.Context, arg1, arg2 address.Address, arg3 uint64, arg4 address.Address, arg5 bool) (cid.Cid, error)

MsigAddCancel mocks base method

func (*MockFullNode) MsigAddPropose

func (m *MockFullNode) MsigAddPropose(arg0 context.Context, arg1, arg2, arg3 address.Address, arg4 bool) (cid.Cid, error)

MsigAddPropose mocks base method

func (*MockFullNode) MsigApprove

func (m *MockFullNode) MsigApprove(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3 address.Address) (cid.Cid, error)

MsigApprove mocks base method

func (*MockFullNode) MsigApproveTxnHash

func (m *MockFullNode) MsigApproveTxnHash(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3, arg4 address.Address, arg5 big.Int, arg6 address.Address, arg7 uint64, arg8 []byte) (cid.Cid, error)

MsigApproveTxnHash mocks base method

func (*MockFullNode) MsigCancel

func (m *MockFullNode) MsigCancel(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3 address.Address, arg4 big.Int, arg5 address.Address, arg6 uint64, arg7 []byte) (cid.Cid, error)

MsigCancel mocks base method

func (*MockFullNode) MsigCreate

func (m *MockFullNode) MsigCreate(arg0 context.Context, arg1 uint64, arg2 []address.Address, arg3 abi.ChainEpoch, arg4 big.Int, arg5 address.Address, arg6 big.Int) (cid.Cid, error)

MsigCreate mocks base method

func (*MockFullNode) MsigGetAvailableBalance

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

MsigGetAvailableBalance mocks base method

func (*MockFullNode) MsigGetPending

func (m *MockFullNode) MsigGetPending(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) ([]*api.MsigTransaction, error)

MsigGetPending mocks base method

func (*MockFullNode) MsigGetVested

func (m *MockFullNode) MsigGetVested(arg0 context.Context, arg1 address.Address, arg2, arg3 types.TipSetKey) (big.Int, error)

MsigGetVested mocks base method

func (*MockFullNode) MsigGetVestingSchedule

func (m *MockFullNode) MsigGetVestingSchedule(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (api.MsigVesting, error)

MsigGetVestingSchedule mocks base method

func (*MockFullNode) MsigPropose

func (m *MockFullNode) MsigPropose(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int, arg4 address.Address, arg5 uint64, arg6 []byte) (cid.Cid, error)

MsigPropose mocks base method

func (*MockFullNode) MsigRemoveSigner

func (m *MockFullNode) MsigRemoveSigner(arg0 context.Context, arg1, arg2, arg3 address.Address, arg4 bool) (cid.Cid, error)

MsigRemoveSigner mocks base method

func (*MockFullNode) MsigSwapApprove

func (m *MockFullNode) MsigSwapApprove(arg0 context.Context, arg1, arg2 address.Address, arg3 uint64, arg4, arg5, arg6 address.Address) (cid.Cid, error)

MsigSwapApprove mocks base method

func (*MockFullNode) MsigSwapCancel

func (m *MockFullNode) MsigSwapCancel(arg0 context.Context, arg1, arg2 address.Address, arg3 uint64, arg4, arg5 address.Address) (cid.Cid, error)

MsigSwapCancel mocks base method

func (*MockFullNode) MsigSwapPropose

func (m *MockFullNode) MsigSwapPropose(arg0 context.Context, arg1, arg2, arg3, arg4 address.Address) (cid.Cid, error)

MsigSwapPropose mocks base method

func (*MockFullNode) NetAddrsListen

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

NetAddrsListen mocks base method

func (*MockFullNode) NetAgentVersion

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

NetAgentVersion mocks base method

func (*MockFullNode) NetAutoNatStatus

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

NetAutoNatStatus mocks base method

func (*MockFullNode) NetBandwidthStats

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

NetBandwidthStats mocks base method

func (*MockFullNode) NetBandwidthStatsByPeer

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

NetBandwidthStatsByPeer mocks base method

func (*MockFullNode) NetBandwidthStatsByProtocol

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

NetBandwidthStatsByProtocol mocks base method

func (*MockFullNode) NetBlockAdd

func (m *MockFullNode) NetBlockAdd(arg0 context.Context, arg1 api.NetBlockList) error

NetBlockAdd mocks base method

func (*MockFullNode) NetBlockList

func (m *MockFullNode) NetBlockList(arg0 context.Context) (api.NetBlockList, error)

NetBlockList mocks base method

func (*MockFullNode) NetBlockRemove

func (m *MockFullNode) NetBlockRemove(arg0 context.Context, arg1 api.NetBlockList) error

NetBlockRemove mocks base method

func (*MockFullNode) NetConnect

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

NetConnect mocks base method

func (*MockFullNode) NetConnectedness

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

NetConnectedness mocks base method

func (*MockFullNode) NetDisconnect

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

NetDisconnect mocks base method

func (*MockFullNode) NetFindPeer

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

NetFindPeer mocks base method

func (*MockFullNode) NetPeerInfo

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

NetPeerInfo mocks base method

func (*MockFullNode) NetPeers

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

NetPeers mocks base method

func (*MockFullNode) NetPubsubScores

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

NetPubsubScores 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) (*api.ChannelAvailableFunds, error)

PaychAvailableFunds mocks base method

func (*MockFullNode) PaychAvailableFundsByFromTo

func (m *MockFullNode) PaychAvailableFundsByFromTo(arg0 context.Context, arg1, arg2 address.Address) (*api.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) PaychGet

func (m *MockFullNode) PaychGet(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int) (*api.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 []api.VoucherSpec) (*api.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) (*api.PaychStatus, 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) (*api.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) Session

func (m *MockFullNode) Session(arg0 context.Context) (uuid.UUID, error)

Session mocks base method

func (*MockFullNode) Shutdown

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

Shutdown mocks base method

func (*MockFullNode) StateAccountKey

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

StateAccountKey mocks base method

func (*MockFullNode) StateAllMinerFaults

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

StateAllMinerFaults mocks base method

func (*MockFullNode) StateBlockReward

func (m *MockFullNode) StateBlockReward(arg0 context.Context, arg1 cid.Cid, arg2 types.TipSetKey) (*api.BlockReward, error)

StateBlockReward mocks base method

func (*MockFullNode) StateCall

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

StateCall mocks base method

func (*MockFullNode) StateChangedActors

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

StateChangedActors mocks base method

func (*MockFullNode) StateCirculatingSupply

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

StateCirculatingSupply mocks base method

func (*MockFullNode) StateCoinbase

func (m *MockFullNode) StateCoinbase(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*vesting.CoinbaseInfo, error)

StateCoinbase mocks base method

func (*MockFullNode) StateCompute

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

StateCompute mocks base method

func (*MockFullNode) StateDataIndex

func (m *MockFullNode) StateDataIndex(arg0 context.Context, arg1 abi.ChainEpoch, arg2 types.TipSetKey) ([]*api.DataIndex, error)

StateDataIndex mocks base method

func (*MockFullNode) StateDecodeParams

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

StateDecodeParams mocks base method

func (*MockFullNode) StateExpertDatas

func (m *MockFullNode) StateExpertDatas(arg0 context.Context, arg1 address.Address, arg2 *bitfield.BitField, arg3 bool, arg4 types.TipSetKey) ([]*expert.DataOnChainInfo, error)

StateExpertDatas mocks base method

func (*MockFullNode) StateExpertFileInfo

func (m *MockFullNode) StateExpertFileInfo(arg0 context.Context, arg1 cid.Cid, arg2 types.TipSetKey) (*api.ExpertFileInfo, error)

StateExpertFileInfo mocks base method

func (*MockFullNode) StateExpertInfo

func (m *MockFullNode) StateExpertInfo(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*api.ExpertInfo, error)

StateExpertInfo mocks base method

func (*MockFullNode) StateGetActor

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

StateGetActor mocks base method

func (*MockFullNode) StateGetReceipt

func (m *MockFullNode) StateGetReceipt(arg0 context.Context, arg1 cid.Cid, arg2 types.TipSetKey) (*types.MessageReceipt, error)

StateGetReceipt mocks base method

func (*MockFullNode) StateGovernParams

func (m *MockFullNode) StateGovernParams(arg0 context.Context, arg1 types.TipSetKey) (*govern.GovParams, error)

StateGovernParams mocks base method

func (*MockFullNode) StateGovernSupervisor

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

StateGovernSupervisor mocks base method

func (*MockFullNode) StateGovernorList

func (m *MockFullNode) StateGovernorList(arg0 context.Context, arg1 types.TipSetKey) ([]*govern.GovernorInfo, error)

StateGovernorList mocks base method

func (*MockFullNode) StateKnowledgeInfo

func (m *MockFullNode) StateKnowledgeInfo(arg0 context.Context, arg1 types.TipSetKey) (*knowledge.Info, error)

StateKnowledgeInfo mocks base method

func (*MockFullNode) StateListActors

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

StateListActors mocks base method

func (*MockFullNode) StateListExperts

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

StateListExperts mocks base method

func (*MockFullNode) StateListMessages

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

StateListMessages mocks base method

func (*MockFullNode) StateListMiners

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

StateListMiners mocks base method

func (*MockFullNode) StateLookupID

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

StateLookupID mocks base method

func (*MockFullNode) StateMarketDeals

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

StateMarketDeals mocks base method

func (*MockFullNode) StateMarketRemainingQuota

func (m *MockFullNode) StateMarketRemainingQuota(arg0 context.Context, arg1 cid.Cid, arg2 types.TipSetKey) (int64, error)

StateMarketRemainingQuota mocks base method

func (*MockFullNode) StateMarketStorageDeal

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

StateMarketStorageDeal mocks base method

func (*MockFullNode) StateMinerActiveSectors

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

StateMinerActiveSectors mocks base method

func (*MockFullNode) StateMinerActives

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

StateMinerActives mocks base method

func (*MockFullNode) StateMinerDeadlines

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

StateMinerDeadlines mocks base method

func (*MockFullNode) StateMinerFaults

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

StateMinerFaults mocks base method

func (*MockFullNode) StateMinerFunds

func (m *MockFullNode) StateMinerFunds(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (miner.Funds, error)

StateMinerFunds mocks base method

func (*MockFullNode) StateMinerInfo

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

StateMinerInfo mocks base method

func (*MockFullNode) StateMinerPartitions

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

StateMinerPartitions mocks base method

func (*MockFullNode) StateMinerPower

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

StateMinerPower mocks base method

func (*MockFullNode) StateMinerProvingDeadline

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

StateMinerProvingDeadline mocks base method

func (*MockFullNode) StateMinerRecoveries

func (m *MockFullNode) StateMinerRecoveries(arg0 context.Context, arg1 address.Address, arg2 types.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 types.TipSetKey) (bool, error)

StateMinerSectorAllocated mocks base method

func (*MockFullNode) StateMinerSectorCount

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

StateMinerSectorCount mocks base method

func (*MockFullNode) StateMinerSectors

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

StateMinerSectors mocks base method

func (*MockFullNode) StateMinerStoredAnyPiece

func (m *MockFullNode) StateMinerStoredAnyPiece(arg0 context.Context, arg1 address.Address, arg2 []cid.Cid, arg3 types.TipSetKey) (bool, error)

StateMinerStoredAnyPiece mocks base method

func (*MockFullNode) StateNetworkName

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

StateNetworkName mocks base method

func (*MockFullNode) StateNetworkVersion

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

StateNetworkVersion mocks base method

func (*MockFullNode) StateReadState

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

StateReadState mocks base method

func (*MockFullNode) StateReplay

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

StateReplay mocks base method

func (*MockFullNode) StateRetrievalInfo

func (m *MockFullNode) StateRetrievalInfo(arg0 context.Context, arg1 types.TipSetKey) (*api.RetrievalInfo, error)

StateRetrievalInfo mocks base method

func (*MockFullNode) StateRetrievalPledge

func (m *MockFullNode) StateRetrievalPledge(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*api.RetrievalState, error)

StateRetrievalPledge mocks base method

func (*MockFullNode) StateSearchMsg

func (m *MockFullNode) StateSearchMsg(arg0 context.Context, arg1 cid.Cid) (*api.MsgLookup, error)

StateSearchMsg mocks base method

func (*MockFullNode) StateSearchMsgLimited

func (m *MockFullNode) StateSearchMsgLimited(arg0 context.Context, arg1 cid.Cid, arg2 abi.ChainEpoch) (*api.MsgLookup, error)

StateSearchMsgLimited mocks base method

func (*MockFullNode) StateSectorExpiration

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

StateSectorExpiration mocks base method

func (*MockFullNode) StateSectorGetInfo

func (m *MockFullNode) StateSectorGetInfo(arg0 context.Context, arg1 address.Address, arg2 abi.SectorNumber, arg3 types.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 types.TipSetKey) (*miner.SectorLocation, error)

StateSectorPartition mocks base method

func (*MockFullNode) StateSectorPreCommitInfo

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

StateSectorPreCommitInfo mocks base method

func (*MockFullNode) StateTotalMinedDetail

func (m *MockFullNode) StateTotalMinedDetail(arg0 context.Context, arg1 types.TipSetKey) (*reward.TotalMinedDetail, error)

StateTotalMinedDetail mocks base method

func (*MockFullNode) StateVMCirculatingSupplyInternal

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

StateVMCirculatingSupplyInternal mocks base method

func (*MockFullNode) StateVoteTally

func (m *MockFullNode) StateVoteTally(arg0 context.Context, arg1 types.TipSetKey) (*vote.Tally, error)

StateVoteTally mocks base method

func (*MockFullNode) StateVoterInfo

func (m *MockFullNode) StateVoterInfo(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*vote.VoterInfo, error)

StateVoterInfo mocks base method

func (*MockFullNode) StateWaitMsg

func (m *MockFullNode) StateWaitMsg(arg0 context.Context, arg1 cid.Cid, arg2 uint64) (*api.MsgLookup, error)

StateWaitMsg mocks base method

func (*MockFullNode) StateWaitMsgLimited

func (m *MockFullNode) StateWaitMsgLimited(arg0 context.Context, arg1 cid.Cid, arg2 uint64, arg3 abi.ChainEpoch) (*api.MsgLookup, error)

StateWaitMsgLimited mocks base method

func (*MockFullNode) SyncCheckBad

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

SyncCheckBad mocks base method

func (*MockFullNode) SyncCheckpoint

func (m *MockFullNode) SyncCheckpoint(arg0 context.Context, arg1 types.TipSetKey) error

SyncCheckpoint mocks base method

func (*MockFullNode) SyncIncomingBlocks

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

SyncIncomingBlocks mocks base method

func (*MockFullNode) SyncMarkBad

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

SyncMarkBad mocks base method

func (*MockFullNode) SyncState

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

SyncState mocks base method

func (*MockFullNode) SyncSubmitBlock

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

SyncSubmitBlock mocks base method

func (*MockFullNode) SyncUnmarkAllBad

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

SyncUnmarkAllBad mocks base method

func (*MockFullNode) SyncUnmarkBad

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

SyncUnmarkBad mocks base method

func (*MockFullNode) SyncValidateTipset

func (m *MockFullNode) SyncValidateTipset(arg0 context.Context, arg1 types.TipSetKey) (bool, error)

SyncValidateTipset mocks base method

func (*MockFullNode) Version

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

Version 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

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) (*types.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 *types.KeyInfo) (address.Address, error)

WalletImport mocks base method

func (*MockFullNode) WalletList

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

WalletList mocks base method

func (*MockFullNode) WalletNew

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

WalletNew 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) (*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) WalletValidateAddress

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

WalletValidateAddress mocks base method

func (*MockFullNode) WalletVerify

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

WalletVerify mocks base method

type MockFullNodeMockRecorder

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

MockFullNodeMockRecorder is the mock recorder for MockFullNode

func (*MockFullNodeMockRecorder) AuthNew

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

AuthNew indicates an expected call of AuthNew

func (*MockFullNodeMockRecorder) AuthVerify

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

AuthVerify indicates an expected call of AuthVerify

func (*MockFullNodeMockRecorder) BeaconGetEntry

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

BeaconGetEntry indicates an expected call of BeaconGetEntry

func (*MockFullNodeMockRecorder) ChainAllowNoWindowPoSt

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

ChainAllowNoWindowPoSt indicates an expected call of ChainAllowNoWindowPoSt

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

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

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

ChainGetNode indicates an expected call of ChainGetNode

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

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

ChainGetRandomnessFromBeacon indicates an expected call of ChainGetRandomnessFromBeacon

func (*MockFullNodeMockRecorder) ChainGetRandomnessFromTickets

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

ChainGetRandomnessFromTickets indicates an expected call of ChainGetRandomnessFromTickets

func (*MockFullNodeMockRecorder) ChainGetTipSet

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

ChainGetTipSet indicates an expected call of ChainGetTipSet

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

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

ChainNotify indicates an expected call of ChainNotify

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

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

ChainTipSetWeight indicates an expected call of ChainTipSetWeight

func (*MockFullNodeMockRecorder) ClientCalcCommP

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

ClientCalcCommP indicates an expected call of ClientCalcCommP

func (*MockFullNodeMockRecorder) ClientCancelDataTransfer

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

ClientCancelDataTransfer indicates an expected call of ClientCancelDataTransfer

func (*MockFullNodeMockRecorder) ClientDataTransferUpdates

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

ClientDataTransferUpdates indicates an expected call of ClientDataTransferUpdates

func (*MockFullNodeMockRecorder) ClientDealPieceCID

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

ClientDealPieceCID indicates an expected call of ClientDealPieceCID

func (*MockFullNodeMockRecorder) ClientDealSize

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

ClientDealSize indicates an expected call of ClientDealSize

func (*MockFullNodeMockRecorder) ClientExpertNominate

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

ClientExpertNominate indicates an expected call of ClientExpertNominate

func (*MockFullNodeMockRecorder) ClientExpertRegisterFile

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

ClientExpertRegisterFile indicates an expected call of ClientExpertRegisterFile

func (*MockFullNodeMockRecorder) ClientFindData

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

ClientFindData indicates an expected call of ClientFindData

func (*MockFullNodeMockRecorder) ClientGenCar

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

ClientGenCar indicates an expected call of ClientGenCar

func (*MockFullNodeMockRecorder) ClientGetDealInfo

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

ClientGetDealInfo indicates an expected call of ClientGetDealInfo

func (*MockFullNodeMockRecorder) ClientGetDealStatus

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

ClientGetDealStatus indicates an expected call of ClientGetDealStatus

func (*MockFullNodeMockRecorder) ClientGetDealUpdates

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

ClientGetDealUpdates indicates an expected call of ClientGetDealUpdates

func (*MockFullNodeMockRecorder) ClientHasLocal

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

ClientHasLocal indicates an expected call of ClientHasLocal

func (*MockFullNodeMockRecorder) ClientImport

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

ClientImport indicates an expected call of ClientImport

func (*MockFullNodeMockRecorder) ClientImportAndDeal

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

ClientImportAndDeal indicates an expected call of ClientImportAndDeal

func (*MockFullNodeMockRecorder) ClientListDataTransfers

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

ClientListDataTransfers indicates an expected call of ClientListDataTransfers

func (*MockFullNodeMockRecorder) ClientListDeals

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

ClientListDeals indicates an expected call of ClientListDeals

func (*MockFullNodeMockRecorder) ClientListImports

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

ClientListImports indicates an expected call of ClientListImports

func (*MockFullNodeMockRecorder) ClientMinerQueryOffer

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

ClientMinerQueryOffer indicates an expected call of ClientMinerQueryOffer

func (*MockFullNodeMockRecorder) ClientQueryAsk

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

ClientQueryAsk indicates an expected call of ClientQueryAsk

func (*MockFullNodeMockRecorder) ClientRemove

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

ClientRemove indicates an expected call of ClientRemove

func (*MockFullNodeMockRecorder) ClientRemoveImport

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

ClientRemoveImport indicates an expected call of ClientRemoveImport

func (*MockFullNodeMockRecorder) ClientRestartDataTransfer

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

ClientRestartDataTransfer indicates an expected call of ClientRestartDataTransfer

func (*MockFullNodeMockRecorder) ClientRetrieve

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

ClientRetrieve indicates an expected call of ClientRetrieve

func (*MockFullNodeMockRecorder) ClientRetrieveApplyForWithdraw

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

ClientRetrieveApplyForWithdraw indicates an expected call of ClientRetrieveApplyForWithdraw

func (*MockFullNodeMockRecorder) ClientRetrieveBind

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

ClientRetrieveBind indicates an expected call of ClientRetrieveBind

func (*MockFullNodeMockRecorder) ClientRetrieveGetDeal

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

ClientRetrieveGetDeal indicates an expected call of ClientRetrieveGetDeal

func (*MockFullNodeMockRecorder) ClientRetrieveListDeals

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

ClientRetrieveListDeals indicates an expected call of ClientRetrieveListDeals

func (*MockFullNodeMockRecorder) ClientRetrievePledge

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

ClientRetrievePledge indicates an expected call of ClientRetrievePledge

func (*MockFullNodeMockRecorder) ClientRetrieveQuery

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

ClientRetrieveQuery indicates an expected call of ClientRetrieveQuery

func (*MockFullNodeMockRecorder) ClientRetrieveTryRestartInsufficientFunds

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

ClientRetrieveTryRestartInsufficientFunds indicates an expected call of ClientRetrieveTryRestartInsufficientFunds

func (*MockFullNodeMockRecorder) ClientRetrieveWithEvents

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

ClientRetrieveWithEvents indicates an expected call of ClientRetrieveWithEvents

func (*MockFullNodeMockRecorder) ClientRetrieveWithdraw

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

ClientRetrieveWithdraw indicates an expected call of ClientRetrieveWithdraw

func (*MockFullNodeMockRecorder) ClientStartDeal

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

ClientStartDeal indicates an expected call of ClientStartDeal

func (*MockFullNodeMockRecorder) Closing

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

Closing indicates an expected call of Closing

func (*MockFullNodeMockRecorder) CreateBackup

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

CreateBackup indicates an expected call of CreateBackup

func (*MockFullNodeMockRecorder) FlowchAllocateLane

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

FlowchAllocateLane indicates an expected call of FlowchAllocateLane

func (*MockFullNodeMockRecorder) FlowchAvailableFunds

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

FlowchAvailableFunds indicates an expected call of FlowchAvailableFunds

func (*MockFullNodeMockRecorder) FlowchAvailableFundsByFromTo

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

FlowchAvailableFundsByFromTo indicates an expected call of FlowchAvailableFundsByFromTo

func (*MockFullNodeMockRecorder) FlowchCollect

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

FlowchCollect indicates an expected call of FlowchCollect

func (*MockFullNodeMockRecorder) FlowchGet

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

FlowchGet indicates an expected call of FlowchGet

func (*MockFullNodeMockRecorder) FlowchGetWaitReady

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

FlowchGetWaitReady indicates an expected call of FlowchGetWaitReady

func (*MockFullNodeMockRecorder) FlowchList

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

FlowchList indicates an expected call of FlowchList

func (*MockFullNodeMockRecorder) FlowchNewPayment

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

FlowchNewPayment indicates an expected call of FlowchNewPayment

func (*MockFullNodeMockRecorder) FlowchSettle

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

FlowchSettle indicates an expected call of FlowchSettle

func (*MockFullNodeMockRecorder) FlowchStatus

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

FlowchStatus indicates an expected call of FlowchStatus

func (*MockFullNodeMockRecorder) FlowchVoucherAdd

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

FlowchVoucherAdd indicates an expected call of FlowchVoucherAdd

func (*MockFullNodeMockRecorder) FlowchVoucherCheckSpendable

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

FlowchVoucherCheckSpendable indicates an expected call of FlowchVoucherCheckSpendable

func (*MockFullNodeMockRecorder) FlowchVoucherCheckValid

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

FlowchVoucherCheckValid indicates an expected call of FlowchVoucherCheckValid

func (*MockFullNodeMockRecorder) FlowchVoucherCreate

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

FlowchVoucherCreate indicates an expected call of FlowchVoucherCreate

func (*MockFullNodeMockRecorder) FlowchVoucherList

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

FlowchVoucherList indicates an expected call of FlowchVoucherList

func (*MockFullNodeMockRecorder) FlowchVoucherSubmit

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

FlowchVoucherSubmit indicates an expected call of FlowchVoucherSubmit

func (*MockFullNodeMockRecorder) GC

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

GC indicates an expected call of GC

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

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

ID indicates an expected call of ID

func (*MockFullNodeMockRecorder) LogList

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

LogList indicates an expected call of LogList

func (*MockFullNodeMockRecorder) LogSetLevel

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

LogSetLevel indicates an expected call of LogSetLevel

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

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

MpoolClear indicates an expected call of MpoolClear

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

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

MsigAddApprove indicates an expected call of MsigAddApprove

func (*MockFullNodeMockRecorder) MsigAddCancel

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

MsigAddCancel indicates an expected call of MsigAddCancel

func (*MockFullNodeMockRecorder) MsigAddPropose

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

MsigAddPropose indicates an expected call of MsigAddPropose

func (*MockFullNodeMockRecorder) MsigApprove

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

MsigApprove indicates an expected call of MsigApprove

func (*MockFullNodeMockRecorder) MsigApproveTxnHash

func (mr *MockFullNodeMockRecorder) MsigApproveTxnHash(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8 interface{}) *gomock.Call

MsigApproveTxnHash indicates an expected call of MsigApproveTxnHash

func (*MockFullNodeMockRecorder) MsigCancel

func (mr *MockFullNodeMockRecorder) MsigCancel(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call

MsigCancel indicates an expected call of MsigCancel

func (*MockFullNodeMockRecorder) MsigCreate

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

MsigCreate indicates an expected call of MsigCreate

func (*MockFullNodeMockRecorder) MsigGetAvailableBalance

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

MsigGetAvailableBalance indicates an expected call of MsigGetAvailableBalance

func (*MockFullNodeMockRecorder) MsigGetPending

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

MsigGetPending indicates an expected call of MsigGetPending

func (*MockFullNodeMockRecorder) MsigGetVested

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

MsigGetVested indicates an expected call of MsigGetVested

func (*MockFullNodeMockRecorder) MsigGetVestingSchedule

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

MsigGetVestingSchedule indicates an expected call of MsigGetVestingSchedule

func (*MockFullNodeMockRecorder) MsigPropose

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

MsigPropose indicates an expected call of MsigPropose

func (*MockFullNodeMockRecorder) MsigRemoveSigner

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

MsigRemoveSigner indicates an expected call of MsigRemoveSigner

func (*MockFullNodeMockRecorder) MsigSwapApprove

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

MsigSwapApprove indicates an expected call of MsigSwapApprove

func (*MockFullNodeMockRecorder) MsigSwapCancel

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

MsigSwapCancel indicates an expected call of MsigSwapCancel

func (*MockFullNodeMockRecorder) MsigSwapPropose

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

MsigSwapPropose indicates an expected call of MsigSwapPropose

func (*MockFullNodeMockRecorder) NetAddrsListen

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

NetAddrsListen indicates an expected call of NetAddrsListen

func (*MockFullNodeMockRecorder) NetAgentVersion

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

NetAgentVersion indicates an expected call of NetAgentVersion

func (*MockFullNodeMockRecorder) NetAutoNatStatus

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

NetAutoNatStatus indicates an expected call of NetAutoNatStatus

func (*MockFullNodeMockRecorder) NetBandwidthStats

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

NetBandwidthStats indicates an expected call of NetBandwidthStats

func (*MockFullNodeMockRecorder) NetBandwidthStatsByPeer

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

NetBandwidthStatsByPeer indicates an expected call of NetBandwidthStatsByPeer

func (*MockFullNodeMockRecorder) NetBandwidthStatsByProtocol

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

NetBandwidthStatsByProtocol indicates an expected call of NetBandwidthStatsByProtocol

func (*MockFullNodeMockRecorder) NetBlockAdd

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

NetBlockAdd indicates an expected call of NetBlockAdd

func (*MockFullNodeMockRecorder) NetBlockList

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

NetBlockList indicates an expected call of NetBlockList

func (*MockFullNodeMockRecorder) NetBlockRemove

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

NetBlockRemove indicates an expected call of NetBlockRemove

func (*MockFullNodeMockRecorder) NetConnect

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

NetConnect indicates an expected call of NetConnect

func (*MockFullNodeMockRecorder) NetConnectedness

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

NetConnectedness indicates an expected call of NetConnectedness

func (*MockFullNodeMockRecorder) NetDisconnect

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

NetDisconnect indicates an expected call of NetDisconnect

func (*MockFullNodeMockRecorder) NetFindPeer

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

NetFindPeer indicates an expected call of NetFindPeer

func (*MockFullNodeMockRecorder) NetPeerInfo

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

NetPeerInfo indicates an expected call of NetPeerInfo

func (*MockFullNodeMockRecorder) NetPeers

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

NetPeers indicates an expected call of NetPeers

func (*MockFullNodeMockRecorder) NetPubsubScores

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

NetPubsubScores indicates an expected call of NetPubsubScores

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

func (mr *MockFullNodeMockRecorder) PaychGet(arg0, arg1, arg2, arg3 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) Session

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

Session indicates an expected call of Session

func (*MockFullNodeMockRecorder) Shutdown

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

Shutdown indicates an expected call of Shutdown

func (*MockFullNodeMockRecorder) StateAccountKey

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

StateAccountKey indicates an expected call of StateAccountKey

func (*MockFullNodeMockRecorder) StateAllMinerFaults

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

StateAllMinerFaults indicates an expected call of StateAllMinerFaults

func (*MockFullNodeMockRecorder) StateBlockReward

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

StateBlockReward indicates an expected call of StateBlockReward

func (*MockFullNodeMockRecorder) StateCall

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

StateCall indicates an expected call of StateCall

func (*MockFullNodeMockRecorder) StateChangedActors

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

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

StateCoinbase indicates an expected call of StateCoinbase

func (*MockFullNodeMockRecorder) StateCompute

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

StateCompute indicates an expected call of StateCompute

func (*MockFullNodeMockRecorder) StateDataIndex

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

StateDataIndex indicates an expected call of StateDataIndex

func (*MockFullNodeMockRecorder) StateDecodeParams

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

StateDecodeParams indicates an expected call of StateDecodeParams

func (*MockFullNodeMockRecorder) StateExpertDatas

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

StateExpertDatas indicates an expected call of StateExpertDatas

func (*MockFullNodeMockRecorder) StateExpertFileInfo

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

StateExpertFileInfo indicates an expected call of StateExpertFileInfo

func (*MockFullNodeMockRecorder) StateExpertInfo

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

StateExpertInfo indicates an expected call of StateExpertInfo

func (*MockFullNodeMockRecorder) StateGetActor

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

StateGetActor indicates an expected call of StateGetActor

func (*MockFullNodeMockRecorder) StateGetReceipt

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

StateGetReceipt indicates an expected call of StateGetReceipt

func (*MockFullNodeMockRecorder) StateGovernParams

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

StateGovernParams indicates an expected call of StateGovernParams

func (*MockFullNodeMockRecorder) StateGovernSupervisor

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

StateGovernSupervisor indicates an expected call of StateGovernSupervisor

func (*MockFullNodeMockRecorder) StateGovernorList

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

StateGovernorList indicates an expected call of StateGovernorList

func (*MockFullNodeMockRecorder) StateKnowledgeInfo

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

StateKnowledgeInfo indicates an expected call of StateKnowledgeInfo

func (*MockFullNodeMockRecorder) StateListActors

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

StateListActors indicates an expected call of StateListActors

func (*MockFullNodeMockRecorder) StateListExperts

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

StateListExperts indicates an expected call of StateListExperts

func (*MockFullNodeMockRecorder) StateListMessages

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

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

StateMarketDeals indicates an expected call of StateMarketDeals

func (*MockFullNodeMockRecorder) StateMarketRemainingQuota

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

StateMarketRemainingQuota indicates an expected call of StateMarketRemainingQuota

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

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

StateMinerActives indicates an expected call of StateMinerActives

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

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

StateMinerFunds indicates an expected call of StateMinerFunds

func (*MockFullNodeMockRecorder) StateMinerInfo

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

StateMinerInfo indicates an expected call of StateMinerInfo

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

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

StateMinerSectors indicates an expected call of StateMinerSectors

func (*MockFullNodeMockRecorder) StateMinerStoredAnyPiece

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

StateMinerStoredAnyPiece indicates an expected call of StateMinerStoredAnyPiece

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

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

StateReadState indicates an expected call of StateReadState

func (*MockFullNodeMockRecorder) StateReplay

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

StateReplay indicates an expected call of StateReplay

func (*MockFullNodeMockRecorder) StateRetrievalInfo

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

StateRetrievalInfo indicates an expected call of StateRetrievalInfo

func (*MockFullNodeMockRecorder) StateRetrievalPledge

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

StateRetrievalPledge indicates an expected call of StateRetrievalPledge

func (*MockFullNodeMockRecorder) StateSearchMsg

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

StateSearchMsg indicates an expected call of StateSearchMsg

func (*MockFullNodeMockRecorder) StateSearchMsgLimited

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

StateSearchMsgLimited indicates an expected call of StateSearchMsgLimited

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

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

StateTotalMinedDetail indicates an expected call of StateTotalMinedDetail

func (*MockFullNodeMockRecorder) StateVMCirculatingSupplyInternal

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

StateVMCirculatingSupplyInternal indicates an expected call of StateVMCirculatingSupplyInternal

func (*MockFullNodeMockRecorder) StateVoteTally

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

StateVoteTally indicates an expected call of StateVoteTally

func (*MockFullNodeMockRecorder) StateVoterInfo

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

StateVoterInfo indicates an expected call of StateVoterInfo

func (*MockFullNodeMockRecorder) StateWaitMsg

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

StateWaitMsg indicates an expected call of StateWaitMsg

func (*MockFullNodeMockRecorder) StateWaitMsgLimited

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

StateWaitMsgLimited indicates an expected call of StateWaitMsgLimited

func (*MockFullNodeMockRecorder) SyncCheckBad

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

SyncCheckBad indicates an expected call of SyncCheckBad

func (*MockFullNodeMockRecorder) SyncCheckpoint

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

SyncCheckpoint indicates an expected call of SyncCheckpoint

func (*MockFullNodeMockRecorder) SyncIncomingBlocks

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

SyncIncomingBlocks indicates an expected call of SyncIncomingBlocks

func (*MockFullNodeMockRecorder) SyncMarkBad

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

SyncMarkBad indicates an expected call of SyncMarkBad

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

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

SyncUnmarkAllBad indicates an expected call of SyncUnmarkAllBad

func (*MockFullNodeMockRecorder) SyncUnmarkBad

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

SyncUnmarkBad indicates an expected call of SyncUnmarkBad

func (*MockFullNodeMockRecorder) SyncValidateTipset

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

SyncValidateTipset indicates an expected call of SyncValidateTipset

func (*MockFullNodeMockRecorder) Version

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

Version indicates an expected call of Version

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

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

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

WalletList indicates an expected call of WalletList

func (*MockFullNodeMockRecorder) WalletNew

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

WalletNew indicates an expected call of WalletNew

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

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

WalletValidateAddress indicates an expected call of WalletValidateAddress

func (*MockFullNodeMockRecorder) WalletVerify

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

WalletVerify indicates an expected call of WalletVerify

Jump to

Keyboard shortcuts

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