Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockFullNode
- func (m *MockFullNode) BeaconGetEntry(arg0 context.Context, arg1 abi.ChainEpoch) (*types.BeaconEntry, error)
- func (m *MockFullNode) BlockTime(arg0 context.Context) time.Duration
- func (m *MockFullNode) ChainDeleteObj(arg0 context.Context, arg1 cid.Cid) error
- func (m *MockFullNode) ChainExport(arg0 context.Context, arg1 abi.ChainEpoch, arg2 bool, arg3 types.TipSetKey) (<-chan []byte, error)
- func (m *MockFullNode) ChainGetBlock(arg0 context.Context, arg1 cid.Cid) (*types.BlockHeader, error)
- func (m *MockFullNode) ChainGetBlockMessages(arg0 context.Context, arg1 cid.Cid) (*types.BlockMessages, error)
- func (m *MockFullNode) ChainGetMessage(arg0 context.Context, arg1 cid.Cid) (*internal.Message, error)
- func (m *MockFullNode) ChainGetMessagesInTipset(arg0 context.Context, arg1 types.TipSetKey) ([]types.MessageCID, error)
- func (m *MockFullNode) ChainGetParentMessages(arg0 context.Context, arg1 cid.Cid) ([]types.MessageCID, error)
- func (m *MockFullNode) ChainGetParentReceipts(arg0 context.Context, arg1 cid.Cid) ([]*types.MessageReceipt, error)
- func (m *MockFullNode) ChainGetPath(arg0 context.Context, arg1, arg2 types.TipSetKey) ([]*types.HeadChange, error)
- func (m *MockFullNode) ChainGetRandomnessFromBeacon(arg0 context.Context, arg1 types.TipSetKey, arg2 crypto.DomainSeparationTag, ...) (abi.Randomness, error)
- func (m *MockFullNode) ChainGetRandomnessFromTickets(arg0 context.Context, arg1 types.TipSetKey, arg2 crypto.DomainSeparationTag, ...) (abi.Randomness, error)
- func (m *MockFullNode) ChainGetReceipts(arg0 context.Context, arg1 cid.Cid) ([]types.MessageReceipt, error)
- func (m *MockFullNode) ChainGetTipSet(arg0 context.Context, arg1 types.TipSetKey) (*types.TipSet, error)
- func (m *MockFullNode) ChainGetTipSetByHeight(arg0 context.Context, arg1 abi.ChainEpoch, arg2 types.TipSetKey) (*types.TipSet, error)
- func (m *MockFullNode) ChainHasObj(arg0 context.Context, arg1 cid.Cid) (bool, error)
- func (m *MockFullNode) ChainHead(arg0 context.Context) (*types.TipSet, error)
- func (m *MockFullNode) ChainList(arg0 context.Context, arg1 types.TipSetKey, arg2 int) ([]types.TipSetKey, error)
- func (m *MockFullNode) ChainNotify(arg0 context.Context) (<-chan []*types.HeadChange, error)
- func (m *MockFullNode) ChainReadObj(arg0 context.Context, arg1 cid.Cid) ([]byte, error)
- func (m *MockFullNode) ChainSetHead(arg0 context.Context, arg1 types.TipSetKey) error
- func (m *MockFullNode) ChainStatObj(arg0 context.Context, arg1, arg2 cid.Cid) (types.ObjStat, error)
- func (m *MockFullNode) ChainSyncHandleNewTipSet(arg0 context.Context, arg1 *types.ChainInfo) error
- func (m *MockFullNode) ChainTipSetWeight(arg0 context.Context, arg1 types.TipSetKey) (big.Int, error)
- func (m *MockFullNode) Concurrent(arg0 context.Context) int64
- func (m *MockFullNode) EXPECT() *MockFullNodeMockRecorder
- func (m *MockFullNode) GasBatchEstimateMessageGas(arg0 context.Context, arg1 []*types.EstimateMessage, arg2 uint64, ...) ([]*types.EstimateResult, error)
- func (m *MockFullNode) GasEstimateFeeCap(arg0 context.Context, arg1 *internal.Message, arg2 int64, arg3 types.TipSetKey) (big.Int, error)
- func (m *MockFullNode) GasEstimateGasLimit(arg0 context.Context, arg1 *internal.Message, arg2 types.TipSetKey) (int64, error)
- func (m *MockFullNode) GasEstimateGasPremium(arg0 context.Context, arg1 uint64, arg2 address.Address, arg3 int64, ...) (big.Int, error)
- func (m *MockFullNode) GasEstimateMessageGas(arg0 context.Context, arg1 *internal.Message, arg2 *types.MessageSendSpec, ...) (*internal.Message, error)
- func (m *MockFullNode) GetActor(arg0 context.Context, arg1 address.Address) (*internal.Actor, error)
- func (m *MockFullNode) GetEntry(arg0 context.Context, arg1 abi.ChainEpoch, arg2 uint64) (*types.BeaconEntry, error)
- func (m *MockFullNode) GetFullBlock(arg0 context.Context, arg1 cid.Cid) (*types.FullBlock, error)
- func (m *MockFullNode) GetParentStateRootActor(arg0 context.Context, arg1 *types.TipSet, arg2 address.Address) (*internal.Actor, error)
- func (m *MockFullNode) HasPassword(arg0 context.Context) bool
- func (m *MockFullNode) ListActor(arg0 context.Context) (map[address.Address]*internal.Actor, error)
- func (m *MockFullNode) LockWallet(arg0 context.Context) error
- func (m *MockFullNode) MessageWait(arg0 context.Context, arg1 cid.Cid, arg2, arg3 abi.ChainEpoch) (*types.ChainMessage, error)
- func (m *MockFullNode) MinerCreateBlock(arg0 context.Context, arg1 *types.BlockTemplate) (*types.BlockMsg, error)
- func (m *MockFullNode) MinerGetBaseInfo(arg0 context.Context, arg1 address.Address, arg2 abi.ChainEpoch, ...) (*types.MiningBaseInfo, error)
- func (m *MockFullNode) MpoolBatchPush(arg0 context.Context, arg1 []*types.SignedMessage) ([]cid.Cid, error)
- func (m *MockFullNode) MpoolBatchPushMessage(arg0 context.Context, arg1 []*internal.Message, arg2 *types.MessageSendSpec) ([]*types.SignedMessage, error)
- func (m *MockFullNode) MpoolBatchPushUntrusted(arg0 context.Context, arg1 []*types.SignedMessage) ([]cid.Cid, error)
- func (m *MockFullNode) MpoolClear(arg0 context.Context, arg1 bool) error
- func (m *MockFullNode) MpoolDeleteByAdress(arg0 context.Context, arg1 address.Address) error
- func (m *MockFullNode) MpoolGetConfig(arg0 context.Context) (*types.MpoolConfig, error)
- func (m *MockFullNode) MpoolGetNonce(arg0 context.Context, arg1 address.Address) (uint64, error)
- func (m *MockFullNode) MpoolPending(arg0 context.Context, arg1 types.TipSetKey) ([]*types.SignedMessage, error)
- func (m *MockFullNode) MpoolPublishByAddr(arg0 context.Context, arg1 address.Address) error
- func (m *MockFullNode) MpoolPublishMessage(arg0 context.Context, arg1 *types.SignedMessage) error
- func (m *MockFullNode) MpoolPush(arg0 context.Context, arg1 *types.SignedMessage) (cid.Cid, error)
- func (m *MockFullNode) MpoolPushMessage(arg0 context.Context, arg1 *internal.Message, arg2 *types.MessageSendSpec) (*types.SignedMessage, error)
- func (m *MockFullNode) MpoolPushUntrusted(arg0 context.Context, arg1 *types.SignedMessage) (cid.Cid, error)
- func (m *MockFullNode) MpoolSelect(arg0 context.Context, arg1 types.TipSetKey, arg2 float64) ([]*types.SignedMessage, error)
- func (m *MockFullNode) MpoolSelects(arg0 context.Context, arg1 types.TipSetKey, arg2 []float64) ([][]*types.SignedMessage, error)
- func (m *MockFullNode) MpoolSetConfig(arg0 context.Context, arg1 *types.MpoolConfig) error
- func (m *MockFullNode) MpoolSub(arg0 context.Context) (<-chan types.MpoolUpdate, error)
- func (m *MockFullNode) MsigAddApprove(arg0 context.Context, arg1, arg2 address.Address, arg3 uint64, ...) (cid.Cid, error)
- func (m *MockFullNode) MsigAddCancel(arg0 context.Context, arg1, arg2 address.Address, arg3 uint64, ...) (cid.Cid, error)
- func (m *MockFullNode) MsigAddPropose(arg0 context.Context, arg1, arg2, arg3 address.Address, arg4 bool) (cid.Cid, error)
- func (m *MockFullNode) MsigApprove(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3 address.Address) (cid.Cid, error)
- func (m *MockFullNode) MsigApproveTxnHash(arg0 context.Context, arg1 address.Address, arg2 uint64, ...) (cid.Cid, error)
- func (m *MockFullNode) MsigCancel(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3 address.Address) (cid.Cid, error)
- func (m *MockFullNode) MsigCancelTxnHash(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3 address.Address, ...) (cid.Cid, error)
- func (m *MockFullNode) MsigCreate(arg0 context.Context, arg1 uint64, arg2 []address.Address, arg3 abi.ChainEpoch, ...) (cid.Cid, error)
- func (m *MockFullNode) MsigGetVested(arg0 context.Context, arg1 address.Address, arg2, arg3 types.TipSetKey) (big.Int, error)
- func (m *MockFullNode) MsigPropose(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int, ...) (cid.Cid, error)
- func (m *MockFullNode) MsigRemoveSigner(arg0 context.Context, arg1, arg2, arg3 address.Address, arg4 bool) (cid.Cid, error)
- func (m *MockFullNode) MsigSwapApprove(arg0 context.Context, arg1, arg2 address.Address, arg3 uint64, ...) (cid.Cid, error)
- func (m *MockFullNode) MsigSwapCancel(arg0 context.Context, arg1, arg2 address.Address, arg3 uint64, ...) (cid.Cid, error)
- func (m *MockFullNode) MsigSwapPropose(arg0 context.Context, arg1, arg2, arg3, arg4 address.Address) (cid.Cid, error)
- func (m *MockFullNode) NetAddrsListen(arg0 context.Context) (peer.AddrInfo, error)
- func (m *MockFullNode) NetworkConnect(arg0 context.Context, arg1 []string) (<-chan types.ConnectionResult, error)
- func (m *MockFullNode) NetworkFindPeer(arg0 context.Context, arg1 peer.ID) (peer.AddrInfo, error)
- func (m *MockFullNode) NetworkFindProvidersAsync(arg0 context.Context, arg1 cid.Cid, arg2 int) <-chan peer.AddrInfo
- func (m *MockFullNode) NetworkGetBandwidthStats(arg0 context.Context) metrics.Stats
- func (m *MockFullNode) NetworkGetClosestPeers(arg0 context.Context, arg1 string) ([]peer.ID, error)
- func (m *MockFullNode) NetworkGetPeerAddresses(arg0 context.Context) []multiaddr.Multiaddr
- func (m *MockFullNode) NetworkGetPeerID(arg0 context.Context) peer.ID
- func (m *MockFullNode) NetworkPeers(arg0 context.Context, arg1, arg2, arg3 bool) (*types.SwarmConnInfos, error)
- func (m *MockFullNode) PaychAllocateLane(arg0 context.Context, arg1 address.Address) (uint64, error)
- func (m *MockFullNode) PaychAvailableFunds(arg0 context.Context, arg1 address.Address) (*types.ChannelAvailableFunds, error)
- func (m *MockFullNode) PaychAvailableFundsByFromTo(arg0 context.Context, arg1, arg2 address.Address) (*types.ChannelAvailableFunds, error)
- func (m *MockFullNode) PaychCollect(arg0 context.Context, arg1 address.Address) (cid.Cid, error)
- func (m *MockFullNode) PaychGet(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int) (*types.ChannelInfo, error)
- func (m *MockFullNode) PaychGetWaitReady(arg0 context.Context, arg1 cid.Cid) (address.Address, error)
- func (m *MockFullNode) PaychList(arg0 context.Context) ([]address.Address, error)
- func (m *MockFullNode) PaychNewPayment(arg0 context.Context, arg1, arg2 address.Address, arg3 []types.VoucherSpec) (*types.PaymentInfo, error)
- func (m *MockFullNode) PaychSettle(arg0 context.Context, arg1 address.Address) (cid.Cid, error)
- func (m *MockFullNode) PaychStatus(arg0 context.Context, arg1 address.Address) (*types.Status, error)
- func (m *MockFullNode) PaychVoucherAdd(arg0 context.Context, arg1 address.Address, arg2 *paych.SignedVoucher, ...) (big.Int, error)
- func (m *MockFullNode) PaychVoucherCheckSpendable(arg0 context.Context, arg1 address.Address, arg2 *paych.SignedVoucher, ...) (bool, error)
- func (m *MockFullNode) PaychVoucherCheckValid(arg0 context.Context, arg1 address.Address, arg2 *paych.SignedVoucher) error
- func (m *MockFullNode) PaychVoucherCreate(arg0 context.Context, arg1 address.Address, arg2 big.Int, arg3 uint64) (*types.VoucherCreateResult, error)
- func (m *MockFullNode) PaychVoucherList(arg0 context.Context, arg1 address.Address) ([]*paych.SignedVoucher, error)
- func (m *MockFullNode) PaychVoucherSubmit(arg0 context.Context, arg1 address.Address, arg2 *paych.SignedVoucher, ...) (cid.Cid, error)
- func (m *MockFullNode) ProtocolParameters(arg0 context.Context) (*types.ProtocolParams, error)
- func (m *MockFullNode) ResolveToKeyAddr(arg0 context.Context, arg1 address.Address, arg2 *types.TipSet) (address.Address, error)
- func (m *MockFullNode) SetConcurrent(arg0 context.Context, arg1 int64) error
- func (m *MockFullNode) SetPassword(arg0 context.Context, arg1 []byte) error
- func (m *MockFullNode) StateAccountKey(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (address.Address, error)
- func (m *MockFullNode) StateCall(arg0 context.Context, arg1 *internal.Message, arg2 types.TipSetKey) (*types.InvocResult, error)
- func (m *MockFullNode) StateCirculatingSupply(arg0 context.Context, arg1 types.TipSetKey) (big.Int, error)
- func (m *MockFullNode) StateDealProviderCollateralBounds(arg0 context.Context, arg1 abi.PaddedPieceSize, arg2 bool, ...) (types.DealCollateralBounds, error)
- func (m *MockFullNode) StateGetActor(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*internal.Actor, error)
- func (m *MockFullNode) StateGetReceipt(arg0 context.Context, arg1 cid.Cid, arg2 types.TipSetKey) (*types.MessageReceipt, error)
- func (m *MockFullNode) StateListActors(arg0 context.Context, arg1 types.TipSetKey) ([]address.Address, error)
- func (m *MockFullNode) StateListMiners(arg0 context.Context, arg1 types.TipSetKey) ([]address.Address, error)
- func (m *MockFullNode) StateLookupID(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (address.Address, error)
- func (m *MockFullNode) StateMarketBalance(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (types.MarketBalance, error)
- func (m *MockFullNode) StateMarketDeals(arg0 context.Context, arg1 types.TipSetKey) (map[string]types.MarketDeal, error)
- func (m *MockFullNode) StateMarketParticipants(arg0 context.Context, arg1 types.TipSetKey) (map[string]types.MarketBalance, error)
- func (m *MockFullNode) StateMarketStorageDeal(arg0 context.Context, arg1 abi.DealID, arg2 types.TipSetKey) (*types.MarketDeal, error)
- func (m *MockFullNode) StateMinerActiveSectors(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) ([]*miner0.SectorOnChainInfo, error)
- func (m *MockFullNode) StateMinerAvailableBalance(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (big.Int, error)
- func (m *MockFullNode) StateMinerDeadlines(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) ([]types.Deadline, error)
- func (m *MockFullNode) StateMinerFaults(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (bitfield.BitField, error)
- func (m *MockFullNode) StateMinerInfo(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (miner0.MinerInfo, error)
- func (m *MockFullNode) StateMinerInitialPledgeCollateral(arg0 context.Context, arg1 address.Address, arg2 miner.SectorPreCommitInfo, ...) (big.Int, error)
- func (m *MockFullNode) StateMinerPartitions(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3 types.TipSetKey) ([]types.Partition, error)
- func (m *MockFullNode) StateMinerPower(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*types.MinerPower, error)
- func (m *MockFullNode) StateMinerPreCommitDepositForPower(arg0 context.Context, arg1 address.Address, arg2 miner.SectorPreCommitInfo, ...) (big.Int, error)
- func (m *MockFullNode) StateMinerProvingDeadline(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*dline.Info, error)
- func (m *MockFullNode) StateMinerRecoveries(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (bitfield.BitField, error)
- func (m *MockFullNode) StateMinerSectorAllocated(arg0 context.Context, arg1 address.Address, arg2 abi.SectorNumber, ...) (bool, error)
- func (m *MockFullNode) StateMinerSectorCount(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (types.MinerSectors, error)
- func (m *MockFullNode) StateMinerSectorSize(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (abi.SectorSize, error)
- func (m *MockFullNode) StateMinerSectors(arg0 context.Context, arg1 address.Address, arg2 *bitfield.BitField, ...) ([]*miner0.SectorOnChainInfo, error)
- func (m *MockFullNode) StateMinerWorkerAddress(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (address.Address, error)
- func (m *MockFullNode) StateNetworkName(arg0 context.Context) (types.NetworkName, error)
- func (m *MockFullNode) StateNetworkVersion(arg0 context.Context, arg1 types.TipSetKey) (network.Version, error)
- func (m *MockFullNode) StateSearchMsg(arg0 context.Context, arg1 cid.Cid) (*types.MsgLookup, error)
- func (m *MockFullNode) StateSearchMsgLimited(arg0 context.Context, arg1 cid.Cid, arg2 abi.ChainEpoch) (*types.MsgLookup, error)
- func (m *MockFullNode) StateSectorExpiration(arg0 context.Context, arg1 address.Address, arg2 abi.SectorNumber, ...) (*miner0.SectorExpiration, error)
- func (m *MockFullNode) StateSectorGetInfo(arg0 context.Context, arg1 address.Address, arg2 abi.SectorNumber, ...) (*miner0.SectorOnChainInfo, error)
- func (m *MockFullNode) StateSectorPartition(arg0 context.Context, arg1 address.Address, arg2 abi.SectorNumber, ...) (*miner0.SectorLocation, error)
- func (m *MockFullNode) StateSectorPreCommitInfo(arg0 context.Context, arg1 address.Address, arg2 abi.SectorNumber, ...) (miner0.SectorPreCommitOnChainInfo, error)
- func (m *MockFullNode) StateVMCirculatingSupplyInternal(arg0 context.Context, arg1 types.TipSetKey) (types.CirculatingSupply, error)
- func (m *MockFullNode) StateVerifiedClientStatus(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*big.Int, error)
- func (m *MockFullNode) StateVerifiedRegistryRootKey(arg0 context.Context, arg1 types.TipSetKey) (address.Address, error)
- func (m *MockFullNode) StateVerifierStatus(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*big.Int, error)
- func (m *MockFullNode) StateWaitMsg(arg0 context.Context, arg1 cid.Cid, arg2 uint64) (*types.MsgLookup, error)
- func (m *MockFullNode) StateWaitMsgLimited(arg0 context.Context, arg1 cid.Cid, arg2 uint64, arg3 abi.ChainEpoch) (*types.MsgLookup, error)
- func (m *MockFullNode) SyncState(arg0 context.Context) (*types.SyncState, error)
- func (m *MockFullNode) SyncSubmitBlock(arg0 context.Context, arg1 *types.BlockMsg) error
- func (m *MockFullNode) SyncerTracker(arg0 context.Context) *types.TargetTracker
- func (m *MockFullNode) UnLockWallet(arg0 context.Context, arg1 []byte) error
- func (m *MockFullNode) VerifyEntry(arg0, arg1 *types.BeaconEntry, arg2 abi.ChainEpoch) bool
- func (m *MockFullNode) Version(arg0 context.Context) (types.Version, error)
- func (m *MockFullNode) WalletAddresses(arg0 context.Context) []address.Address
- func (m *MockFullNode) WalletBalance(arg0 context.Context, arg1 address.Address) (big.Int, error)
- func (m *MockFullNode) WalletDefaultAddress(arg0 context.Context) (address.Address, error)
- func (m *MockFullNode) WalletExport(arg0 context.Context, arg1 address.Address, arg2 string) (*types.KeyInfo, error)
- func (m *MockFullNode) WalletHas(arg0 context.Context, arg1 address.Address) (bool, error)
- func (m *MockFullNode) WalletImport(arg0 context.Context, arg1 *types.KeyInfo) (address.Address, error)
- func (m *MockFullNode) WalletNewAddress(arg0 context.Context, arg1 byte) (address.Address, error)
- func (m *MockFullNode) WalletSetDefault(arg0 context.Context, arg1 address.Address) error
- func (m *MockFullNode) WalletSign(arg0 context.Context, arg1 address.Address, arg2 []byte, arg3 types.MsgMeta) (*crypto.Signature, error)
- func (m *MockFullNode) WalletSignMessage(arg0 context.Context, arg1 address.Address, arg2 *internal.Message) (*types.SignedMessage, error)
- func (m *MockFullNode) WalletState(arg0 context.Context) int
- type MockFullNodeMockRecorder
- func (mr *MockFullNodeMockRecorder) BeaconGetEntry(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) BlockTime(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainDeleteObj(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainExport(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainGetBlock(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainGetBlockMessages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainGetMessage(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainGetMessagesInTipset(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainGetParentMessages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainGetParentReceipts(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainGetPath(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainGetRandomnessFromBeacon(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainGetRandomnessFromTickets(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainGetReceipts(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainGetTipSet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainGetTipSetByHeight(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainHasObj(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainHead(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainList(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainNotify(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainReadObj(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainSetHead(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainStatObj(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainSyncHandleNewTipSet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ChainTipSetWeight(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) Concurrent(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) GasBatchEstimateMessageGas(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) GasEstimateFeeCap(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) GasEstimateGasLimit(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) GasEstimateGasPremium(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) GasEstimateMessageGas(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) GetActor(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) GetEntry(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) GetFullBlock(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) GetParentStateRootActor(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) HasPassword(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ListActor(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) LockWallet(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MessageWait(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MinerCreateBlock(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MinerGetBaseInfo(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MpoolBatchPush(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MpoolBatchPushMessage(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MpoolBatchPushUntrusted(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MpoolClear(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MpoolDeleteByAdress(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MpoolGetConfig(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MpoolGetNonce(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MpoolPending(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MpoolPublishByAddr(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MpoolPublishMessage(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MpoolPush(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MpoolPushMessage(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MpoolPushUntrusted(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MpoolSelect(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MpoolSelects(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MpoolSetConfig(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MpoolSub(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MsigAddApprove(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MsigAddCancel(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MsigAddPropose(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MsigApprove(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MsigApproveTxnHash(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MsigCancel(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MsigCancelTxnHash(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MsigCreate(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MsigGetVested(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MsigPropose(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MsigRemoveSigner(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MsigSwapApprove(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MsigSwapCancel(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) MsigSwapPropose(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) NetAddrsListen(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) NetworkConnect(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) NetworkFindPeer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) NetworkFindProvidersAsync(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) NetworkGetBandwidthStats(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) NetworkGetClosestPeers(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) NetworkGetPeerAddresses(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) NetworkGetPeerID(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) NetworkPeers(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) PaychAllocateLane(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) PaychAvailableFunds(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) PaychAvailableFundsByFromTo(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) PaychCollect(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) PaychGet(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) PaychGetWaitReady(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) PaychList(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) PaychNewPayment(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) PaychSettle(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) PaychStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) PaychVoucherAdd(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) PaychVoucherCheckSpendable(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) PaychVoucherCheckValid(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) PaychVoucherCreate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) PaychVoucherList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) PaychVoucherSubmit(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ProtocolParameters(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) ResolveToKeyAddr(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) SetConcurrent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) SetPassword(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateAccountKey(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateCall(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateCirculatingSupply(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateDealProviderCollateralBounds(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateGetActor(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateGetReceipt(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateListActors(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateListMiners(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateLookupID(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMarketBalance(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMarketDeals(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMarketParticipants(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMarketStorageDeal(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMinerActiveSectors(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMinerAvailableBalance(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMinerDeadlines(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMinerFaults(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMinerInfo(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMinerInitialPledgeCollateral(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMinerPartitions(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMinerPower(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMinerPreCommitDepositForPower(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMinerProvingDeadline(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMinerRecoveries(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMinerSectorAllocated(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMinerSectorCount(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMinerSectorSize(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMinerSectors(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateMinerWorkerAddress(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateNetworkName(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateNetworkVersion(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateSearchMsg(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateSearchMsgLimited(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateSectorExpiration(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateSectorGetInfo(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateSectorPartition(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateSectorPreCommitInfo(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateVMCirculatingSupplyInternal(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateVerifiedClientStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateVerifiedRegistryRootKey(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateVerifierStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateWaitMsg(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) StateWaitMsgLimited(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) SyncState(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) SyncSubmitBlock(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) SyncerTracker(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) UnLockWallet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) VerifyEntry(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) Version(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) WalletAddresses(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) WalletBalance(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) WalletDefaultAddress(arg0 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) WalletExport(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) WalletHas(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) WalletImport(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) WalletNewAddress(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) WalletSetDefault(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) WalletSign(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) WalletSignMessage(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockFullNodeMockRecorder) WalletState(arg0 interface{}) *gomock.Call
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) BeaconGetEntry ¶
func (m *MockFullNode) BeaconGetEntry(arg0 context.Context, arg1 abi.ChainEpoch) (*types.BeaconEntry, error)
BeaconGetEntry mocks base method.
func (*MockFullNode) BlockTime ¶
func (m *MockFullNode) BlockTime(arg0 context.Context) time.Duration
BlockTime mocks base method.
func (*MockFullNode) ChainDeleteObj ¶
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) (*types.BlockMessages, error)
ChainGetBlockMessages mocks base method.
func (*MockFullNode) ChainGetMessage ¶
func (m *MockFullNode) ChainGetMessage(arg0 context.Context, arg1 cid.Cid) (*internal.Message, error)
ChainGetMessage mocks base method.
func (*MockFullNode) ChainGetMessagesInTipset ¶
func (m *MockFullNode) ChainGetMessagesInTipset(arg0 context.Context, arg1 types.TipSetKey) ([]types.MessageCID, error)
ChainGetMessagesInTipset mocks base method.
func (*MockFullNode) ChainGetParentMessages ¶
func (m *MockFullNode) ChainGetParentMessages(arg0 context.Context, arg1 cid.Cid) ([]types.MessageCID, 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) ([]*types.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) ChainGetReceipts ¶
func (m *MockFullNode) ChainGetReceipts(arg0 context.Context, arg1 cid.Cid) ([]types.MessageReceipt, error)
ChainGetReceipts 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 ¶
ChainHasObj mocks base method.
func (*MockFullNode) ChainList ¶
func (m *MockFullNode) ChainList(arg0 context.Context, arg1 types.TipSetKey, arg2 int) ([]types.TipSetKey, error)
ChainList mocks base method.
func (*MockFullNode) ChainNotify ¶
func (m *MockFullNode) ChainNotify(arg0 context.Context) (<-chan []*types.HeadChange, error)
ChainNotify mocks base method.
func (*MockFullNode) ChainReadObj ¶
ChainReadObj mocks base method.
func (*MockFullNode) ChainSetHead ¶
ChainSetHead mocks base method.
func (*MockFullNode) ChainStatObj ¶
func (m *MockFullNode) ChainStatObj(arg0 context.Context, arg1, arg2 cid.Cid) (types.ObjStat, error)
ChainStatObj mocks base method.
func (*MockFullNode) ChainSyncHandleNewTipSet ¶
ChainSyncHandleNewTipSet 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) Concurrent ¶
func (m *MockFullNode) Concurrent(arg0 context.Context) int64
Concurrent mocks base method.
func (*MockFullNode) EXPECT ¶
func (m *MockFullNode) EXPECT() *MockFullNodeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFullNode) GasBatchEstimateMessageGas ¶
func (m *MockFullNode) GasBatchEstimateMessageGas(arg0 context.Context, arg1 []*types.EstimateMessage, arg2 uint64, arg3 types.TipSetKey) ([]*types.EstimateResult, error)
GasBatchEstimateMessageGas mocks base method.
func (*MockFullNode) GasEstimateFeeCap ¶
func (m *MockFullNode) GasEstimateFeeCap(arg0 context.Context, arg1 *internal.Message, arg2 int64, arg3 types.TipSetKey) (big.Int, error)
GasEstimateFeeCap mocks base method.
func (*MockFullNode) GasEstimateGasLimit ¶
func (m *MockFullNode) GasEstimateGasLimit(arg0 context.Context, arg1 *internal.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 *internal.Message, arg2 *types.MessageSendSpec, arg3 types.TipSetKey) (*internal.Message, error)
GasEstimateMessageGas mocks base method.
func (*MockFullNode) GetActor ¶
func (m *MockFullNode) GetActor(arg0 context.Context, arg1 address.Address) (*internal.Actor, error)
GetActor mocks base method.
func (*MockFullNode) GetEntry ¶
func (m *MockFullNode) GetEntry(arg0 context.Context, arg1 abi.ChainEpoch, arg2 uint64) (*types.BeaconEntry, error)
GetEntry mocks base method.
func (*MockFullNode) GetFullBlock ¶
GetFullBlock mocks base method.
func (*MockFullNode) GetParentStateRootActor ¶
func (m *MockFullNode) GetParentStateRootActor(arg0 context.Context, arg1 *types.TipSet, arg2 address.Address) (*internal.Actor, error)
GetParentStateRootActor mocks base method.
func (*MockFullNode) HasPassword ¶
func (m *MockFullNode) HasPassword(arg0 context.Context) bool
HasPassword mocks base method.
func (*MockFullNode) LockWallet ¶
func (m *MockFullNode) LockWallet(arg0 context.Context) error
LockWallet mocks base method.
func (*MockFullNode) MessageWait ¶
func (m *MockFullNode) MessageWait(arg0 context.Context, arg1 cid.Cid, arg2, arg3 abi.ChainEpoch) (*types.ChainMessage, error)
MessageWait mocks base method.
func (*MockFullNode) MinerCreateBlock ¶
func (m *MockFullNode) MinerCreateBlock(arg0 context.Context, arg1 *types.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) (*types.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 []*internal.Message, arg2 *types.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) MpoolDeleteByAdress ¶
MpoolDeleteByAdress mocks base method.
func (*MockFullNode) MpoolGetConfig ¶
func (m *MockFullNode) MpoolGetConfig(arg0 context.Context) (*types.MpoolConfig, error)
MpoolGetConfig mocks base method.
func (*MockFullNode) MpoolGetNonce ¶
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) MpoolPublishByAddr ¶
MpoolPublishByAddr mocks base method.
func (*MockFullNode) MpoolPublishMessage ¶
func (m *MockFullNode) MpoolPublishMessage(arg0 context.Context, arg1 *types.SignedMessage) error
MpoolPublishMessage mocks base method.
func (*MockFullNode) MpoolPush ¶
func (m *MockFullNode) MpoolPush(arg0 context.Context, arg1 *types.SignedMessage) (cid.Cid, error)
MpoolPush mocks base method.
func (*MockFullNode) MpoolPushMessage ¶
func (m *MockFullNode) MpoolPushMessage(arg0 context.Context, arg1 *internal.Message, arg2 *types.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) MpoolSelects ¶
func (m *MockFullNode) MpoolSelects(arg0 context.Context, arg1 types.TipSetKey, arg2 []float64) ([][]*types.SignedMessage, error)
MpoolSelects 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 types.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) (cid.Cid, error)
MsigCancel mocks base method.
func (*MockFullNode) MsigCancelTxnHash ¶
func (m *MockFullNode) MsigCancelTxnHash(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3 address.Address, arg4 big.Int, arg5 address.Address, arg6 uint64, arg7 []byte) (cid.Cid, error)
MsigCancelTxnHash 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) MsigGetVested ¶
func (m *MockFullNode) MsigGetVested(arg0 context.Context, arg1 address.Address, arg2, arg3 types.TipSetKey) (big.Int, error)
MsigGetVested 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 ¶
NetAddrsListen mocks base method.
func (*MockFullNode) NetworkConnect ¶
func (m *MockFullNode) NetworkConnect(arg0 context.Context, arg1 []string) (<-chan types.ConnectionResult, error)
NetworkConnect mocks base method.
func (*MockFullNode) NetworkFindPeer ¶
NetworkFindPeer mocks base method.
func (*MockFullNode) NetworkFindProvidersAsync ¶
func (m *MockFullNode) NetworkFindProvidersAsync(arg0 context.Context, arg1 cid.Cid, arg2 int) <-chan peer.AddrInfo
NetworkFindProvidersAsync mocks base method.
func (*MockFullNode) NetworkGetBandwidthStats ¶
func (m *MockFullNode) NetworkGetBandwidthStats(arg0 context.Context) metrics.Stats
NetworkGetBandwidthStats mocks base method.
func (*MockFullNode) NetworkGetClosestPeers ¶
NetworkGetClosestPeers mocks base method.
func (*MockFullNode) NetworkGetPeerAddresses ¶
func (m *MockFullNode) NetworkGetPeerAddresses(arg0 context.Context) []multiaddr.Multiaddr
NetworkGetPeerAddresses mocks base method.
func (*MockFullNode) NetworkGetPeerID ¶
func (m *MockFullNode) NetworkGetPeerID(arg0 context.Context) peer.ID
NetworkGetPeerID mocks base method.
func (*MockFullNode) NetworkPeers ¶
func (m *MockFullNode) NetworkPeers(arg0 context.Context, arg1, arg2, arg3 bool) (*types.SwarmConnInfos, error)
NetworkPeers 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) (*types.ChannelAvailableFunds, error)
PaychAvailableFunds mocks base method.
func (*MockFullNode) PaychAvailableFundsByFromTo ¶
func (m *MockFullNode) PaychAvailableFundsByFromTo(arg0 context.Context, arg1, arg2 address.Address) (*types.ChannelAvailableFunds, error)
PaychAvailableFundsByFromTo mocks base method.
func (*MockFullNode) PaychCollect ¶
PaychCollect mocks base method.
func (*MockFullNode) PaychGet ¶
func (m *MockFullNode) PaychGet(arg0 context.Context, arg1, arg2 address.Address, arg3 big.Int) (*types.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) PaychNewPayment ¶
func (m *MockFullNode) PaychNewPayment(arg0 context.Context, arg1, arg2 address.Address, arg3 []types.VoucherSpec) (*types.PaymentInfo, error)
PaychNewPayment mocks base method.
func (*MockFullNode) PaychSettle ¶
PaychSettle mocks base method.
func (*MockFullNode) PaychStatus ¶
func (m *MockFullNode) PaychStatus(arg0 context.Context, arg1 address.Address) (*types.Status, error)
PaychStatus mocks base method.
func (*MockFullNode) PaychVoucherAdd ¶
func (m *MockFullNode) PaychVoucherAdd(arg0 context.Context, arg1 address.Address, arg2 *paych.SignedVoucher, arg3 []byte, arg4 big.Int) (big.Int, error)
PaychVoucherAdd mocks base method.
func (*MockFullNode) PaychVoucherCheckSpendable ¶
func (m *MockFullNode) PaychVoucherCheckSpendable(arg0 context.Context, arg1 address.Address, arg2 *paych.SignedVoucher, arg3, arg4 []byte) (bool, error)
PaychVoucherCheckSpendable mocks base method.
func (*MockFullNode) PaychVoucherCheckValid ¶
func (m *MockFullNode) PaychVoucherCheckValid(arg0 context.Context, arg1 address.Address, arg2 *paych.SignedVoucher) error
PaychVoucherCheckValid mocks base method.
func (*MockFullNode) PaychVoucherCreate ¶
func (m *MockFullNode) PaychVoucherCreate(arg0 context.Context, arg1 address.Address, arg2 big.Int, arg3 uint64) (*types.VoucherCreateResult, error)
PaychVoucherCreate mocks base method.
func (*MockFullNode) PaychVoucherList ¶
func (m *MockFullNode) PaychVoucherList(arg0 context.Context, arg1 address.Address) ([]*paych.SignedVoucher, error)
PaychVoucherList mocks base method.
func (*MockFullNode) PaychVoucherSubmit ¶
func (m *MockFullNode) PaychVoucherSubmit(arg0 context.Context, arg1 address.Address, arg2 *paych.SignedVoucher, arg3, arg4 []byte) (cid.Cid, error)
PaychVoucherSubmit mocks base method.
func (*MockFullNode) ProtocolParameters ¶
func (m *MockFullNode) ProtocolParameters(arg0 context.Context) (*types.ProtocolParams, error)
ProtocolParameters mocks base method.
func (*MockFullNode) ResolveToKeyAddr ¶
func (m *MockFullNode) ResolveToKeyAddr(arg0 context.Context, arg1 address.Address, arg2 *types.TipSet) (address.Address, error)
ResolveToKeyAddr mocks base method.
func (*MockFullNode) SetConcurrent ¶
func (m *MockFullNode) SetConcurrent(arg0 context.Context, arg1 int64) error
SetConcurrent mocks base method.
func (*MockFullNode) SetPassword ¶
func (m *MockFullNode) SetPassword(arg0 context.Context, arg1 []byte) error
SetPassword mocks base method.
func (*MockFullNode) StateAccountKey ¶
func (m *MockFullNode) StateAccountKey(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (address.Address, error)
StateAccountKey mocks base method.
func (*MockFullNode) StateCall ¶
func (m *MockFullNode) StateCall(arg0 context.Context, arg1 *internal.Message, arg2 types.TipSetKey) (*types.InvocResult, error)
StateCall 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) StateDealProviderCollateralBounds ¶
func (m *MockFullNode) StateDealProviderCollateralBounds(arg0 context.Context, arg1 abi.PaddedPieceSize, arg2 bool, arg3 types.TipSetKey) (types.DealCollateralBounds, error)
StateDealProviderCollateralBounds mocks base method.
func (*MockFullNode) StateGetActor ¶
func (m *MockFullNode) StateGetActor(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*internal.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) StateListActors ¶
func (m *MockFullNode) StateListActors(arg0 context.Context, arg1 types.TipSetKey) ([]address.Address, error)
StateListActors 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) StateMarketBalance ¶
func (m *MockFullNode) StateMarketBalance(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (types.MarketBalance, error)
StateMarketBalance mocks base method.
func (*MockFullNode) StateMarketDeals ¶
func (m *MockFullNode) StateMarketDeals(arg0 context.Context, arg1 types.TipSetKey) (map[string]types.MarketDeal, error)
StateMarketDeals mocks base method.
func (*MockFullNode) StateMarketParticipants ¶
func (m *MockFullNode) StateMarketParticipants(arg0 context.Context, arg1 types.TipSetKey) (map[string]types.MarketBalance, error)
StateMarketParticipants mocks base method.
func (*MockFullNode) StateMarketStorageDeal ¶
func (m *MockFullNode) StateMarketStorageDeal(arg0 context.Context, arg1 abi.DealID, arg2 types.TipSetKey) (*types.MarketDeal, error)
StateMarketStorageDeal mocks base method.
func (*MockFullNode) StateMinerActiveSectors ¶
func (m *MockFullNode) StateMinerActiveSectors(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) ([]*miner0.SectorOnChainInfo, error)
StateMinerActiveSectors mocks base method.
func (*MockFullNode) StateMinerAvailableBalance ¶
func (m *MockFullNode) StateMinerAvailableBalance(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (big.Int, error)
StateMinerAvailableBalance mocks base method.
func (*MockFullNode) StateMinerDeadlines ¶
func (m *MockFullNode) StateMinerDeadlines(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) ([]types.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) StateMinerInfo ¶
func (m *MockFullNode) StateMinerInfo(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (miner0.MinerInfo, error)
StateMinerInfo mocks base method.
func (*MockFullNode) StateMinerInitialPledgeCollateral ¶
func (m *MockFullNode) StateMinerInitialPledgeCollateral(arg0 context.Context, arg1 address.Address, arg2 miner.SectorPreCommitInfo, arg3 types.TipSetKey) (big.Int, error)
StateMinerInitialPledgeCollateral mocks base method.
func (*MockFullNode) StateMinerPartitions ¶
func (m *MockFullNode) StateMinerPartitions(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3 types.TipSetKey) ([]types.Partition, error)
StateMinerPartitions mocks base method.
func (*MockFullNode) StateMinerPower ¶
func (m *MockFullNode) StateMinerPower(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*types.MinerPower, error)
StateMinerPower mocks base method.
func (*MockFullNode) StateMinerPreCommitDepositForPower ¶
func (m *MockFullNode) StateMinerPreCommitDepositForPower(arg0 context.Context, arg1 address.Address, arg2 miner.SectorPreCommitInfo, arg3 types.TipSetKey) (big.Int, error)
StateMinerPreCommitDepositForPower 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) (types.MinerSectors, error)
StateMinerSectorCount mocks base method.
func (*MockFullNode) StateMinerSectorSize ¶
func (m *MockFullNode) StateMinerSectorSize(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (abi.SectorSize, error)
StateMinerSectorSize mocks base method.
func (*MockFullNode) StateMinerSectors ¶
func (m *MockFullNode) StateMinerSectors(arg0 context.Context, arg1 address.Address, arg2 *bitfield.BitField, arg3 types.TipSetKey) ([]*miner0.SectorOnChainInfo, error)
StateMinerSectors mocks base method.
func (*MockFullNode) StateMinerWorkerAddress ¶
func (m *MockFullNode) StateMinerWorkerAddress(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (address.Address, error)
StateMinerWorkerAddress mocks base method.
func (*MockFullNode) StateNetworkName ¶
func (m *MockFullNode) StateNetworkName(arg0 context.Context) (types.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) StateSearchMsg ¶
StateSearchMsg mocks base method.
func (*MockFullNode) StateSearchMsgLimited ¶
func (m *MockFullNode) StateSearchMsgLimited(arg0 context.Context, arg1 cid.Cid, arg2 abi.ChainEpoch) (*types.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) (*miner0.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) (*miner0.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) (*miner0.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) (miner0.SectorPreCommitOnChainInfo, error)
StateSectorPreCommitInfo mocks base method.
func (*MockFullNode) StateVMCirculatingSupplyInternal ¶
func (m *MockFullNode) StateVMCirculatingSupplyInternal(arg0 context.Context, arg1 types.TipSetKey) (types.CirculatingSupply, error)
StateVMCirculatingSupplyInternal mocks base method.
func (*MockFullNode) StateVerifiedClientStatus ¶
func (m *MockFullNode) StateVerifiedClientStatus(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*big.Int, error)
StateVerifiedClientStatus mocks base method.
func (*MockFullNode) StateVerifiedRegistryRootKey ¶
func (m *MockFullNode) StateVerifiedRegistryRootKey(arg0 context.Context, arg1 types.TipSetKey) (address.Address, error)
StateVerifiedRegistryRootKey mocks base method.
func (*MockFullNode) StateVerifierStatus ¶
func (m *MockFullNode) StateVerifierStatus(arg0 context.Context, arg1 address.Address, arg2 types.TipSetKey) (*big.Int, error)
StateVerifierStatus mocks base method.
func (*MockFullNode) StateWaitMsg ¶
func (m *MockFullNode) StateWaitMsg(arg0 context.Context, arg1 cid.Cid, arg2 uint64) (*types.MsgLookup, error)
StateWaitMsg mocks base method.
func (*MockFullNode) StateWaitMsgLimited ¶
func (m *MockFullNode) StateWaitMsgLimited(arg0 context.Context, arg1 cid.Cid, arg2 uint64, arg3 abi.ChainEpoch) (*types.MsgLookup, error)
StateWaitMsgLimited mocks base method.
func (*MockFullNode) SyncSubmitBlock ¶
SyncSubmitBlock mocks base method.
func (*MockFullNode) SyncerTracker ¶
func (m *MockFullNode) SyncerTracker(arg0 context.Context) *types.TargetTracker
SyncerTracker mocks base method.
func (*MockFullNode) UnLockWallet ¶
func (m *MockFullNode) UnLockWallet(arg0 context.Context, arg1 []byte) error
UnLockWallet mocks base method.
func (*MockFullNode) VerifyEntry ¶
func (m *MockFullNode) VerifyEntry(arg0, arg1 *types.BeaconEntry, arg2 abi.ChainEpoch) bool
VerifyEntry mocks base method.
func (*MockFullNode) WalletAddresses ¶
func (m *MockFullNode) WalletAddresses(arg0 context.Context) []address.Address
WalletAddresses mocks base method.
func (*MockFullNode) WalletBalance ¶
WalletBalance mocks base method.
func (*MockFullNode) WalletDefaultAddress ¶
WalletDefaultAddress mocks base method.
func (*MockFullNode) WalletExport ¶
func (m *MockFullNode) WalletExport(arg0 context.Context, arg1 address.Address, arg2 string) (*types.KeyInfo, error)
WalletExport 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) WalletNewAddress ¶
WalletNewAddress mocks base method.
func (*MockFullNode) WalletSetDefault ¶
WalletSetDefault mocks base method.
func (*MockFullNode) WalletSign ¶
func (m *MockFullNode) WalletSign(arg0 context.Context, arg1 address.Address, arg2 []byte, arg3 types.MsgMeta) (*crypto.Signature, error)
WalletSign mocks base method.
func (*MockFullNode) WalletSignMessage ¶
func (m *MockFullNode) WalletSignMessage(arg0 context.Context, arg1 address.Address, arg2 *internal.Message) (*types.SignedMessage, error)
WalletSignMessage mocks base method.
func (*MockFullNode) WalletState ¶
func (m *MockFullNode) WalletState(arg0 context.Context) int
WalletState mocks base method.
type MockFullNodeMockRecorder ¶
type MockFullNodeMockRecorder struct {
// contains filtered or unexported fields
}
MockFullNodeMockRecorder is the mock recorder for MockFullNode.
func (*MockFullNodeMockRecorder) BeaconGetEntry ¶
func (mr *MockFullNodeMockRecorder) BeaconGetEntry(arg0, arg1 interface{}) *gomock.Call
BeaconGetEntry indicates an expected call of BeaconGetEntry.
func (*MockFullNodeMockRecorder) BlockTime ¶
func (mr *MockFullNodeMockRecorder) BlockTime(arg0 interface{}) *gomock.Call
BlockTime indicates an expected call of BlockTime.
func (*MockFullNodeMockRecorder) ChainDeleteObj ¶
func (mr *MockFullNodeMockRecorder) ChainDeleteObj(arg0, arg1 interface{}) *gomock.Call
ChainDeleteObj indicates an expected call of ChainDeleteObj.
func (*MockFullNodeMockRecorder) ChainExport ¶
func (mr *MockFullNodeMockRecorder) ChainExport(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ChainExport indicates an expected call of ChainExport.
func (*MockFullNodeMockRecorder) ChainGetBlock ¶
func (mr *MockFullNodeMockRecorder) ChainGetBlock(arg0, arg1 interface{}) *gomock.Call
ChainGetBlock indicates an expected call of ChainGetBlock.
func (*MockFullNodeMockRecorder) ChainGetBlockMessages ¶
func (mr *MockFullNodeMockRecorder) ChainGetBlockMessages(arg0, arg1 interface{}) *gomock.Call
ChainGetBlockMessages indicates an expected call of ChainGetBlockMessages.
func (*MockFullNodeMockRecorder) ChainGetMessage ¶
func (mr *MockFullNodeMockRecorder) ChainGetMessage(arg0, arg1 interface{}) *gomock.Call
ChainGetMessage indicates an expected call of ChainGetMessage.
func (*MockFullNodeMockRecorder) ChainGetMessagesInTipset ¶
func (mr *MockFullNodeMockRecorder) ChainGetMessagesInTipset(arg0, arg1 interface{}) *gomock.Call
ChainGetMessagesInTipset indicates an expected call of ChainGetMessagesInTipset.
func (*MockFullNodeMockRecorder) ChainGetParentMessages ¶
func (mr *MockFullNodeMockRecorder) ChainGetParentMessages(arg0, arg1 interface{}) *gomock.Call
ChainGetParentMessages indicates an expected call of ChainGetParentMessages.
func (*MockFullNodeMockRecorder) ChainGetParentReceipts ¶
func (mr *MockFullNodeMockRecorder) ChainGetParentReceipts(arg0, arg1 interface{}) *gomock.Call
ChainGetParentReceipts indicates an expected call of ChainGetParentReceipts.
func (*MockFullNodeMockRecorder) ChainGetPath ¶
func (mr *MockFullNodeMockRecorder) ChainGetPath(arg0, arg1, arg2 interface{}) *gomock.Call
ChainGetPath indicates an expected call of ChainGetPath.
func (*MockFullNodeMockRecorder) 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) ChainGetReceipts ¶
func (mr *MockFullNodeMockRecorder) ChainGetReceipts(arg0, arg1 interface{}) *gomock.Call
ChainGetReceipts indicates an expected call of ChainGetReceipts.
func (*MockFullNodeMockRecorder) ChainGetTipSet ¶
func (mr *MockFullNodeMockRecorder) ChainGetTipSet(arg0, arg1 interface{}) *gomock.Call
ChainGetTipSet indicates an expected call of ChainGetTipSet.
func (*MockFullNodeMockRecorder) ChainGetTipSetByHeight ¶
func (mr *MockFullNodeMockRecorder) ChainGetTipSetByHeight(arg0, arg1, arg2 interface{}) *gomock.Call
ChainGetTipSetByHeight indicates an expected call of ChainGetTipSetByHeight.
func (*MockFullNodeMockRecorder) ChainHasObj ¶
func (mr *MockFullNodeMockRecorder) ChainHasObj(arg0, arg1 interface{}) *gomock.Call
ChainHasObj indicates an expected call of ChainHasObj.
func (*MockFullNodeMockRecorder) ChainHead ¶
func (mr *MockFullNodeMockRecorder) ChainHead(arg0 interface{}) *gomock.Call
ChainHead indicates an expected call of ChainHead.
func (*MockFullNodeMockRecorder) ChainList ¶
func (mr *MockFullNodeMockRecorder) ChainList(arg0, arg1, arg2 interface{}) *gomock.Call
ChainList indicates an expected call of ChainList.
func (*MockFullNodeMockRecorder) ChainNotify ¶
func (mr *MockFullNodeMockRecorder) ChainNotify(arg0 interface{}) *gomock.Call
ChainNotify indicates an expected call of ChainNotify.
func (*MockFullNodeMockRecorder) ChainReadObj ¶
func (mr *MockFullNodeMockRecorder) ChainReadObj(arg0, arg1 interface{}) *gomock.Call
ChainReadObj indicates an expected call of ChainReadObj.
func (*MockFullNodeMockRecorder) ChainSetHead ¶
func (mr *MockFullNodeMockRecorder) ChainSetHead(arg0, arg1 interface{}) *gomock.Call
ChainSetHead indicates an expected call of ChainSetHead.
func (*MockFullNodeMockRecorder) ChainStatObj ¶
func (mr *MockFullNodeMockRecorder) ChainStatObj(arg0, arg1, arg2 interface{}) *gomock.Call
ChainStatObj indicates an expected call of ChainStatObj.
func (*MockFullNodeMockRecorder) ChainSyncHandleNewTipSet ¶
func (mr *MockFullNodeMockRecorder) ChainSyncHandleNewTipSet(arg0, arg1 interface{}) *gomock.Call
ChainSyncHandleNewTipSet indicates an expected call of ChainSyncHandleNewTipSet.
func (*MockFullNodeMockRecorder) ChainTipSetWeight ¶
func (mr *MockFullNodeMockRecorder) ChainTipSetWeight(arg0, arg1 interface{}) *gomock.Call
ChainTipSetWeight indicates an expected call of ChainTipSetWeight.
func (*MockFullNodeMockRecorder) Concurrent ¶
func (mr *MockFullNodeMockRecorder) Concurrent(arg0 interface{}) *gomock.Call
Concurrent indicates an expected call of Concurrent.
func (*MockFullNodeMockRecorder) GasBatchEstimateMessageGas ¶
func (mr *MockFullNodeMockRecorder) GasBatchEstimateMessageGas(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GasBatchEstimateMessageGas indicates an expected call of GasBatchEstimateMessageGas.
func (*MockFullNodeMockRecorder) GasEstimateFeeCap ¶
func (mr *MockFullNodeMockRecorder) GasEstimateFeeCap(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GasEstimateFeeCap indicates an expected call of GasEstimateFeeCap.
func (*MockFullNodeMockRecorder) GasEstimateGasLimit ¶
func (mr *MockFullNodeMockRecorder) GasEstimateGasLimit(arg0, arg1, arg2 interface{}) *gomock.Call
GasEstimateGasLimit indicates an expected call of GasEstimateGasLimit.
func (*MockFullNodeMockRecorder) GasEstimateGasPremium ¶
func (mr *MockFullNodeMockRecorder) GasEstimateGasPremium(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GasEstimateGasPremium indicates an expected call of GasEstimateGasPremium.
func (*MockFullNodeMockRecorder) GasEstimateMessageGas ¶
func (mr *MockFullNodeMockRecorder) GasEstimateMessageGas(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GasEstimateMessageGas indicates an expected call of GasEstimateMessageGas.
func (*MockFullNodeMockRecorder) GetActor ¶
func (mr *MockFullNodeMockRecorder) GetActor(arg0, arg1 interface{}) *gomock.Call
GetActor indicates an expected call of GetActor.
func (*MockFullNodeMockRecorder) GetEntry ¶
func (mr *MockFullNodeMockRecorder) GetEntry(arg0, arg1, arg2 interface{}) *gomock.Call
GetEntry indicates an expected call of GetEntry.
func (*MockFullNodeMockRecorder) GetFullBlock ¶
func (mr *MockFullNodeMockRecorder) GetFullBlock(arg0, arg1 interface{}) *gomock.Call
GetFullBlock indicates an expected call of GetFullBlock.
func (*MockFullNodeMockRecorder) GetParentStateRootActor ¶
func (mr *MockFullNodeMockRecorder) GetParentStateRootActor(arg0, arg1, arg2 interface{}) *gomock.Call
GetParentStateRootActor indicates an expected call of GetParentStateRootActor.
func (*MockFullNodeMockRecorder) HasPassword ¶
func (mr *MockFullNodeMockRecorder) HasPassword(arg0 interface{}) *gomock.Call
HasPassword indicates an expected call of HasPassword.
func (*MockFullNodeMockRecorder) ListActor ¶
func (mr *MockFullNodeMockRecorder) ListActor(arg0 interface{}) *gomock.Call
ListActor indicates an expected call of ListActor.
func (*MockFullNodeMockRecorder) LockWallet ¶
func (mr *MockFullNodeMockRecorder) LockWallet(arg0 interface{}) *gomock.Call
LockWallet indicates an expected call of LockWallet.
func (*MockFullNodeMockRecorder) MessageWait ¶
func (mr *MockFullNodeMockRecorder) MessageWait(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
MessageWait indicates an expected call of MessageWait.
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) MpoolDeleteByAdress ¶
func (mr *MockFullNodeMockRecorder) MpoolDeleteByAdress(arg0, arg1 interface{}) *gomock.Call
MpoolDeleteByAdress indicates an expected call of MpoolDeleteByAdress.
func (*MockFullNodeMockRecorder) MpoolGetConfig ¶
func (mr *MockFullNodeMockRecorder) MpoolGetConfig(arg0 interface{}) *gomock.Call
MpoolGetConfig indicates an expected call of MpoolGetConfig.
func (*MockFullNodeMockRecorder) MpoolGetNonce ¶
func (mr *MockFullNodeMockRecorder) MpoolGetNonce(arg0, arg1 interface{}) *gomock.Call
MpoolGetNonce indicates an expected call of MpoolGetNonce.
func (*MockFullNodeMockRecorder) MpoolPending ¶
func (mr *MockFullNodeMockRecorder) MpoolPending(arg0, arg1 interface{}) *gomock.Call
MpoolPending indicates an expected call of MpoolPending.
func (*MockFullNodeMockRecorder) MpoolPublishByAddr ¶
func (mr *MockFullNodeMockRecorder) MpoolPublishByAddr(arg0, arg1 interface{}) *gomock.Call
MpoolPublishByAddr indicates an expected call of MpoolPublishByAddr.
func (*MockFullNodeMockRecorder) MpoolPublishMessage ¶
func (mr *MockFullNodeMockRecorder) MpoolPublishMessage(arg0, arg1 interface{}) *gomock.Call
MpoolPublishMessage indicates an expected call of MpoolPublishMessage.
func (*MockFullNodeMockRecorder) MpoolPush ¶
func (mr *MockFullNodeMockRecorder) MpoolPush(arg0, arg1 interface{}) *gomock.Call
MpoolPush indicates an expected call of MpoolPush.
func (*MockFullNodeMockRecorder) MpoolPushMessage ¶
func (mr *MockFullNodeMockRecorder) MpoolPushMessage(arg0, arg1, arg2 interface{}) *gomock.Call
MpoolPushMessage indicates an expected call of MpoolPushMessage.
func (*MockFullNodeMockRecorder) MpoolPushUntrusted ¶
func (mr *MockFullNodeMockRecorder) MpoolPushUntrusted(arg0, arg1 interface{}) *gomock.Call
MpoolPushUntrusted indicates an expected call of MpoolPushUntrusted.
func (*MockFullNodeMockRecorder) MpoolSelect ¶
func (mr *MockFullNodeMockRecorder) MpoolSelect(arg0, arg1, arg2 interface{}) *gomock.Call
MpoolSelect indicates an expected call of MpoolSelect.
func (*MockFullNodeMockRecorder) MpoolSelects ¶
func (mr *MockFullNodeMockRecorder) MpoolSelects(arg0, arg1, arg2 interface{}) *gomock.Call
MpoolSelects indicates an expected call of MpoolSelects.
func (*MockFullNodeMockRecorder) MpoolSetConfig ¶
func (mr *MockFullNodeMockRecorder) MpoolSetConfig(arg0, arg1 interface{}) *gomock.Call
MpoolSetConfig indicates an expected call of MpoolSetConfig.
func (*MockFullNodeMockRecorder) MpoolSub ¶
func (mr *MockFullNodeMockRecorder) MpoolSub(arg0 interface{}) *gomock.Call
MpoolSub indicates an expected call of MpoolSub.
func (*MockFullNodeMockRecorder) 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 interface{}) *gomock.Call
MsigCancel indicates an expected call of MsigCancel.
func (*MockFullNodeMockRecorder) MsigCancelTxnHash ¶
func (mr *MockFullNodeMockRecorder) MsigCancelTxnHash(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
MsigCancelTxnHash indicates an expected call of MsigCancelTxnHash.
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) MsigGetVested ¶
func (mr *MockFullNodeMockRecorder) MsigGetVested(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
MsigGetVested indicates an expected call of MsigGetVested.
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) NetworkConnect ¶
func (mr *MockFullNodeMockRecorder) NetworkConnect(arg0, arg1 interface{}) *gomock.Call
NetworkConnect indicates an expected call of NetworkConnect.
func (*MockFullNodeMockRecorder) NetworkFindPeer ¶
func (mr *MockFullNodeMockRecorder) NetworkFindPeer(arg0, arg1 interface{}) *gomock.Call
NetworkFindPeer indicates an expected call of NetworkFindPeer.
func (*MockFullNodeMockRecorder) NetworkFindProvidersAsync ¶
func (mr *MockFullNodeMockRecorder) NetworkFindProvidersAsync(arg0, arg1, arg2 interface{}) *gomock.Call
NetworkFindProvidersAsync indicates an expected call of NetworkFindProvidersAsync.
func (*MockFullNodeMockRecorder) NetworkGetBandwidthStats ¶
func (mr *MockFullNodeMockRecorder) NetworkGetBandwidthStats(arg0 interface{}) *gomock.Call
NetworkGetBandwidthStats indicates an expected call of NetworkGetBandwidthStats.
func (*MockFullNodeMockRecorder) NetworkGetClosestPeers ¶
func (mr *MockFullNodeMockRecorder) NetworkGetClosestPeers(arg0, arg1 interface{}) *gomock.Call
NetworkGetClosestPeers indicates an expected call of NetworkGetClosestPeers.
func (*MockFullNodeMockRecorder) NetworkGetPeerAddresses ¶
func (mr *MockFullNodeMockRecorder) NetworkGetPeerAddresses(arg0 interface{}) *gomock.Call
NetworkGetPeerAddresses indicates an expected call of NetworkGetPeerAddresses.
func (*MockFullNodeMockRecorder) NetworkGetPeerID ¶
func (mr *MockFullNodeMockRecorder) NetworkGetPeerID(arg0 interface{}) *gomock.Call
NetworkGetPeerID indicates an expected call of NetworkGetPeerID.
func (*MockFullNodeMockRecorder) NetworkPeers ¶
func (mr *MockFullNodeMockRecorder) NetworkPeers(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
NetworkPeers indicates an expected call of NetworkPeers.
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) ProtocolParameters ¶
func (mr *MockFullNodeMockRecorder) ProtocolParameters(arg0 interface{}) *gomock.Call
ProtocolParameters indicates an expected call of ProtocolParameters.
func (*MockFullNodeMockRecorder) ResolveToKeyAddr ¶
func (mr *MockFullNodeMockRecorder) ResolveToKeyAddr(arg0, arg1, arg2 interface{}) *gomock.Call
ResolveToKeyAddr indicates an expected call of ResolveToKeyAddr.
func (*MockFullNodeMockRecorder) SetConcurrent ¶
func (mr *MockFullNodeMockRecorder) SetConcurrent(arg0, arg1 interface{}) *gomock.Call
SetConcurrent indicates an expected call of SetConcurrent.
func (*MockFullNodeMockRecorder) SetPassword ¶
func (mr *MockFullNodeMockRecorder) SetPassword(arg0, arg1 interface{}) *gomock.Call
SetPassword indicates an expected call of SetPassword.
func (*MockFullNodeMockRecorder) StateAccountKey ¶
func (mr *MockFullNodeMockRecorder) StateAccountKey(arg0, arg1, arg2 interface{}) *gomock.Call
StateAccountKey indicates an expected call of StateAccountKey.
func (*MockFullNodeMockRecorder) StateCall ¶
func (mr *MockFullNodeMockRecorder) StateCall(arg0, arg1, arg2 interface{}) *gomock.Call
StateCall indicates an expected call of StateCall.
func (*MockFullNodeMockRecorder) StateCirculatingSupply ¶
func (mr *MockFullNodeMockRecorder) StateCirculatingSupply(arg0, arg1 interface{}) *gomock.Call
StateCirculatingSupply indicates an expected call of StateCirculatingSupply.
func (*MockFullNodeMockRecorder) StateDealProviderCollateralBounds ¶
func (mr *MockFullNodeMockRecorder) StateDealProviderCollateralBounds(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
StateDealProviderCollateralBounds indicates an expected call of StateDealProviderCollateralBounds.
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) StateListActors ¶
func (mr *MockFullNodeMockRecorder) StateListActors(arg0, arg1 interface{}) *gomock.Call
StateListActors indicates an expected call of StateListActors.
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) StateMarketBalance ¶
func (mr *MockFullNodeMockRecorder) StateMarketBalance(arg0, arg1, arg2 interface{}) *gomock.Call
StateMarketBalance indicates an expected call of StateMarketBalance.
func (*MockFullNodeMockRecorder) StateMarketDeals ¶
func (mr *MockFullNodeMockRecorder) StateMarketDeals(arg0, arg1 interface{}) *gomock.Call
StateMarketDeals indicates an expected call of StateMarketDeals.
func (*MockFullNodeMockRecorder) StateMarketParticipants ¶
func (mr *MockFullNodeMockRecorder) StateMarketParticipants(arg0, arg1 interface{}) *gomock.Call
StateMarketParticipants indicates an expected call of StateMarketParticipants.
func (*MockFullNodeMockRecorder) StateMarketStorageDeal ¶
func (mr *MockFullNodeMockRecorder) StateMarketStorageDeal(arg0, arg1, arg2 interface{}) *gomock.Call
StateMarketStorageDeal indicates an expected call of StateMarketStorageDeal.
func (*MockFullNodeMockRecorder) StateMinerActiveSectors ¶
func (mr *MockFullNodeMockRecorder) StateMinerActiveSectors(arg0, arg1, arg2 interface{}) *gomock.Call
StateMinerActiveSectors indicates an expected call of StateMinerActiveSectors.
func (*MockFullNodeMockRecorder) StateMinerAvailableBalance ¶
func (mr *MockFullNodeMockRecorder) StateMinerAvailableBalance(arg0, arg1, arg2 interface{}) *gomock.Call
StateMinerAvailableBalance indicates an expected call of StateMinerAvailableBalance.
func (*MockFullNodeMockRecorder) StateMinerDeadlines ¶
func (mr *MockFullNodeMockRecorder) StateMinerDeadlines(arg0, arg1, arg2 interface{}) *gomock.Call
StateMinerDeadlines indicates an expected call of StateMinerDeadlines.
func (*MockFullNodeMockRecorder) StateMinerFaults ¶
func (mr *MockFullNodeMockRecorder) StateMinerFaults(arg0, arg1, arg2 interface{}) *gomock.Call
StateMinerFaults indicates an expected call of StateMinerFaults.
func (*MockFullNodeMockRecorder) StateMinerInfo ¶
func (mr *MockFullNodeMockRecorder) StateMinerInfo(arg0, arg1, arg2 interface{}) *gomock.Call
StateMinerInfo indicates an expected call of StateMinerInfo.
func (*MockFullNodeMockRecorder) StateMinerInitialPledgeCollateral ¶
func (mr *MockFullNodeMockRecorder) StateMinerInitialPledgeCollateral(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
StateMinerInitialPledgeCollateral indicates an expected call of StateMinerInitialPledgeCollateral.
func (*MockFullNodeMockRecorder) StateMinerPartitions ¶
func (mr *MockFullNodeMockRecorder) StateMinerPartitions(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
StateMinerPartitions indicates an expected call of StateMinerPartitions.
func (*MockFullNodeMockRecorder) StateMinerPower ¶
func (mr *MockFullNodeMockRecorder) StateMinerPower(arg0, arg1, arg2 interface{}) *gomock.Call
StateMinerPower indicates an expected call of StateMinerPower.
func (*MockFullNodeMockRecorder) StateMinerPreCommitDepositForPower ¶
func (mr *MockFullNodeMockRecorder) StateMinerPreCommitDepositForPower(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
StateMinerPreCommitDepositForPower indicates an expected call of StateMinerPreCommitDepositForPower.
func (*MockFullNodeMockRecorder) StateMinerProvingDeadline ¶
func (mr *MockFullNodeMockRecorder) StateMinerProvingDeadline(arg0, arg1, arg2 interface{}) *gomock.Call
StateMinerProvingDeadline indicates an expected call of StateMinerProvingDeadline.
func (*MockFullNodeMockRecorder) StateMinerRecoveries ¶
func (mr *MockFullNodeMockRecorder) StateMinerRecoveries(arg0, arg1, arg2 interface{}) *gomock.Call
StateMinerRecoveries indicates an expected call of StateMinerRecoveries.
func (*MockFullNodeMockRecorder) StateMinerSectorAllocated ¶
func (mr *MockFullNodeMockRecorder) StateMinerSectorAllocated(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
StateMinerSectorAllocated indicates an expected call of StateMinerSectorAllocated.
func (*MockFullNodeMockRecorder) StateMinerSectorCount ¶
func (mr *MockFullNodeMockRecorder) StateMinerSectorCount(arg0, arg1, arg2 interface{}) *gomock.Call
StateMinerSectorCount indicates an expected call of StateMinerSectorCount.
func (*MockFullNodeMockRecorder) StateMinerSectorSize ¶
func (mr *MockFullNodeMockRecorder) StateMinerSectorSize(arg0, arg1, arg2 interface{}) *gomock.Call
StateMinerSectorSize indicates an expected call of StateMinerSectorSize.
func (*MockFullNodeMockRecorder) StateMinerSectors ¶
func (mr *MockFullNodeMockRecorder) StateMinerSectors(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
StateMinerSectors indicates an expected call of StateMinerSectors.
func (*MockFullNodeMockRecorder) StateMinerWorkerAddress ¶
func (mr *MockFullNodeMockRecorder) StateMinerWorkerAddress(arg0, arg1, arg2 interface{}) *gomock.Call
StateMinerWorkerAddress indicates an expected call of StateMinerWorkerAddress.
func (*MockFullNodeMockRecorder) StateNetworkName ¶
func (mr *MockFullNodeMockRecorder) StateNetworkName(arg0 interface{}) *gomock.Call
StateNetworkName indicates an expected call of StateNetworkName.
func (*MockFullNodeMockRecorder) StateNetworkVersion ¶
func (mr *MockFullNodeMockRecorder) StateNetworkVersion(arg0, arg1 interface{}) *gomock.Call
StateNetworkVersion indicates an expected call of StateNetworkVersion.
func (*MockFullNodeMockRecorder) 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) StateVMCirculatingSupplyInternal ¶
func (mr *MockFullNodeMockRecorder) StateVMCirculatingSupplyInternal(arg0, arg1 interface{}) *gomock.Call
StateVMCirculatingSupplyInternal indicates an expected call of StateVMCirculatingSupplyInternal.
func (*MockFullNodeMockRecorder) StateVerifiedClientStatus ¶
func (mr *MockFullNodeMockRecorder) StateVerifiedClientStatus(arg0, arg1, arg2 interface{}) *gomock.Call
StateVerifiedClientStatus indicates an expected call of StateVerifiedClientStatus.
func (*MockFullNodeMockRecorder) StateVerifiedRegistryRootKey ¶
func (mr *MockFullNodeMockRecorder) StateVerifiedRegistryRootKey(arg0, arg1 interface{}) *gomock.Call
StateVerifiedRegistryRootKey indicates an expected call of StateVerifiedRegistryRootKey.
func (*MockFullNodeMockRecorder) StateVerifierStatus ¶
func (mr *MockFullNodeMockRecorder) StateVerifierStatus(arg0, arg1, arg2 interface{}) *gomock.Call
StateVerifierStatus indicates an expected call of StateVerifierStatus.
func (*MockFullNodeMockRecorder) StateWaitMsg ¶
func (mr *MockFullNodeMockRecorder) StateWaitMsg(arg0, arg1, arg2 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) SyncState ¶
func (mr *MockFullNodeMockRecorder) SyncState(arg0 interface{}) *gomock.Call
SyncState indicates an expected call of SyncState.
func (*MockFullNodeMockRecorder) SyncSubmitBlock ¶
func (mr *MockFullNodeMockRecorder) SyncSubmitBlock(arg0, arg1 interface{}) *gomock.Call
SyncSubmitBlock indicates an expected call of SyncSubmitBlock.
func (*MockFullNodeMockRecorder) SyncerTracker ¶
func (mr *MockFullNodeMockRecorder) SyncerTracker(arg0 interface{}) *gomock.Call
SyncerTracker indicates an expected call of SyncerTracker.
func (*MockFullNodeMockRecorder) UnLockWallet ¶
func (mr *MockFullNodeMockRecorder) UnLockWallet(arg0, arg1 interface{}) *gomock.Call
UnLockWallet indicates an expected call of UnLockWallet.
func (*MockFullNodeMockRecorder) VerifyEntry ¶
func (mr *MockFullNodeMockRecorder) VerifyEntry(arg0, arg1, arg2 interface{}) *gomock.Call
VerifyEntry indicates an expected call of VerifyEntry.
func (*MockFullNodeMockRecorder) Version ¶
func (mr *MockFullNodeMockRecorder) Version(arg0 interface{}) *gomock.Call
Version indicates an expected call of Version.
func (*MockFullNodeMockRecorder) WalletAddresses ¶
func (mr *MockFullNodeMockRecorder) WalletAddresses(arg0 interface{}) *gomock.Call
WalletAddresses indicates an expected call of WalletAddresses.
func (*MockFullNodeMockRecorder) WalletBalance ¶
func (mr *MockFullNodeMockRecorder) WalletBalance(arg0, arg1 interface{}) *gomock.Call
WalletBalance indicates an expected call of WalletBalance.
func (*MockFullNodeMockRecorder) WalletDefaultAddress ¶
func (mr *MockFullNodeMockRecorder) WalletDefaultAddress(arg0 interface{}) *gomock.Call
WalletDefaultAddress indicates an expected call of WalletDefaultAddress.
func (*MockFullNodeMockRecorder) WalletExport ¶
func (mr *MockFullNodeMockRecorder) WalletExport(arg0, arg1, arg2 interface{}) *gomock.Call
WalletExport indicates an expected call of WalletExport.
func (*MockFullNodeMockRecorder) WalletHas ¶
func (mr *MockFullNodeMockRecorder) WalletHas(arg0, arg1 interface{}) *gomock.Call
WalletHas indicates an expected call of WalletHas.
func (*MockFullNodeMockRecorder) WalletImport ¶
func (mr *MockFullNodeMockRecorder) WalletImport(arg0, arg1 interface{}) *gomock.Call
WalletImport indicates an expected call of WalletImport.
func (*MockFullNodeMockRecorder) WalletNewAddress ¶
func (mr *MockFullNodeMockRecorder) WalletNewAddress(arg0, arg1 interface{}) *gomock.Call
WalletNewAddress indicates an expected call of WalletNewAddress.
func (*MockFullNodeMockRecorder) WalletSetDefault ¶
func (mr *MockFullNodeMockRecorder) WalletSetDefault(arg0, arg1 interface{}) *gomock.Call
WalletSetDefault indicates an expected call of WalletSetDefault.
func (*MockFullNodeMockRecorder) WalletSign ¶
func (mr *MockFullNodeMockRecorder) WalletSign(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
WalletSign indicates an expected call of WalletSign.
func (*MockFullNodeMockRecorder) WalletSignMessage ¶
func (mr *MockFullNodeMockRecorder) WalletSignMessage(arg0, arg1, arg2 interface{}) *gomock.Call
WalletSignMessage indicates an expected call of WalletSignMessage.
func (*MockFullNodeMockRecorder) WalletState ¶
func (mr *MockFullNodeMockRecorder) WalletState(arg0 interface{}) *gomock.Call
WalletState indicates an expected call of WalletState.