Documentation ¶
Index ¶
- type FullNode
- func (_m *FullNode) AuthNew(ctx context.Context, perms []auth.Permission) ([]byte, error)
- func (_m *FullNode) AuthVerify(ctx context.Context, token string) ([]auth.Permission, error)
- func (_m *FullNode) ChainBlockstoreInfo(_a0 context.Context) (map[string]interface{}, error)
- func (_m *FullNode) ChainCheckBlockstore(_a0 context.Context) error
- func (_m *FullNode) ChainDeleteObj(_a0 context.Context, _a1 cid.Cid) error
- func (_m *FullNode) ChainExport(ctx context.Context, nroots abi.ChainEpoch, oldmsgskip bool, ...) (<-chan []byte, error)
- func (_m *FullNode) ChainExportRangeInternal(ctx context.Context, head types.TipSetKey, tail types.TipSetKey, ...) error
- func (_m *FullNode) ChainGetBlock(_a0 context.Context, _a1 cid.Cid) (*types.BlockHeader, error)
- func (_m *FullNode) ChainGetBlockMessages(ctx context.Context, blockCid cid.Cid) (*api.BlockMessages, error)
- func (_m *FullNode) ChainGetEvents(_a0 context.Context, _a1 cid.Cid) ([]types.Event, error)
- func (_m *FullNode) ChainGetGenesis(_a0 context.Context) (*types.TipSet, error)
- func (_m *FullNode) ChainGetMessage(_a0 context.Context, _a1 cid.Cid) (*types.Message, error)
- func (_m *FullNode) ChainGetMessagesInTipset(ctx context.Context, tsk types.TipSetKey) ([]api.Message, error)
- func (_m *FullNode) ChainGetNode(ctx context.Context, p string) (*api.IpldObject, error)
- func (_m *FullNode) ChainGetParentMessages(ctx context.Context, blockCid cid.Cid) ([]api.Message, error)
- func (_m *FullNode) ChainGetParentReceipts(ctx context.Context, blockCid cid.Cid) ([]*types.MessageReceipt, error)
- func (_m *FullNode) ChainGetPath(ctx context.Context, from types.TipSetKey, to types.TipSetKey) ([]*api.HeadChange, error)
- func (_m *FullNode) ChainGetTipSet(_a0 context.Context, _a1 types.TipSetKey) (*types.TipSet, error)
- func (_m *FullNode) ChainGetTipSetAfterHeight(_a0 context.Context, _a1 abi.ChainEpoch, _a2 types.TipSetKey) (*types.TipSet, error)
- func (_m *FullNode) ChainGetTipSetByHeight(_a0 context.Context, _a1 abi.ChainEpoch, _a2 types.TipSetKey) (*types.TipSet, error)
- func (_m *FullNode) ChainHasObj(_a0 context.Context, _a1 cid.Cid) (bool, error)
- func (_m *FullNode) ChainHead(_a0 context.Context) (*types.TipSet, error)
- func (_m *FullNode) ChainHotGC(ctx context.Context, opts api.HotGCOpts) error
- func (_m *FullNode) ChainNotify(_a0 context.Context) (<-chan []*api.HeadChange, error)
- func (_m *FullNode) ChainPrune(ctx context.Context, opts api.PruneOpts) error
- func (_m *FullNode) ChainPutObj(_a0 context.Context, _a1 blocks.Block) error
- func (_m *FullNode) ChainReadObj(_a0 context.Context, _a1 cid.Cid) ([]byte, error)
- func (_m *FullNode) ChainSetHead(_a0 context.Context, _a1 types.TipSetKey) error
- func (_m *FullNode) ChainStatObj(ctx context.Context, obj cid.Cid, base cid.Cid) (api.ObjStat, error)
- func (_m *FullNode) ChainTipSetWeight(_a0 context.Context, _a1 types.TipSetKey) (big.Int, error)
- func (_m *FullNode) Closing(_a0 context.Context) (<-chan struct{}, error)
- func (_m *FullNode) CreateBackup(ctx context.Context, fpath string) error
- func (_m *FullNode) Discover(ctx context.Context) (apitypes.OpenRPCDocument, error)
- func (_m *FullNode) EthAccounts(ctx context.Context) ([]ethtypes.EthAddress, error)
- func (_m *FullNode) EthAddressToFilecoinAddress(ctx context.Context, ethAddress ethtypes.EthAddress) (address.Address, error)
- func (_m *FullNode) EthBlockNumber(ctx context.Context) (ethtypes.EthUint64, error)
- func (_m *FullNode) EthCall(ctx context.Context, tx ethtypes.EthCall, ...) (ethtypes.EthBytes, error)
- func (_m *FullNode) EthChainId(ctx context.Context) (ethtypes.EthUint64, error)
- func (_m *FullNode) EthEstimateGas(ctx context.Context, p jsonrpc.RawParams) (ethtypes.EthUint64, error)
- func (_m *FullNode) EthFeeHistory(ctx context.Context, p jsonrpc.RawParams) (ethtypes.EthFeeHistory, error)
- func (_m *FullNode) EthGasPrice(ctx context.Context) (ethtypes.EthBigInt, error)
- func (_m *FullNode) EthGetBalance(ctx context.Context, _a1 ethtypes.EthAddress, ...) (ethtypes.EthBigInt, error)
- func (_m *FullNode) EthGetBlockByHash(ctx context.Context, blkHash ethtypes.EthHash, fullTxInfo bool) (ethtypes.EthBlock, error)
- func (_m *FullNode) EthGetBlockByNumber(ctx context.Context, blkNum string, fullTxInfo bool) (ethtypes.EthBlock, error)
- func (_m *FullNode) EthGetBlockTransactionCountByHash(ctx context.Context, blkHash ethtypes.EthHash) (ethtypes.EthUint64, error)
- func (_m *FullNode) EthGetBlockTransactionCountByNumber(ctx context.Context, blkNum ethtypes.EthUint64) (ethtypes.EthUint64, error)
- func (_m *FullNode) EthGetCode(ctx context.Context, _a1 ethtypes.EthAddress, ...) (ethtypes.EthBytes, error)
- func (_m *FullNode) EthGetFilterChanges(ctx context.Context, id ethtypes.EthFilterID) (*ethtypes.EthFilterResult, error)
- func (_m *FullNode) EthGetFilterLogs(ctx context.Context, id ethtypes.EthFilterID) (*ethtypes.EthFilterResult, error)
- func (_m *FullNode) EthGetLogs(ctx context.Context, filter *ethtypes.EthFilterSpec) (*ethtypes.EthFilterResult, error)
- func (_m *FullNode) EthGetMessageCidByTransactionHash(ctx context.Context, txHash *ethtypes.EthHash) (*cid.Cid, error)
- func (_m *FullNode) EthGetStorageAt(ctx context.Context, _a1 ethtypes.EthAddress, position ethtypes.EthBytes, ...) (ethtypes.EthBytes, error)
- func (_m *FullNode) EthGetTransactionByBlockHashAndIndex(ctx context.Context, blkHash ethtypes.EthHash, txIndex ethtypes.EthUint64) (ethtypes.EthTx, error)
- func (_m *FullNode) EthGetTransactionByBlockNumberAndIndex(ctx context.Context, blkNum ethtypes.EthUint64, txIndex ethtypes.EthUint64) (ethtypes.EthTx, error)
- func (_m *FullNode) EthGetTransactionByHash(ctx context.Context, txHash *ethtypes.EthHash) (*ethtypes.EthTx, error)
- func (_m *FullNode) EthGetTransactionByHashLimited(ctx context.Context, txHash *ethtypes.EthHash, limit abi.ChainEpoch) (*ethtypes.EthTx, error)
- func (_m *FullNode) EthGetTransactionCount(ctx context.Context, sender ethtypes.EthAddress, ...) (ethtypes.EthUint64, error)
- func (_m *FullNode) EthGetTransactionHashByCid(ctx context.Context, _a1 cid.Cid) (*ethtypes.EthHash, error)
- func (_m *FullNode) EthGetTransactionReceipt(ctx context.Context, txHash ethtypes.EthHash) (*api.EthTxReceipt, error)
- func (_m *FullNode) EthGetTransactionReceiptLimited(ctx context.Context, txHash ethtypes.EthHash, limit abi.ChainEpoch) (*api.EthTxReceipt, error)
- func (_m *FullNode) EthMaxPriorityFeePerGas(ctx context.Context) (ethtypes.EthBigInt, error)
- func (_m *FullNode) EthNewBlockFilter(ctx context.Context) (ethtypes.EthFilterID, error)
- func (_m *FullNode) EthNewFilter(ctx context.Context, filter *ethtypes.EthFilterSpec) (ethtypes.EthFilterID, error)
- func (_m *FullNode) EthNewPendingTransactionFilter(ctx context.Context) (ethtypes.EthFilterID, error)
- func (_m *FullNode) EthProtocolVersion(ctx context.Context) (ethtypes.EthUint64, error)
- func (_m *FullNode) EthSendRawTransaction(ctx context.Context, rawTx ethtypes.EthBytes) (ethtypes.EthHash, error)
- func (_m *FullNode) EthSubscribe(ctx context.Context, params jsonrpc.RawParams) (ethtypes.EthSubscriptionID, error)
- func (_m *FullNode) EthSyncing(ctx context.Context) (ethtypes.EthSyncingResult, error)
- func (_m *FullNode) EthTraceBlock(ctx context.Context, blkNum string) ([]*ethtypes.EthTraceBlock, error)
- func (_m *FullNode) EthTraceFilter(ctx context.Context, filter ethtypes.EthTraceFilterCriteria) ([]*ethtypes.EthTraceFilterResult, error)
- func (_m *FullNode) EthTraceReplayBlockTransactions(ctx context.Context, blkNum string, traceTypes []string) ([]*ethtypes.EthTraceReplayBlockTransaction, error)
- func (_m *FullNode) EthTraceTransaction(ctx context.Context, txHash string) ([]*ethtypes.EthTraceTransaction, error)
- func (_m *FullNode) EthUninstallFilter(ctx context.Context, id ethtypes.EthFilterID) (bool, error)
- func (_m *FullNode) EthUnsubscribe(ctx context.Context, id ethtypes.EthSubscriptionID) (bool, error)
- func (_m *FullNode) F3GetCertificate(ctx context.Context, instance uint64) (*certs.FinalityCertificate, error)
- func (_m *FullNode) F3GetECPowerTable(ctx context.Context, tsk types.TipSetKey) (gpbft.PowerEntries, error)
- func (_m *FullNode) F3GetF3PowerTable(ctx context.Context, tsk types.TipSetKey) (gpbft.PowerEntries, error)
- func (_m *FullNode) F3GetLatestCertificate(ctx context.Context) (*certs.FinalityCertificate, error)
- func (_m *FullNode) F3Participate(ctx context.Context, minerID address.Address, newLeaseExpiration time.Time, ...) (bool, error)
- func (_m *FullNode) FilecoinAddressToEthAddress(ctx context.Context, p jsonrpc.RawParams) (ethtypes.EthAddress, error)
- func (_m *FullNode) GasEstimateFeeCap(_a0 context.Context, _a1 *types.Message, _a2 int64, _a3 types.TipSetKey) (big.Int, error)
- func (_m *FullNode) GasEstimateGasLimit(_a0 context.Context, _a1 *types.Message, _a2 types.TipSetKey) (int64, error)
- func (_m *FullNode) GasEstimateGasPremium(_a0 context.Context, nblocksincl uint64, sender address.Address, ...) (big.Int, error)
- func (_m *FullNode) GasEstimateMessageGas(_a0 context.Context, _a1 *types.Message, _a2 *api.MessageSendSpec, ...) (*types.Message, error)
- func (_m *FullNode) GetActorEventsRaw(ctx context.Context, filter *types.ActorEventFilter) ([]*types.ActorEvent, error)
- func (_m *FullNode) ID(_a0 context.Context) (peer.ID, error)
- func (_m *FullNode) LogAlerts(ctx context.Context) ([]alerting.Alert, error)
- func (_m *FullNode) LogList(_a0 context.Context) ([]string, error)
- func (_m *FullNode) LogSetLevel(_a0 context.Context, _a1 string, _a2 string) error
- func (_m *FullNode) MarketAddBalance(ctx context.Context, wallet address.Address, addr address.Address, amt big.Int) (cid.Cid, error)
- func (_m *FullNode) MarketGetReserved(ctx context.Context, addr address.Address) (big.Int, error)
- func (_m *FullNode) MarketReleaseFunds(ctx context.Context, addr address.Address, amt big.Int) error
- func (_m *FullNode) MarketReserveFunds(ctx context.Context, wallet address.Address, addr address.Address, amt big.Int) (cid.Cid, error)
- func (_m *FullNode) MarketWithdraw(ctx context.Context, wallet address.Address, addr address.Address, amt big.Int) (cid.Cid, error)
- func (_m *FullNode) MinerCreateBlock(_a0 context.Context, _a1 *api.BlockTemplate) (*types.BlockMsg, error)
- func (_m *FullNode) MinerGetBaseInfo(_a0 context.Context, _a1 address.Address, _a2 abi.ChainEpoch, ...) (*api.MiningBaseInfo, error)
- func (_m *FullNode) MpoolBatchPush(_a0 context.Context, _a1 []*types.SignedMessage) ([]cid.Cid, error)
- func (_m *FullNode) MpoolBatchPushMessage(_a0 context.Context, _a1 []*types.Message, _a2 *api.MessageSendSpec) ([]*types.SignedMessage, error)
- func (_m *FullNode) MpoolBatchPushUntrusted(_a0 context.Context, _a1 []*types.SignedMessage) ([]cid.Cid, error)
- func (_m *FullNode) MpoolCheckMessages(_a0 context.Context, _a1 []*api.MessagePrototype) ([][]api.MessageCheckStatus, error)
- func (_m *FullNode) MpoolCheckPendingMessages(_a0 context.Context, _a1 address.Address) ([][]api.MessageCheckStatus, error)
- func (_m *FullNode) MpoolCheckReplaceMessages(_a0 context.Context, _a1 []*types.Message) ([][]api.MessageCheckStatus, error)
- func (_m *FullNode) MpoolClear(ctx context.Context, clearLocal bool) error
- func (_m *FullNode) MpoolGetConfig(_a0 context.Context) (*types.MpoolConfig, error)
- func (_m *FullNode) MpoolGetNonce(_a0 context.Context, _a1 address.Address) (uint64, error)
- func (_m *FullNode) MpoolPending(_a0 context.Context, _a1 types.TipSetKey) ([]*types.SignedMessage, error)
- func (_m *FullNode) MpoolPush(_a0 context.Context, _a1 *types.SignedMessage) (cid.Cid, error)
- func (_m *FullNode) MpoolPushMessage(ctx context.Context, msg *types.Message, spec *api.MessageSendSpec) (*types.SignedMessage, error)
- func (_m *FullNode) MpoolPushUntrusted(_a0 context.Context, _a1 *types.SignedMessage) (cid.Cid, error)
- func (_m *FullNode) MpoolSelect(_a0 context.Context, _a1 types.TipSetKey, _a2 float64) ([]*types.SignedMessage, error)
- func (_m *FullNode) MpoolSetConfig(_a0 context.Context, _a1 *types.MpoolConfig) error
- func (_m *FullNode) MpoolSub(_a0 context.Context) (<-chan api.MpoolUpdate, error)
- func (_m *FullNode) MsigAddApprove(_a0 context.Context, _a1 address.Address, _a2 address.Address, _a3 uint64, ...) (*api.MessagePrototype, error)
- func (_m *FullNode) MsigAddCancel(_a0 context.Context, _a1 address.Address, _a2 address.Address, _a3 uint64, ...) (*api.MessagePrototype, error)
- func (_m *FullNode) MsigAddPropose(_a0 context.Context, _a1 address.Address, _a2 address.Address, ...) (*api.MessagePrototype, error)
- func (_m *FullNode) MsigApprove(_a0 context.Context, _a1 address.Address, _a2 uint64, _a3 address.Address) (*api.MessagePrototype, error)
- func (_m *FullNode) MsigApproveTxnHash(_a0 context.Context, _a1 address.Address, _a2 uint64, _a3 address.Address, ...) (*api.MessagePrototype, error)
- func (_m *FullNode) MsigCancel(_a0 context.Context, _a1 address.Address, _a2 uint64, _a3 address.Address) (*api.MessagePrototype, error)
- func (_m *FullNode) MsigCancelTxnHash(_a0 context.Context, _a1 address.Address, _a2 uint64, _a3 address.Address, ...) (*api.MessagePrototype, error)
- func (_m *FullNode) MsigCreate(_a0 context.Context, _a1 uint64, _a2 []address.Address, _a3 abi.ChainEpoch, ...) (*api.MessagePrototype, error)
- func (_m *FullNode) MsigGetAvailableBalance(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (big.Int, error)
- func (_m *FullNode) MsigGetPending(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) ([]*api.MsigTransaction, error)
- func (_m *FullNode) MsigGetVested(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey, ...) (big.Int, error)
- func (_m *FullNode) MsigGetVestingSchedule(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (api.MsigVesting, error)
- func (_m *FullNode) MsigPropose(_a0 context.Context, _a1 address.Address, _a2 address.Address, _a3 big.Int, ...) (*api.MessagePrototype, error)
- func (_m *FullNode) MsigRemoveSigner(ctx context.Context, msig address.Address, proposer address.Address, ...) (*api.MessagePrototype, error)
- func (_m *FullNode) MsigSwapApprove(_a0 context.Context, _a1 address.Address, _a2 address.Address, _a3 uint64, ...) (*api.MessagePrototype, error)
- func (_m *FullNode) MsigSwapCancel(_a0 context.Context, _a1 address.Address, _a2 address.Address, _a3 uint64, ...) (*api.MessagePrototype, error)
- func (_m *FullNode) MsigSwapPropose(_a0 context.Context, _a1 address.Address, _a2 address.Address, ...) (*api.MessagePrototype, error)
- func (_m *FullNode) NetAddrsListen(_a0 context.Context) (peer.AddrInfo, error)
- func (_m *FullNode) NetAgentVersion(ctx context.Context, p peer.ID) (string, error)
- func (_m *FullNode) NetAutoNatStatus(_a0 context.Context) (api.NatInfo, error)
- func (_m *FullNode) NetBandwidthStats(ctx context.Context) (metrics.Stats, error)
- func (_m *FullNode) NetBandwidthStatsByPeer(ctx context.Context) (map[string]metrics.Stats, error)
- func (_m *FullNode) NetBandwidthStatsByProtocol(ctx context.Context) (map[protocol.ID]metrics.Stats, error)
- func (_m *FullNode) NetBlockAdd(ctx context.Context, acl api.NetBlockList) error
- func (_m *FullNode) NetBlockList(ctx context.Context) (api.NetBlockList, error)
- func (_m *FullNode) NetBlockRemove(ctx context.Context, acl api.NetBlockList) error
- func (_m *FullNode) NetConnect(_a0 context.Context, _a1 peer.AddrInfo) error
- func (_m *FullNode) NetConnectedness(_a0 context.Context, _a1 peer.ID) (network.Connectedness, error)
- func (_m *FullNode) NetDisconnect(_a0 context.Context, _a1 peer.ID) error
- func (_m *FullNode) NetFindPeer(_a0 context.Context, _a1 peer.ID) (peer.AddrInfo, error)
- func (_m *FullNode) NetLimit(ctx context.Context, scope string) (api.NetLimit, error)
- func (_m *FullNode) NetListening(ctx context.Context) (bool, error)
- func (_m *FullNode) NetPeerInfo(_a0 context.Context, _a1 peer.ID) (*api.ExtendedPeerInfo, error)
- func (_m *FullNode) NetPeers(_a0 context.Context) ([]peer.AddrInfo, error)
- func (_m *FullNode) NetPing(_a0 context.Context, _a1 peer.ID) (time.Duration, error)
- func (_m *FullNode) NetProtectAdd(ctx context.Context, acl []peer.ID) error
- func (_m *FullNode) NetProtectList(ctx context.Context) ([]peer.ID, error)
- func (_m *FullNode) NetProtectRemove(ctx context.Context, acl []peer.ID) error
- func (_m *FullNode) NetPubsubScores(_a0 context.Context) ([]api.PubsubScore, error)
- func (_m *FullNode) NetSetLimit(ctx context.Context, scope string, limit api.NetLimit) error
- func (_m *FullNode) NetStat(ctx context.Context, scope string) (api.NetStat, error)
- func (_m *FullNode) NetVersion(ctx context.Context) (string, error)
- func (_m *FullNode) NodeStatus(ctx context.Context, inclChainStatus bool) (api.NodeStatus, error)
- func (_m *FullNode) PaychAllocateLane(ctx context.Context, ch address.Address) (uint64, error)
- func (_m *FullNode) PaychAvailableFunds(ctx context.Context, ch address.Address) (*api.ChannelAvailableFunds, error)
- func (_m *FullNode) PaychAvailableFundsByFromTo(ctx context.Context, from address.Address, to address.Address) (*api.ChannelAvailableFunds, error)
- func (_m *FullNode) PaychCollect(_a0 context.Context, _a1 address.Address) (cid.Cid, error)
- func (_m *FullNode) PaychFund(ctx context.Context, from address.Address, to address.Address, amt big.Int) (*api.ChannelInfo, error)
- func (_m *FullNode) PaychGet(ctx context.Context, from address.Address, to address.Address, amt big.Int, ...) (*api.ChannelInfo, error)
- func (_m *FullNode) PaychGetWaitReady(_a0 context.Context, _a1 cid.Cid) (address.Address, error)
- func (_m *FullNode) PaychList(_a0 context.Context) ([]address.Address, error)
- func (_m *FullNode) PaychNewPayment(ctx context.Context, from address.Address, to address.Address, ...) (*api.PaymentInfo, error)
- func (_m *FullNode) PaychSettle(_a0 context.Context, _a1 address.Address) (cid.Cid, error)
- func (_m *FullNode) PaychStatus(_a0 context.Context, _a1 address.Address) (*api.PaychStatus, error)
- func (_m *FullNode) PaychVoucherAdd(_a0 context.Context, _a1 address.Address, _a2 *paych.SignedVoucher, _a3 []byte, ...) (big.Int, error)
- func (_m *FullNode) PaychVoucherCheckSpendable(_a0 context.Context, _a1 address.Address, _a2 *paych.SignedVoucher, _a3 []byte, ...) (bool, error)
- func (_m *FullNode) PaychVoucherCheckValid(_a0 context.Context, _a1 address.Address, _a2 *paych.SignedVoucher) error
- func (_m *FullNode) PaychVoucherCreate(_a0 context.Context, _a1 address.Address, _a2 big.Int, _a3 uint64) (*api.VoucherCreateResult, error)
- func (_m *FullNode) PaychVoucherList(_a0 context.Context, _a1 address.Address) ([]*paych.SignedVoucher, error)
- func (_m *FullNode) PaychVoucherSubmit(_a0 context.Context, _a1 address.Address, _a2 *paych.SignedVoucher, _a3 []byte, ...) (cid.Cid, error)
- func (_m *FullNode) Session(_a0 context.Context) (uuid.UUID, error)
- func (_m *FullNode) Shutdown(_a0 context.Context) error
- func (_m *FullNode) StartTime(_a0 context.Context) (time.Time, error)
- func (_m *FullNode) StateAccountKey(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (address.Address, error)
- func (_m *FullNode) StateActorCodeCIDs(_a0 context.Context, _a1 go_state_typesnetwork.Version) (map[string]cid.Cid, error)
- func (_m *FullNode) StateActorManifestCID(_a0 context.Context, _a1 go_state_typesnetwork.Version) (cid.Cid, error)
- func (_m *FullNode) StateAllMinerFaults(ctx context.Context, lookback abi.ChainEpoch, ts types.TipSetKey) ([]*api.Fault, error)
- func (_m *FullNode) StateCall(_a0 context.Context, _a1 *types.Message, _a2 types.TipSetKey) (*api.InvocResult, error)
- func (_m *FullNode) StateChangedActors(_a0 context.Context, _a1 cid.Cid, _a2 cid.Cid) (map[string]types.ActorV5, error)
- func (_m *FullNode) StateCirculatingSupply(_a0 context.Context, _a1 types.TipSetKey) (big.Int, error)
- func (_m *FullNode) StateCompute(_a0 context.Context, _a1 abi.ChainEpoch, _a2 []*types.Message, ...) (*api.ComputeStateOutput, error)
- func (_m *FullNode) StateComputeDataCID(ctx context.Context, maddr address.Address, sectorType abi.RegisteredSealProof, ...) (cid.Cid, error)
- func (_m *FullNode) StateDealProviderCollateralBounds(_a0 context.Context, _a1 abi.PaddedPieceSize, _a2 bool, _a3 types.TipSetKey) (api.DealCollateralBounds, error)
- func (_m *FullNode) StateDecodeParams(ctx context.Context, toAddr address.Address, method abi.MethodNum, ...) (interface{}, error)
- func (_m *FullNode) StateEncodeParams(ctx context.Context, toActCode cid.Cid, method abi.MethodNum, ...) ([]byte, error)
- func (_m *FullNode) StateGetActor(ctx context.Context, actor address.Address, tsk types.TipSetKey) (*types.ActorV5, error)
- func (_m *FullNode) StateGetAllAllocations(ctx context.Context, tsk types.TipSetKey) (map[verifreg.AllocationId]verifreg.Allocation, error)
- func (_m *FullNode) StateGetAllClaims(ctx context.Context, tsk types.TipSetKey) (map[verifreg.ClaimId]verifreg.Claim, error)
- func (_m *FullNode) StateGetAllocation(ctx context.Context, clientAddr address.Address, ...) (*verifreg.Allocation, error)
- func (_m *FullNode) StateGetAllocationForPendingDeal(ctx context.Context, dealId abi.DealID, tsk types.TipSetKey) (*verifreg.Allocation, error)
- func (_m *FullNode) StateGetAllocationIdForPendingDeal(ctx context.Context, dealId abi.DealID, tsk types.TipSetKey) (verifreg.AllocationId, error)
- func (_m *FullNode) StateGetAllocations(ctx context.Context, clientAddr address.Address, tsk types.TipSetKey) (map[verifreg.AllocationId]verifreg.Allocation, error)
- func (_m *FullNode) StateGetBeaconEntry(ctx context.Context, epoch abi.ChainEpoch) (*types.BeaconEntry, error)
- func (_m *FullNode) StateGetClaim(ctx context.Context, providerAddr address.Address, claimId verifreg.ClaimId, ...) (*verifreg.Claim, error)
- func (_m *FullNode) StateGetClaims(ctx context.Context, providerAddr address.Address, tsk types.TipSetKey) (map[verifreg.ClaimId]verifreg.Claim, error)
- func (_m *FullNode) StateGetNetworkParams(ctx context.Context) (*api.NetworkParams, error)
- func (_m *FullNode) StateGetRandomnessDigestFromBeacon(ctx context.Context, randEpoch abi.ChainEpoch, tsk types.TipSetKey) (abi.Randomness, error)
- func (_m *FullNode) StateGetRandomnessDigestFromTickets(ctx context.Context, randEpoch abi.ChainEpoch, tsk types.TipSetKey) (abi.Randomness, error)
- func (_m *FullNode) StateGetRandomnessFromBeacon(ctx context.Context, personalization crypto.DomainSeparationTag, ...) (abi.Randomness, error)
- func (_m *FullNode) StateGetRandomnessFromTickets(ctx context.Context, personalization crypto.DomainSeparationTag, ...) (abi.Randomness, error)
- func (_m *FullNode) StateListActors(_a0 context.Context, _a1 types.TipSetKey) ([]address.Address, error)
- func (_m *FullNode) StateListMessages(ctx context.Context, match *api.MessageMatch, tsk types.TipSetKey, ...) ([]cid.Cid, error)
- func (_m *FullNode) StateListMiners(_a0 context.Context, _a1 types.TipSetKey) ([]address.Address, error)
- func (_m *FullNode) StateLookupID(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (address.Address, error)
- func (_m *FullNode) StateLookupRobustAddress(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (address.Address, error)
- func (_m *FullNode) StateMarketBalance(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (api.MarketBalance, error)
- func (_m *FullNode) StateMarketDeals(_a0 context.Context, _a1 types.TipSetKey) (map[string]*api.MarketDeal, error)
- func (_m *FullNode) StateMarketParticipants(_a0 context.Context, _a1 types.TipSetKey) (map[string]api.MarketBalance, error)
- func (_m *FullNode) StateMarketStorageDeal(_a0 context.Context, _a1 abi.DealID, _a2 types.TipSetKey) (*api.MarketDeal, error)
- func (_m *FullNode) StateMinerActiveSectors(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) ([]*miner.SectorOnChainInfo, error)
- func (_m *FullNode) StateMinerAllocated(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (*bitfield.BitField, error)
- func (_m *FullNode) StateMinerAvailableBalance(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (big.Int, error)
- func (_m *FullNode) StateMinerDeadlines(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) ([]api.Deadline, error)
- func (_m *FullNode) StateMinerFaults(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (bitfield.BitField, error)
- func (_m *FullNode) StateMinerInfo(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (api.MinerInfo, error)
- func (_m *FullNode) StateMinerInitialPledgeCollateral(_a0 context.Context, _a1 address.Address, _a2 v9miner.SectorPreCommitInfo, ...) (big.Int, error)
- func (_m *FullNode) StateMinerPartitions(ctx context.Context, m address.Address, dlIdx uint64, tsk types.TipSetKey) ([]api.Partition, error)
- func (_m *FullNode) StateMinerPower(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (*api.MinerPower, error)
- func (_m *FullNode) StateMinerPreCommitDepositForPower(_a0 context.Context, _a1 address.Address, _a2 v9miner.SectorPreCommitInfo, ...) (big.Int, error)
- func (_m *FullNode) StateMinerProvingDeadline(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (*dline.Info, error)
- func (_m *FullNode) StateMinerRecoveries(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (bitfield.BitField, error)
- func (_m *FullNode) StateMinerSectorAllocated(_a0 context.Context, _a1 address.Address, _a2 abi.SectorNumber, ...) (bool, error)
- func (_m *FullNode) StateMinerSectorCount(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (api.MinerSectors, error)
- func (_m *FullNode) StateMinerSectors(_a0 context.Context, _a1 address.Address, _a2 *bitfield.BitField, ...) ([]*miner.SectorOnChainInfo, error)
- func (_m *FullNode) StateNetworkName(_a0 context.Context) (dtypes.NetworkName, error)
- func (_m *FullNode) StateNetworkVersion(_a0 context.Context, _a1 types.TipSetKey) (go_state_typesnetwork.Version, error)
- func (_m *FullNode) StateReadState(ctx context.Context, actor address.Address, tsk types.TipSetKey) (*api.ActorState, error)
- func (_m *FullNode) StateReplay(_a0 context.Context, _a1 types.TipSetKey, _a2 cid.Cid) (*api.InvocResult, error)
- func (_m *FullNode) StateSearchMsg(ctx context.Context, from types.TipSetKey, msg cid.Cid, limit abi.ChainEpoch, ...) (*api.MsgLookup, error)
- func (_m *FullNode) StateSectorExpiration(_a0 context.Context, _a1 address.Address, _a2 abi.SectorNumber, ...) (*builtinminer.SectorExpiration, error)
- func (_m *FullNode) StateSectorGetInfo(_a0 context.Context, _a1 address.Address, _a2 abi.SectorNumber, ...) (*miner.SectorOnChainInfo, error)
- func (_m *FullNode) StateSectorPartition(ctx context.Context, maddr address.Address, sectorNumber abi.SectorNumber, ...) (*builtinminer.SectorLocation, error)
- func (_m *FullNode) StateSectorPreCommitInfo(_a0 context.Context, _a1 address.Address, _a2 abi.SectorNumber, ...) (*v9miner.SectorPreCommitOnChainInfo, error)
- func (_m *FullNode) StateVMCirculatingSupplyInternal(_a0 context.Context, _a1 types.TipSetKey) (api.CirculatingSupply, error)
- func (_m *FullNode) StateVerifiedClientStatus(ctx context.Context, addr address.Address, tsk types.TipSetKey) (*big.Int, error)
- func (_m *FullNode) StateVerifiedRegistryRootKey(ctx context.Context, tsk types.TipSetKey) (address.Address, error)
- func (_m *FullNode) StateVerifierStatus(ctx context.Context, addr address.Address, tsk types.TipSetKey) (*big.Int, error)
- func (_m *FullNode) StateWaitMsg(ctx context.Context, _a1 cid.Cid, confidence uint64, limit abi.ChainEpoch, ...) (*api.MsgLookup, error)
- func (_m *FullNode) SubscribeActorEventsRaw(ctx context.Context, filter *types.ActorEventFilter) (<-chan *types.ActorEvent, error)
- func (_m *FullNode) SyncCheckBad(ctx context.Context, bcid cid.Cid) (string, error)
- func (_m *FullNode) SyncCheckpoint(ctx context.Context, tsk types.TipSetKey) error
- func (_m *FullNode) SyncIncomingBlocks(ctx context.Context) (<-chan *types.BlockHeader, error)
- func (_m *FullNode) SyncMarkBad(ctx context.Context, bcid cid.Cid) error
- func (_m *FullNode) SyncState(_a0 context.Context) (*api.SyncState, error)
- func (_m *FullNode) SyncSubmitBlock(ctx context.Context, blk *types.BlockMsg) error
- func (_m *FullNode) SyncUnmarkAllBad(ctx context.Context) error
- func (_m *FullNode) SyncUnmarkBad(ctx context.Context, bcid cid.Cid) error
- func (_m *FullNode) SyncValidateTipset(ctx context.Context, tsk types.TipSetKey) (bool, error)
- func (_m *FullNode) Version(_a0 context.Context) (api.APIVersion, error)
- func (_m *FullNode) WalletBalance(_a0 context.Context, _a1 address.Address) (big.Int, error)
- func (_m *FullNode) WalletDefaultAddress(_a0 context.Context) (address.Address, error)
- func (_m *FullNode) WalletDelete(_a0 context.Context, _a1 address.Address) error
- func (_m *FullNode) WalletExport(_a0 context.Context, _a1 address.Address) (*types.KeyInfo, error)
- func (_m *FullNode) WalletHas(_a0 context.Context, _a1 address.Address) (bool, error)
- func (_m *FullNode) WalletImport(_a0 context.Context, _a1 *types.KeyInfo) (address.Address, error)
- func (_m *FullNode) WalletList(_a0 context.Context) ([]address.Address, error)
- func (_m *FullNode) WalletNew(_a0 context.Context, _a1 types.KeyType) (address.Address, error)
- func (_m *FullNode) WalletSetDefault(_a0 context.Context, _a1 address.Address) error
- func (_m *FullNode) WalletSign(_a0 context.Context, _a1 address.Address, _a2 []byte) (*crypto.Signature, error)
- func (_m *FullNode) WalletSignMessage(_a0 context.Context, _a1 address.Address, _a2 *types.Message) (*types.SignedMessage, error)
- func (_m *FullNode) WalletValidateAddress(_a0 context.Context, _a1 string) (address.Address, error)
- func (_m *FullNode) WalletVerify(_a0 context.Context, _a1 address.Address, _a2 []byte, _a3 *crypto.Signature) (bool, error)
- func (_m *FullNode) Web3ClientVersion(ctx context.Context) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FullNode ¶ added in v1.2801.0
FullNode is an autogenerated mock type for the FullNode type
func NewFullNode ¶ added in v1.2801.0
NewFullNode creates a new instance of FullNode. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*FullNode) AuthNew ¶ added in v1.2801.0
AuthNew provides a mock function with given fields: ctx, perms
func (*FullNode) AuthVerify ¶ added in v1.2801.0
AuthVerify provides a mock function with given fields: ctx, token
func (*FullNode) ChainBlockstoreInfo ¶ added in v1.2801.0
ChainBlockstoreInfo provides a mock function with given fields: _a0
func (*FullNode) ChainCheckBlockstore ¶ added in v1.2801.0
ChainCheckBlockstore provides a mock function with given fields: _a0
func (*FullNode) ChainDeleteObj ¶ added in v1.2801.0
ChainDeleteObj provides a mock function with given fields: _a0, _a1
func (*FullNode) ChainExport ¶ added in v1.2801.0
func (_m *FullNode) ChainExport(ctx context.Context, nroots abi.ChainEpoch, oldmsgskip bool, tsk types.TipSetKey) (<-chan []byte, error)
ChainExport provides a mock function with given fields: ctx, nroots, oldmsgskip, tsk
func (*FullNode) ChainExportRangeInternal ¶ added in v1.2801.0
func (_m *FullNode) ChainExportRangeInternal(ctx context.Context, head types.TipSetKey, tail types.TipSetKey, cfg api.ChainExportConfig) error
ChainExportRangeInternal provides a mock function with given fields: ctx, head, tail, cfg
func (*FullNode) ChainGetBlock ¶ added in v1.2801.0
ChainGetBlock provides a mock function with given fields: _a0, _a1
func (*FullNode) ChainGetBlockMessages ¶ added in v1.2801.0
func (_m *FullNode) ChainGetBlockMessages(ctx context.Context, blockCid cid.Cid) (*api.BlockMessages, error)
ChainGetBlockMessages provides a mock function with given fields: ctx, blockCid
func (*FullNode) ChainGetEvents ¶ added in v1.2801.0
ChainGetEvents provides a mock function with given fields: _a0, _a1
func (*FullNode) ChainGetGenesis ¶ added in v1.2801.0
ChainGetGenesis provides a mock function with given fields: _a0
func (*FullNode) ChainGetMessage ¶ added in v1.2801.0
ChainGetMessage provides a mock function with given fields: _a0, _a1
func (*FullNode) ChainGetMessagesInTipset ¶ added in v1.2801.0
func (_m *FullNode) ChainGetMessagesInTipset(ctx context.Context, tsk types.TipSetKey) ([]api.Message, error)
ChainGetMessagesInTipset provides a mock function with given fields: ctx, tsk
func (*FullNode) ChainGetNode ¶ added in v1.2801.0
ChainGetNode provides a mock function with given fields: ctx, p
func (*FullNode) ChainGetParentMessages ¶ added in v1.2801.0
func (_m *FullNode) ChainGetParentMessages(ctx context.Context, blockCid cid.Cid) ([]api.Message, error)
ChainGetParentMessages provides a mock function with given fields: ctx, blockCid
func (*FullNode) ChainGetParentReceipts ¶ added in v1.2801.0
func (_m *FullNode) ChainGetParentReceipts(ctx context.Context, blockCid cid.Cid) ([]*types.MessageReceipt, error)
ChainGetParentReceipts provides a mock function with given fields: ctx, blockCid
func (*FullNode) ChainGetPath ¶ added in v1.2801.0
func (_m *FullNode) ChainGetPath(ctx context.Context, from types.TipSetKey, to types.TipSetKey) ([]*api.HeadChange, error)
ChainGetPath provides a mock function with given fields: ctx, from, to
func (*FullNode) ChainGetTipSet ¶ added in v1.2801.0
ChainGetTipSet provides a mock function with given fields: _a0, _a1
func (*FullNode) ChainGetTipSetAfterHeight ¶ added in v1.2801.0
func (_m *FullNode) ChainGetTipSetAfterHeight(_a0 context.Context, _a1 abi.ChainEpoch, _a2 types.TipSetKey) (*types.TipSet, error)
ChainGetTipSetAfterHeight provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) ChainGetTipSetByHeight ¶ added in v1.2801.0
func (_m *FullNode) ChainGetTipSetByHeight(_a0 context.Context, _a1 abi.ChainEpoch, _a2 types.TipSetKey) (*types.TipSet, error)
ChainGetTipSetByHeight provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) ChainHasObj ¶ added in v1.2801.0
ChainHasObj provides a mock function with given fields: _a0, _a1
func (*FullNode) ChainHead ¶ added in v1.2801.0
ChainHead provides a mock function with given fields: _a0
func (*FullNode) ChainHotGC ¶ added in v1.2801.0
ChainHotGC provides a mock function with given fields: ctx, opts
func (*FullNode) ChainNotify ¶ added in v1.2801.0
ChainNotify provides a mock function with given fields: _a0
func (*FullNode) ChainPrune ¶ added in v1.2801.0
ChainPrune provides a mock function with given fields: ctx, opts
func (*FullNode) ChainPutObj ¶ added in v1.2801.0
ChainPutObj provides a mock function with given fields: _a0, _a1
func (*FullNode) ChainReadObj ¶ added in v1.2801.0
ChainReadObj provides a mock function with given fields: _a0, _a1
func (*FullNode) ChainSetHead ¶ added in v1.2801.0
ChainSetHead provides a mock function with given fields: _a0, _a1
func (*FullNode) ChainStatObj ¶ added in v1.2801.0
func (_m *FullNode) ChainStatObj(ctx context.Context, obj cid.Cid, base cid.Cid) (api.ObjStat, error)
ChainStatObj provides a mock function with given fields: ctx, obj, base
func (*FullNode) ChainTipSetWeight ¶ added in v1.2801.0
ChainTipSetWeight provides a mock function with given fields: _a0, _a1
func (*FullNode) Closing ¶ added in v1.2801.0
Closing provides a mock function with given fields: _a0
func (*FullNode) CreateBackup ¶ added in v1.2801.0
CreateBackup provides a mock function with given fields: ctx, fpath
func (*FullNode) Discover ¶ added in v1.2801.0
Discover provides a mock function with given fields: ctx
func (*FullNode) EthAccounts ¶ added in v1.2801.0
EthAccounts provides a mock function with given fields: ctx
func (*FullNode) EthAddressToFilecoinAddress ¶ added in v1.2801.0
func (_m *FullNode) EthAddressToFilecoinAddress(ctx context.Context, ethAddress ethtypes.EthAddress) (address.Address, error)
EthAddressToFilecoinAddress provides a mock function with given fields: ctx, ethAddress
func (*FullNode) EthBlockNumber ¶ added in v1.2801.0
EthBlockNumber provides a mock function with given fields: ctx
func (*FullNode) EthCall ¶ added in v1.2801.0
func (_m *FullNode) EthCall(ctx context.Context, tx ethtypes.EthCall, blkParam ethtypes.EthBlockNumberOrHash) (ethtypes.EthBytes, error)
EthCall provides a mock function with given fields: ctx, tx, blkParam
func (*FullNode) EthChainId ¶ added in v1.2801.0
EthChainId provides a mock function with given fields: ctx
func (*FullNode) EthEstimateGas ¶ added in v1.2801.0
func (_m *FullNode) EthEstimateGas(ctx context.Context, p jsonrpc.RawParams) (ethtypes.EthUint64, error)
EthEstimateGas provides a mock function with given fields: ctx, p
func (*FullNode) EthFeeHistory ¶ added in v1.2801.0
func (_m *FullNode) EthFeeHistory(ctx context.Context, p jsonrpc.RawParams) (ethtypes.EthFeeHistory, error)
EthFeeHistory provides a mock function with given fields: ctx, p
func (*FullNode) EthGasPrice ¶ added in v1.2801.0
EthGasPrice provides a mock function with given fields: ctx
func (*FullNode) EthGetBalance ¶ added in v1.2801.0
func (_m *FullNode) EthGetBalance(ctx context.Context, _a1 ethtypes.EthAddress, blkParam ethtypes.EthBlockNumberOrHash) (ethtypes.EthBigInt, error)
EthGetBalance provides a mock function with given fields: ctx, _a1, blkParam
func (*FullNode) EthGetBlockByHash ¶ added in v1.2801.0
func (_m *FullNode) EthGetBlockByHash(ctx context.Context, blkHash ethtypes.EthHash, fullTxInfo bool) (ethtypes.EthBlock, error)
EthGetBlockByHash provides a mock function with given fields: ctx, blkHash, fullTxInfo
func (*FullNode) EthGetBlockByNumber ¶ added in v1.2801.0
func (_m *FullNode) EthGetBlockByNumber(ctx context.Context, blkNum string, fullTxInfo bool) (ethtypes.EthBlock, error)
EthGetBlockByNumber provides a mock function with given fields: ctx, blkNum, fullTxInfo
func (*FullNode) EthGetBlockTransactionCountByHash ¶ added in v1.2801.0
func (_m *FullNode) EthGetBlockTransactionCountByHash(ctx context.Context, blkHash ethtypes.EthHash) (ethtypes.EthUint64, error)
EthGetBlockTransactionCountByHash provides a mock function with given fields: ctx, blkHash
func (*FullNode) EthGetBlockTransactionCountByNumber ¶ added in v1.2801.0
func (_m *FullNode) EthGetBlockTransactionCountByNumber(ctx context.Context, blkNum ethtypes.EthUint64) (ethtypes.EthUint64, error)
EthGetBlockTransactionCountByNumber provides a mock function with given fields: ctx, blkNum
func (*FullNode) EthGetCode ¶ added in v1.2801.0
func (_m *FullNode) EthGetCode(ctx context.Context, _a1 ethtypes.EthAddress, blkParam ethtypes.EthBlockNumberOrHash) (ethtypes.EthBytes, error)
EthGetCode provides a mock function with given fields: ctx, _a1, blkParam
func (*FullNode) EthGetFilterChanges ¶ added in v1.2801.0
func (_m *FullNode) EthGetFilterChanges(ctx context.Context, id ethtypes.EthFilterID) (*ethtypes.EthFilterResult, error)
EthGetFilterChanges provides a mock function with given fields: ctx, id
func (*FullNode) EthGetFilterLogs ¶ added in v1.2801.0
func (_m *FullNode) EthGetFilterLogs(ctx context.Context, id ethtypes.EthFilterID) (*ethtypes.EthFilterResult, error)
EthGetFilterLogs provides a mock function with given fields: ctx, id
func (*FullNode) EthGetLogs ¶ added in v1.2801.0
func (_m *FullNode) EthGetLogs(ctx context.Context, filter *ethtypes.EthFilterSpec) (*ethtypes.EthFilterResult, error)
EthGetLogs provides a mock function with given fields: ctx, filter
func (*FullNode) EthGetMessageCidByTransactionHash ¶ added in v1.2801.0
func (_m *FullNode) EthGetMessageCidByTransactionHash(ctx context.Context, txHash *ethtypes.EthHash) (*cid.Cid, error)
EthGetMessageCidByTransactionHash provides a mock function with given fields: ctx, txHash
func (*FullNode) EthGetStorageAt ¶ added in v1.2801.0
func (_m *FullNode) EthGetStorageAt(ctx context.Context, _a1 ethtypes.EthAddress, position ethtypes.EthBytes, blkParam ethtypes.EthBlockNumberOrHash) (ethtypes.EthBytes, error)
EthGetStorageAt provides a mock function with given fields: ctx, _a1, position, blkParam
func (*FullNode) EthGetTransactionByBlockHashAndIndex ¶ added in v1.2801.0
func (_m *FullNode) EthGetTransactionByBlockHashAndIndex(ctx context.Context, blkHash ethtypes.EthHash, txIndex ethtypes.EthUint64) (ethtypes.EthTx, error)
EthGetTransactionByBlockHashAndIndex provides a mock function with given fields: ctx, blkHash, txIndex
func (*FullNode) EthGetTransactionByBlockNumberAndIndex ¶ added in v1.2801.0
func (_m *FullNode) EthGetTransactionByBlockNumberAndIndex(ctx context.Context, blkNum ethtypes.EthUint64, txIndex ethtypes.EthUint64) (ethtypes.EthTx, error)
EthGetTransactionByBlockNumberAndIndex provides a mock function with given fields: ctx, blkNum, txIndex
func (*FullNode) EthGetTransactionByHash ¶ added in v1.2801.0
func (_m *FullNode) EthGetTransactionByHash(ctx context.Context, txHash *ethtypes.EthHash) (*ethtypes.EthTx, error)
EthGetTransactionByHash provides a mock function with given fields: ctx, txHash
func (*FullNode) EthGetTransactionByHashLimited ¶ added in v1.2801.0
func (_m *FullNode) EthGetTransactionByHashLimited(ctx context.Context, txHash *ethtypes.EthHash, limit abi.ChainEpoch) (*ethtypes.EthTx, error)
EthGetTransactionByHashLimited provides a mock function with given fields: ctx, txHash, limit
func (*FullNode) EthGetTransactionCount ¶ added in v1.2801.0
func (_m *FullNode) EthGetTransactionCount(ctx context.Context, sender ethtypes.EthAddress, blkParam ethtypes.EthBlockNumberOrHash) (ethtypes.EthUint64, error)
EthGetTransactionCount provides a mock function with given fields: ctx, sender, blkParam
func (*FullNode) EthGetTransactionHashByCid ¶ added in v1.2801.0
func (_m *FullNode) EthGetTransactionHashByCid(ctx context.Context, _a1 cid.Cid) (*ethtypes.EthHash, error)
EthGetTransactionHashByCid provides a mock function with given fields: ctx, _a1
func (*FullNode) EthGetTransactionReceipt ¶ added in v1.2801.0
func (_m *FullNode) EthGetTransactionReceipt(ctx context.Context, txHash ethtypes.EthHash) (*api.EthTxReceipt, error)
EthGetTransactionReceipt provides a mock function with given fields: ctx, txHash
func (*FullNode) EthGetTransactionReceiptLimited ¶ added in v1.2801.0
func (_m *FullNode) EthGetTransactionReceiptLimited(ctx context.Context, txHash ethtypes.EthHash, limit abi.ChainEpoch) (*api.EthTxReceipt, error)
EthGetTransactionReceiptLimited provides a mock function with given fields: ctx, txHash, limit
func (*FullNode) EthMaxPriorityFeePerGas ¶ added in v1.2801.0
EthMaxPriorityFeePerGas provides a mock function with given fields: ctx
func (*FullNode) EthNewBlockFilter ¶ added in v1.2801.0
EthNewBlockFilter provides a mock function with given fields: ctx
func (*FullNode) EthNewFilter ¶ added in v1.2801.0
func (_m *FullNode) EthNewFilter(ctx context.Context, filter *ethtypes.EthFilterSpec) (ethtypes.EthFilterID, error)
EthNewFilter provides a mock function with given fields: ctx, filter
func (*FullNode) EthNewPendingTransactionFilter ¶ added in v1.2801.0
func (_m *FullNode) EthNewPendingTransactionFilter(ctx context.Context) (ethtypes.EthFilterID, error)
EthNewPendingTransactionFilter provides a mock function with given fields: ctx
func (*FullNode) EthProtocolVersion ¶ added in v1.2801.0
EthProtocolVersion provides a mock function with given fields: ctx
func (*FullNode) EthSendRawTransaction ¶ added in v1.2801.0
func (_m *FullNode) EthSendRawTransaction(ctx context.Context, rawTx ethtypes.EthBytes) (ethtypes.EthHash, error)
EthSendRawTransaction provides a mock function with given fields: ctx, rawTx
func (*FullNode) EthSubscribe ¶ added in v1.2801.0
func (_m *FullNode) EthSubscribe(ctx context.Context, params jsonrpc.RawParams) (ethtypes.EthSubscriptionID, error)
EthSubscribe provides a mock function with given fields: ctx, params
func (*FullNode) EthSyncing ¶ added in v1.2801.0
EthSyncing provides a mock function with given fields: ctx
func (*FullNode) EthTraceBlock ¶ added in v1.2801.0
func (_m *FullNode) EthTraceBlock(ctx context.Context, blkNum string) ([]*ethtypes.EthTraceBlock, error)
EthTraceBlock provides a mock function with given fields: ctx, blkNum
func (*FullNode) EthTraceFilter ¶ added in v1.2900.0
func (_m *FullNode) EthTraceFilter(ctx context.Context, filter ethtypes.EthTraceFilterCriteria) ([]*ethtypes.EthTraceFilterResult, error)
EthTraceFilter provides a mock function with given fields: ctx, filter
func (*FullNode) EthTraceReplayBlockTransactions ¶ added in v1.2801.0
func (_m *FullNode) EthTraceReplayBlockTransactions(ctx context.Context, blkNum string, traceTypes []string) ([]*ethtypes.EthTraceReplayBlockTransaction, error)
EthTraceReplayBlockTransactions provides a mock function with given fields: ctx, blkNum, traceTypes
func (*FullNode) EthTraceTransaction ¶ added in v1.2801.0
func (_m *FullNode) EthTraceTransaction(ctx context.Context, txHash string) ([]*ethtypes.EthTraceTransaction, error)
EthTraceTransaction provides a mock function with given fields: ctx, txHash
func (*FullNode) EthUninstallFilter ¶ added in v1.2801.0
EthUninstallFilter provides a mock function with given fields: ctx, id
func (*FullNode) EthUnsubscribe ¶ added in v1.2801.0
func (_m *FullNode) EthUnsubscribe(ctx context.Context, id ethtypes.EthSubscriptionID) (bool, error)
EthUnsubscribe provides a mock function with given fields: ctx, id
func (*FullNode) F3GetCertificate ¶ added in v1.2801.0
func (_m *FullNode) F3GetCertificate(ctx context.Context, instance uint64) (*certs.FinalityCertificate, error)
F3GetCertificate provides a mock function with given fields: ctx, instance
func (*FullNode) F3GetECPowerTable ¶ added in v1.2801.0
func (_m *FullNode) F3GetECPowerTable(ctx context.Context, tsk types.TipSetKey) (gpbft.PowerEntries, error)
F3GetECPowerTable provides a mock function with given fields: ctx, tsk
func (*FullNode) F3GetF3PowerTable ¶ added in v1.2801.0
func (_m *FullNode) F3GetF3PowerTable(ctx context.Context, tsk types.TipSetKey) (gpbft.PowerEntries, error)
F3GetF3PowerTable provides a mock function with given fields: ctx, tsk
func (*FullNode) F3GetLatestCertificate ¶ added in v1.2801.0
F3GetLatestCertificate provides a mock function with given fields: ctx
func (*FullNode) F3Participate ¶ added in v1.2801.0
func (_m *FullNode) F3Participate(ctx context.Context, minerID address.Address, newLeaseExpiration time.Time, oldLeaseExpiration time.Time) (bool, error)
F3Participate provides a mock function with given fields: ctx, minerID, newLeaseExpiration, oldLeaseExpiration
func (*FullNode) FilecoinAddressToEthAddress ¶ added in v1.2801.0
func (_m *FullNode) FilecoinAddressToEthAddress(ctx context.Context, p jsonrpc.RawParams) (ethtypes.EthAddress, error)
FilecoinAddressToEthAddress provides a mock function with given fields: ctx, p
func (*FullNode) GasEstimateFeeCap ¶ added in v1.2801.0
func (_m *FullNode) GasEstimateFeeCap(_a0 context.Context, _a1 *types.Message, _a2 int64, _a3 types.TipSetKey) (big.Int, error)
GasEstimateFeeCap provides a mock function with given fields: _a0, _a1, _a2, _a3
func (*FullNode) GasEstimateGasLimit ¶ added in v1.2801.0
func (_m *FullNode) GasEstimateGasLimit(_a0 context.Context, _a1 *types.Message, _a2 types.TipSetKey) (int64, error)
GasEstimateGasLimit provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) GasEstimateGasPremium ¶ added in v1.2801.0
func (_m *FullNode) GasEstimateGasPremium(_a0 context.Context, nblocksincl uint64, sender address.Address, gaslimit int64, tsk types.TipSetKey) (big.Int, error)
GasEstimateGasPremium provides a mock function with given fields: _a0, nblocksincl, sender, gaslimit, tsk
func (*FullNode) GasEstimateMessageGas ¶ added in v1.2801.0
func (_m *FullNode) GasEstimateMessageGas(_a0 context.Context, _a1 *types.Message, _a2 *api.MessageSendSpec, _a3 types.TipSetKey) (*types.Message, error)
GasEstimateMessageGas provides a mock function with given fields: _a0, _a1, _a2, _a3
func (*FullNode) GetActorEventsRaw ¶ added in v1.2801.0
func (_m *FullNode) GetActorEventsRaw(ctx context.Context, filter *types.ActorEventFilter) ([]*types.ActorEvent, error)
GetActorEventsRaw provides a mock function with given fields: ctx, filter
func (*FullNode) LogAlerts ¶ added in v1.2801.0
LogAlerts provides a mock function with given fields: ctx
func (*FullNode) LogList ¶ added in v1.2801.0
LogList provides a mock function with given fields: _a0
func (*FullNode) LogSetLevel ¶ added in v1.2801.0
LogSetLevel provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) MarketAddBalance ¶ added in v1.2801.0
func (_m *FullNode) MarketAddBalance(ctx context.Context, wallet address.Address, addr address.Address, amt big.Int) (cid.Cid, error)
MarketAddBalance provides a mock function with given fields: ctx, wallet, addr, amt
func (*FullNode) MarketGetReserved ¶ added in v1.2801.0
MarketGetReserved provides a mock function with given fields: ctx, addr
func (*FullNode) MarketReleaseFunds ¶ added in v1.2801.0
func (_m *FullNode) MarketReleaseFunds(ctx context.Context, addr address.Address, amt big.Int) error
MarketReleaseFunds provides a mock function with given fields: ctx, addr, amt
func (*FullNode) MarketReserveFunds ¶ added in v1.2801.0
func (_m *FullNode) MarketReserveFunds(ctx context.Context, wallet address.Address, addr address.Address, amt big.Int) (cid.Cid, error)
MarketReserveFunds provides a mock function with given fields: ctx, wallet, addr, amt
func (*FullNode) MarketWithdraw ¶ added in v1.2801.0
func (_m *FullNode) MarketWithdraw(ctx context.Context, wallet address.Address, addr address.Address, amt big.Int) (cid.Cid, error)
MarketWithdraw provides a mock function with given fields: ctx, wallet, addr, amt
func (*FullNode) MinerCreateBlock ¶ added in v1.2801.0
func (_m *FullNode) MinerCreateBlock(_a0 context.Context, _a1 *api.BlockTemplate) (*types.BlockMsg, error)
MinerCreateBlock provides a mock function with given fields: _a0, _a1
func (*FullNode) MinerGetBaseInfo ¶ added in v1.2801.0
func (_m *FullNode) MinerGetBaseInfo(_a0 context.Context, _a1 address.Address, _a2 abi.ChainEpoch, _a3 types.TipSetKey) (*api.MiningBaseInfo, error)
MinerGetBaseInfo provides a mock function with given fields: _a0, _a1, _a2, _a3
func (*FullNode) MpoolBatchPush ¶ added in v1.2801.0
func (_m *FullNode) MpoolBatchPush(_a0 context.Context, _a1 []*types.SignedMessage) ([]cid.Cid, error)
MpoolBatchPush provides a mock function with given fields: _a0, _a1
func (*FullNode) MpoolBatchPushMessage ¶ added in v1.2801.0
func (_m *FullNode) MpoolBatchPushMessage(_a0 context.Context, _a1 []*types.Message, _a2 *api.MessageSendSpec) ([]*types.SignedMessage, error)
MpoolBatchPushMessage provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) MpoolBatchPushUntrusted ¶ added in v1.2801.0
func (_m *FullNode) MpoolBatchPushUntrusted(_a0 context.Context, _a1 []*types.SignedMessage) ([]cid.Cid, error)
MpoolBatchPushUntrusted provides a mock function with given fields: _a0, _a1
func (*FullNode) MpoolCheckMessages ¶ added in v1.2801.0
func (_m *FullNode) MpoolCheckMessages(_a0 context.Context, _a1 []*api.MessagePrototype) ([][]api.MessageCheckStatus, error)
MpoolCheckMessages provides a mock function with given fields: _a0, _a1
func (*FullNode) MpoolCheckPendingMessages ¶ added in v1.2801.0
func (_m *FullNode) MpoolCheckPendingMessages(_a0 context.Context, _a1 address.Address) ([][]api.MessageCheckStatus, error)
MpoolCheckPendingMessages provides a mock function with given fields: _a0, _a1
func (*FullNode) MpoolCheckReplaceMessages ¶ added in v1.2801.0
func (_m *FullNode) MpoolCheckReplaceMessages(_a0 context.Context, _a1 []*types.Message) ([][]api.MessageCheckStatus, error)
MpoolCheckReplaceMessages provides a mock function with given fields: _a0, _a1
func (*FullNode) MpoolClear ¶ added in v1.2801.0
MpoolClear provides a mock function with given fields: ctx, clearLocal
func (*FullNode) MpoolGetConfig ¶ added in v1.2801.0
MpoolGetConfig provides a mock function with given fields: _a0
func (*FullNode) MpoolGetNonce ¶ added in v1.2801.0
MpoolGetNonce provides a mock function with given fields: _a0, _a1
func (*FullNode) MpoolPending ¶ added in v1.2801.0
func (_m *FullNode) MpoolPending(_a0 context.Context, _a1 types.TipSetKey) ([]*types.SignedMessage, error)
MpoolPending provides a mock function with given fields: _a0, _a1
func (*FullNode) MpoolPush ¶ added in v1.2801.0
MpoolPush provides a mock function with given fields: _a0, _a1
func (*FullNode) MpoolPushMessage ¶ added in v1.2801.0
func (_m *FullNode) MpoolPushMessage(ctx context.Context, msg *types.Message, spec *api.MessageSendSpec) (*types.SignedMessage, error)
MpoolPushMessage provides a mock function with given fields: ctx, msg, spec
func (*FullNode) MpoolPushUntrusted ¶ added in v1.2801.0
func (_m *FullNode) MpoolPushUntrusted(_a0 context.Context, _a1 *types.SignedMessage) (cid.Cid, error)
MpoolPushUntrusted provides a mock function with given fields: _a0, _a1
func (*FullNode) MpoolSelect ¶ added in v1.2801.0
func (_m *FullNode) MpoolSelect(_a0 context.Context, _a1 types.TipSetKey, _a2 float64) ([]*types.SignedMessage, error)
MpoolSelect provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) MpoolSetConfig ¶ added in v1.2801.0
MpoolSetConfig provides a mock function with given fields: _a0, _a1
func (*FullNode) MpoolSub ¶ added in v1.2801.0
MpoolSub provides a mock function with given fields: _a0
func (*FullNode) MsigAddApprove ¶ added in v1.2801.0
func (_m *FullNode) MsigAddApprove(_a0 context.Context, _a1 address.Address, _a2 address.Address, _a3 uint64, _a4 address.Address, _a5 address.Address, _a6 bool) (*api.MessagePrototype, error)
MsigAddApprove provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4, _a5, _a6
func (*FullNode) MsigAddCancel ¶ added in v1.2801.0
func (_m *FullNode) MsigAddCancel(_a0 context.Context, _a1 address.Address, _a2 address.Address, _a3 uint64, _a4 address.Address, _a5 bool) (*api.MessagePrototype, error)
MsigAddCancel provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4, _a5
func (*FullNode) MsigAddPropose ¶ added in v1.2801.0
func (_m *FullNode) MsigAddPropose(_a0 context.Context, _a1 address.Address, _a2 address.Address, _a3 address.Address, _a4 bool) (*api.MessagePrototype, error)
MsigAddPropose provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4
func (*FullNode) MsigApprove ¶ added in v1.2801.0
func (_m *FullNode) MsigApprove(_a0 context.Context, _a1 address.Address, _a2 uint64, _a3 address.Address) (*api.MessagePrototype, error)
MsigApprove provides a mock function with given fields: _a0, _a1, _a2, _a3
func (*FullNode) MsigApproveTxnHash ¶ added in v1.2801.0
func (_m *FullNode) MsigApproveTxnHash(_a0 context.Context, _a1 address.Address, _a2 uint64, _a3 address.Address, _a4 address.Address, _a5 big.Int, _a6 address.Address, _a7 uint64, _a8 []byte) (*api.MessagePrototype, error)
MsigApproveTxnHash provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4, _a5, _a6, _a7, _a8
func (*FullNode) MsigCancel ¶ added in v1.2801.0
func (_m *FullNode) MsigCancel(_a0 context.Context, _a1 address.Address, _a2 uint64, _a3 address.Address) (*api.MessagePrototype, error)
MsigCancel provides a mock function with given fields: _a0, _a1, _a2, _a3
func (*FullNode) MsigCancelTxnHash ¶ added in v1.2801.0
func (_m *FullNode) MsigCancelTxnHash(_a0 context.Context, _a1 address.Address, _a2 uint64, _a3 address.Address, _a4 big.Int, _a5 address.Address, _a6 uint64, _a7 []byte) (*api.MessagePrototype, error)
MsigCancelTxnHash provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4, _a5, _a6, _a7
func (*FullNode) MsigCreate ¶ added in v1.2801.0
func (_m *FullNode) MsigCreate(_a0 context.Context, _a1 uint64, _a2 []address.Address, _a3 abi.ChainEpoch, _a4 big.Int, _a5 address.Address, _a6 big.Int) (*api.MessagePrototype, error)
MsigCreate provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4, _a5, _a6
func (*FullNode) MsigGetAvailableBalance ¶ added in v1.2801.0
func (_m *FullNode) MsigGetAvailableBalance(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (big.Int, error)
MsigGetAvailableBalance provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) MsigGetPending ¶ added in v1.2801.0
func (_m *FullNode) MsigGetPending(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) ([]*api.MsigTransaction, error)
MsigGetPending provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) MsigGetVested ¶ added in v1.2801.0
func (_m *FullNode) MsigGetVested(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey, _a3 types.TipSetKey) (big.Int, error)
MsigGetVested provides a mock function with given fields: _a0, _a1, _a2, _a3
func (*FullNode) MsigGetVestingSchedule ¶ added in v1.2801.0
func (_m *FullNode) MsigGetVestingSchedule(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (api.MsigVesting, error)
MsigGetVestingSchedule provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) MsigPropose ¶ added in v1.2801.0
func (_m *FullNode) MsigPropose(_a0 context.Context, _a1 address.Address, _a2 address.Address, _a3 big.Int, _a4 address.Address, _a5 uint64, _a6 []byte) (*api.MessagePrototype, error)
MsigPropose provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4, _a5, _a6
func (*FullNode) MsigRemoveSigner ¶ added in v1.2801.0
func (_m *FullNode) MsigRemoveSigner(ctx context.Context, msig address.Address, proposer address.Address, toRemove address.Address, decrease bool) (*api.MessagePrototype, error)
MsigRemoveSigner provides a mock function with given fields: ctx, msig, proposer, toRemove, decrease
func (*FullNode) MsigSwapApprove ¶ added in v1.2801.0
func (_m *FullNode) MsigSwapApprove(_a0 context.Context, _a1 address.Address, _a2 address.Address, _a3 uint64, _a4 address.Address, _a5 address.Address, _a6 address.Address) (*api.MessagePrototype, error)
MsigSwapApprove provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4, _a5, _a6
func (*FullNode) MsigSwapCancel ¶ added in v1.2801.0
func (_m *FullNode) MsigSwapCancel(_a0 context.Context, _a1 address.Address, _a2 address.Address, _a3 uint64, _a4 address.Address, _a5 address.Address) (*api.MessagePrototype, error)
MsigSwapCancel provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4, _a5
func (*FullNode) MsigSwapPropose ¶ added in v1.2801.0
func (_m *FullNode) MsigSwapPropose(_a0 context.Context, _a1 address.Address, _a2 address.Address, _a3 address.Address, _a4 address.Address) (*api.MessagePrototype, error)
MsigSwapPropose provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4
func (*FullNode) NetAddrsListen ¶ added in v1.2801.0
NetAddrsListen provides a mock function with given fields: _a0
func (*FullNode) NetAgentVersion ¶ added in v1.2801.0
NetAgentVersion provides a mock function with given fields: ctx, p
func (*FullNode) NetAutoNatStatus ¶ added in v1.2801.0
NetAutoNatStatus provides a mock function with given fields: _a0
func (*FullNode) NetBandwidthStats ¶ added in v1.2801.0
NetBandwidthStats provides a mock function with given fields: ctx
func (*FullNode) NetBandwidthStatsByPeer ¶ added in v1.2801.0
NetBandwidthStatsByPeer provides a mock function with given fields: ctx
func (*FullNode) NetBandwidthStatsByProtocol ¶ added in v1.2801.0
func (_m *FullNode) NetBandwidthStatsByProtocol(ctx context.Context) (map[protocol.ID]metrics.Stats, error)
NetBandwidthStatsByProtocol provides a mock function with given fields: ctx
func (*FullNode) NetBlockAdd ¶ added in v1.2801.0
NetBlockAdd provides a mock function with given fields: ctx, acl
func (*FullNode) NetBlockList ¶ added in v1.2801.0
NetBlockList provides a mock function with given fields: ctx
func (*FullNode) NetBlockRemove ¶ added in v1.2801.0
NetBlockRemove provides a mock function with given fields: ctx, acl
func (*FullNode) NetConnect ¶ added in v1.2801.0
NetConnect provides a mock function with given fields: _a0, _a1
func (*FullNode) NetConnectedness ¶ added in v1.2801.0
func (_m *FullNode) NetConnectedness(_a0 context.Context, _a1 peer.ID) (network.Connectedness, error)
NetConnectedness provides a mock function with given fields: _a0, _a1
func (*FullNode) NetDisconnect ¶ added in v1.2801.0
NetDisconnect provides a mock function with given fields: _a0, _a1
func (*FullNode) NetFindPeer ¶ added in v1.2801.0
NetFindPeer provides a mock function with given fields: _a0, _a1
func (*FullNode) NetLimit ¶ added in v1.2801.0
NetLimit provides a mock function with given fields: ctx, scope
func (*FullNode) NetListening ¶ added in v1.2801.0
NetListening provides a mock function with given fields: ctx
func (*FullNode) NetPeerInfo ¶ added in v1.2801.0
NetPeerInfo provides a mock function with given fields: _a0, _a1
func (*FullNode) NetPeers ¶ added in v1.2801.0
NetPeers provides a mock function with given fields: _a0
func (*FullNode) NetPing ¶ added in v1.2801.0
NetPing provides a mock function with given fields: _a0, _a1
func (*FullNode) NetProtectAdd ¶ added in v1.2801.0
NetProtectAdd provides a mock function with given fields: ctx, acl
func (*FullNode) NetProtectList ¶ added in v1.2801.0
NetProtectList provides a mock function with given fields: ctx
func (*FullNode) NetProtectRemove ¶ added in v1.2801.0
NetProtectRemove provides a mock function with given fields: ctx, acl
func (*FullNode) NetPubsubScores ¶ added in v1.2801.0
NetPubsubScores provides a mock function with given fields: _a0
func (*FullNode) NetSetLimit ¶ added in v1.2801.0
NetSetLimit provides a mock function with given fields: ctx, scope, limit
func (*FullNode) NetStat ¶ added in v1.2801.0
NetStat provides a mock function with given fields: ctx, scope
func (*FullNode) NetVersion ¶ added in v1.2801.0
NetVersion provides a mock function with given fields: ctx
func (*FullNode) NodeStatus ¶ added in v1.2801.0
NodeStatus provides a mock function with given fields: ctx, inclChainStatus
func (*FullNode) PaychAllocateLane ¶ added in v1.2801.0
PaychAllocateLane provides a mock function with given fields: ctx, ch
func (*FullNode) PaychAvailableFunds ¶ added in v1.2801.0
func (_m *FullNode) PaychAvailableFunds(ctx context.Context, ch address.Address) (*api.ChannelAvailableFunds, error)
PaychAvailableFunds provides a mock function with given fields: ctx, ch
func (*FullNode) PaychAvailableFundsByFromTo ¶ added in v1.2801.0
func (_m *FullNode) PaychAvailableFundsByFromTo(ctx context.Context, from address.Address, to address.Address) (*api.ChannelAvailableFunds, error)
PaychAvailableFundsByFromTo provides a mock function with given fields: ctx, from, to
func (*FullNode) PaychCollect ¶ added in v1.2801.0
PaychCollect provides a mock function with given fields: _a0, _a1
func (*FullNode) PaychFund ¶ added in v1.2801.0
func (_m *FullNode) PaychFund(ctx context.Context, from address.Address, to address.Address, amt big.Int) (*api.ChannelInfo, error)
PaychFund provides a mock function with given fields: ctx, from, to, amt
func (*FullNode) PaychGet ¶ added in v1.2801.0
func (_m *FullNode) PaychGet(ctx context.Context, from address.Address, to address.Address, amt big.Int, opts api.PaychGetOpts) (*api.ChannelInfo, error)
PaychGet provides a mock function with given fields: ctx, from, to, amt, opts
func (*FullNode) PaychGetWaitReady ¶ added in v1.2801.0
PaychGetWaitReady provides a mock function with given fields: _a0, _a1
func (*FullNode) PaychList ¶ added in v1.2801.0
PaychList provides a mock function with given fields: _a0
func (*FullNode) PaychNewPayment ¶ added in v1.2801.0
func (_m *FullNode) PaychNewPayment(ctx context.Context, from address.Address, to address.Address, vouchers []api.VoucherSpec) (*api.PaymentInfo, error)
PaychNewPayment provides a mock function with given fields: ctx, from, to, vouchers
func (*FullNode) PaychSettle ¶ added in v1.2801.0
PaychSettle provides a mock function with given fields: _a0, _a1
func (*FullNode) PaychStatus ¶ added in v1.2801.0
PaychStatus provides a mock function with given fields: _a0, _a1
func (*FullNode) PaychVoucherAdd ¶ added in v1.2801.0
func (_m *FullNode) PaychVoucherAdd(_a0 context.Context, _a1 address.Address, _a2 *paych.SignedVoucher, _a3 []byte, _a4 big.Int) (big.Int, error)
PaychVoucherAdd provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4
func (*FullNode) PaychVoucherCheckSpendable ¶ added in v1.2801.0
func (_m *FullNode) PaychVoucherCheckSpendable(_a0 context.Context, _a1 address.Address, _a2 *paych.SignedVoucher, _a3 []byte, _a4 []byte) (bool, error)
PaychVoucherCheckSpendable provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4
func (*FullNode) PaychVoucherCheckValid ¶ added in v1.2801.0
func (_m *FullNode) PaychVoucherCheckValid(_a0 context.Context, _a1 address.Address, _a2 *paych.SignedVoucher) error
PaychVoucherCheckValid provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) PaychVoucherCreate ¶ added in v1.2801.0
func (_m *FullNode) PaychVoucherCreate(_a0 context.Context, _a1 address.Address, _a2 big.Int, _a3 uint64) (*api.VoucherCreateResult, error)
PaychVoucherCreate provides a mock function with given fields: _a0, _a1, _a2, _a3
func (*FullNode) PaychVoucherList ¶ added in v1.2801.0
func (_m *FullNode) PaychVoucherList(_a0 context.Context, _a1 address.Address) ([]*paych.SignedVoucher, error)
PaychVoucherList provides a mock function with given fields: _a0, _a1
func (*FullNode) PaychVoucherSubmit ¶ added in v1.2801.0
func (_m *FullNode) PaychVoucherSubmit(_a0 context.Context, _a1 address.Address, _a2 *paych.SignedVoucher, _a3 []byte, _a4 []byte) (cid.Cid, error)
PaychVoucherSubmit provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4
func (*FullNode) Session ¶ added in v1.2801.0
Session provides a mock function with given fields: _a0
func (*FullNode) Shutdown ¶ added in v1.2801.0
Shutdown provides a mock function with given fields: _a0
func (*FullNode) StartTime ¶ added in v1.2801.0
StartTime provides a mock function with given fields: _a0
func (*FullNode) StateAccountKey ¶ added in v1.2801.0
func (_m *FullNode) StateAccountKey(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (address.Address, error)
StateAccountKey provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) StateActorCodeCIDs ¶ added in v1.2801.0
func (_m *FullNode) StateActorCodeCIDs(_a0 context.Context, _a1 go_state_typesnetwork.Version) (map[string]cid.Cid, error)
StateActorCodeCIDs provides a mock function with given fields: _a0, _a1
func (*FullNode) StateActorManifestCID ¶ added in v1.2801.0
func (_m *FullNode) StateActorManifestCID(_a0 context.Context, _a1 go_state_typesnetwork.Version) (cid.Cid, error)
StateActorManifestCID provides a mock function with given fields: _a0, _a1
func (*FullNode) StateAllMinerFaults ¶ added in v1.2801.0
func (_m *FullNode) StateAllMinerFaults(ctx context.Context, lookback abi.ChainEpoch, ts types.TipSetKey) ([]*api.Fault, error)
StateAllMinerFaults provides a mock function with given fields: ctx, lookback, ts
func (*FullNode) StateCall ¶ added in v1.2801.0
func (_m *FullNode) StateCall(_a0 context.Context, _a1 *types.Message, _a2 types.TipSetKey) (*api.InvocResult, error)
StateCall provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) StateChangedActors ¶ added in v1.2801.0
func (_m *FullNode) StateChangedActors(_a0 context.Context, _a1 cid.Cid, _a2 cid.Cid) (map[string]types.ActorV5, error)
StateChangedActors provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) StateCirculatingSupply ¶ added in v1.2801.0
func (_m *FullNode) StateCirculatingSupply(_a0 context.Context, _a1 types.TipSetKey) (big.Int, error)
StateCirculatingSupply provides a mock function with given fields: _a0, _a1
func (*FullNode) StateCompute ¶ added in v1.2801.0
func (_m *FullNode) StateCompute(_a0 context.Context, _a1 abi.ChainEpoch, _a2 []*types.Message, _a3 types.TipSetKey) (*api.ComputeStateOutput, error)
StateCompute provides a mock function with given fields: _a0, _a1, _a2, _a3
func (*FullNode) StateComputeDataCID ¶ added in v1.2801.0
func (_m *FullNode) StateComputeDataCID(ctx context.Context, maddr address.Address, sectorType abi.RegisteredSealProof, deals []abi.DealID, tsk types.TipSetKey) (cid.Cid, error)
StateComputeDataCID provides a mock function with given fields: ctx, maddr, sectorType, deals, tsk
func (*FullNode) StateDealProviderCollateralBounds ¶ added in v1.2801.0
func (_m *FullNode) StateDealProviderCollateralBounds(_a0 context.Context, _a1 abi.PaddedPieceSize, _a2 bool, _a3 types.TipSetKey) (api.DealCollateralBounds, error)
StateDealProviderCollateralBounds provides a mock function with given fields: _a0, _a1, _a2, _a3
func (*FullNode) StateDecodeParams ¶ added in v1.2801.0
func (_m *FullNode) StateDecodeParams(ctx context.Context, toAddr address.Address, method abi.MethodNum, params []byte, tsk types.TipSetKey) (interface{}, error)
StateDecodeParams provides a mock function with given fields: ctx, toAddr, method, params, tsk
func (*FullNode) StateEncodeParams ¶ added in v1.2801.0
func (_m *FullNode) StateEncodeParams(ctx context.Context, toActCode cid.Cid, method abi.MethodNum, params json.RawMessage) ([]byte, error)
StateEncodeParams provides a mock function with given fields: ctx, toActCode, method, params
func (*FullNode) StateGetActor ¶ added in v1.2801.0
func (_m *FullNode) StateGetActor(ctx context.Context, actor address.Address, tsk types.TipSetKey) (*types.ActorV5, error)
StateGetActor provides a mock function with given fields: ctx, actor, tsk
func (*FullNode) StateGetAllAllocations ¶ added in v1.2801.0
func (_m *FullNode) StateGetAllAllocations(ctx context.Context, tsk types.TipSetKey) (map[verifreg.AllocationId]verifreg.Allocation, error)
StateGetAllAllocations provides a mock function with given fields: ctx, tsk
func (*FullNode) StateGetAllClaims ¶ added in v1.2801.0
func (_m *FullNode) StateGetAllClaims(ctx context.Context, tsk types.TipSetKey) (map[verifreg.ClaimId]verifreg.Claim, error)
StateGetAllClaims provides a mock function with given fields: ctx, tsk
func (*FullNode) StateGetAllocation ¶ added in v1.2801.0
func (_m *FullNode) StateGetAllocation(ctx context.Context, clientAddr address.Address, allocationId verifreg.AllocationId, tsk types.TipSetKey) (*verifreg.Allocation, error)
StateGetAllocation provides a mock function with given fields: ctx, clientAddr, allocationId, tsk
func (*FullNode) StateGetAllocationForPendingDeal ¶ added in v1.2801.0
func (_m *FullNode) StateGetAllocationForPendingDeal(ctx context.Context, dealId abi.DealID, tsk types.TipSetKey) (*verifreg.Allocation, error)
StateGetAllocationForPendingDeal provides a mock function with given fields: ctx, dealId, tsk
func (*FullNode) StateGetAllocationIdForPendingDeal ¶ added in v1.2801.0
func (_m *FullNode) StateGetAllocationIdForPendingDeal(ctx context.Context, dealId abi.DealID, tsk types.TipSetKey) (verifreg.AllocationId, error)
StateGetAllocationIdForPendingDeal provides a mock function with given fields: ctx, dealId, tsk
func (*FullNode) StateGetAllocations ¶ added in v1.2801.0
func (_m *FullNode) StateGetAllocations(ctx context.Context, clientAddr address.Address, tsk types.TipSetKey) (map[verifreg.AllocationId]verifreg.Allocation, error)
StateGetAllocations provides a mock function with given fields: ctx, clientAddr, tsk
func (*FullNode) StateGetBeaconEntry ¶ added in v1.2801.0
func (_m *FullNode) StateGetBeaconEntry(ctx context.Context, epoch abi.ChainEpoch) (*types.BeaconEntry, error)
StateGetBeaconEntry provides a mock function with given fields: ctx, epoch
func (*FullNode) StateGetClaim ¶ added in v1.2801.0
func (_m *FullNode) StateGetClaim(ctx context.Context, providerAddr address.Address, claimId verifreg.ClaimId, tsk types.TipSetKey) (*verifreg.Claim, error)
StateGetClaim provides a mock function with given fields: ctx, providerAddr, claimId, tsk
func (*FullNode) StateGetClaims ¶ added in v1.2801.0
func (_m *FullNode) StateGetClaims(ctx context.Context, providerAddr address.Address, tsk types.TipSetKey) (map[verifreg.ClaimId]verifreg.Claim, error)
StateGetClaims provides a mock function with given fields: ctx, providerAddr, tsk
func (*FullNode) StateGetNetworkParams ¶ added in v1.2801.0
StateGetNetworkParams provides a mock function with given fields: ctx
func (*FullNode) StateGetRandomnessDigestFromBeacon ¶ added in v1.2801.0
func (_m *FullNode) StateGetRandomnessDigestFromBeacon(ctx context.Context, randEpoch abi.ChainEpoch, tsk types.TipSetKey) (abi.Randomness, error)
StateGetRandomnessDigestFromBeacon provides a mock function with given fields: ctx, randEpoch, tsk
func (*FullNode) StateGetRandomnessDigestFromTickets ¶ added in v1.2801.0
func (_m *FullNode) StateGetRandomnessDigestFromTickets(ctx context.Context, randEpoch abi.ChainEpoch, tsk types.TipSetKey) (abi.Randomness, error)
StateGetRandomnessDigestFromTickets provides a mock function with given fields: ctx, randEpoch, tsk
func (*FullNode) StateGetRandomnessFromBeacon ¶ added in v1.2801.0
func (_m *FullNode) StateGetRandomnessFromBeacon(ctx context.Context, personalization crypto.DomainSeparationTag, randEpoch abi.ChainEpoch, entropy []byte, tsk types.TipSetKey) (abi.Randomness, error)
StateGetRandomnessFromBeacon provides a mock function with given fields: ctx, personalization, randEpoch, entropy, tsk
func (*FullNode) StateGetRandomnessFromTickets ¶ added in v1.2801.0
func (_m *FullNode) StateGetRandomnessFromTickets(ctx context.Context, personalization crypto.DomainSeparationTag, randEpoch abi.ChainEpoch, entropy []byte, tsk types.TipSetKey) (abi.Randomness, error)
StateGetRandomnessFromTickets provides a mock function with given fields: ctx, personalization, randEpoch, entropy, tsk
func (*FullNode) StateListActors ¶ added in v1.2801.0
func (_m *FullNode) StateListActors(_a0 context.Context, _a1 types.TipSetKey) ([]address.Address, error)
StateListActors provides a mock function with given fields: _a0, _a1
func (*FullNode) StateListMessages ¶ added in v1.2801.0
func (_m *FullNode) StateListMessages(ctx context.Context, match *api.MessageMatch, tsk types.TipSetKey, toht abi.ChainEpoch) ([]cid.Cid, error)
StateListMessages provides a mock function with given fields: ctx, match, tsk, toht
func (*FullNode) StateListMiners ¶ added in v1.2801.0
func (_m *FullNode) StateListMiners(_a0 context.Context, _a1 types.TipSetKey) ([]address.Address, error)
StateListMiners provides a mock function with given fields: _a0, _a1
func (*FullNode) StateLookupID ¶ added in v1.2801.0
func (_m *FullNode) StateLookupID(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (address.Address, error)
StateLookupID provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) StateLookupRobustAddress ¶ added in v1.2801.0
func (_m *FullNode) StateLookupRobustAddress(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (address.Address, error)
StateLookupRobustAddress provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) StateMarketBalance ¶ added in v1.2801.0
func (_m *FullNode) StateMarketBalance(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (api.MarketBalance, error)
StateMarketBalance provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) StateMarketDeals ¶ added in v1.2801.0
func (_m *FullNode) StateMarketDeals(_a0 context.Context, _a1 types.TipSetKey) (map[string]*api.MarketDeal, error)
StateMarketDeals provides a mock function with given fields: _a0, _a1
func (*FullNode) StateMarketParticipants ¶ added in v1.2801.0
func (_m *FullNode) StateMarketParticipants(_a0 context.Context, _a1 types.TipSetKey) (map[string]api.MarketBalance, error)
StateMarketParticipants provides a mock function with given fields: _a0, _a1
func (*FullNode) StateMarketStorageDeal ¶ added in v1.2801.0
func (_m *FullNode) StateMarketStorageDeal(_a0 context.Context, _a1 abi.DealID, _a2 types.TipSetKey) (*api.MarketDeal, error)
StateMarketStorageDeal provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) StateMinerActiveSectors ¶ added in v1.2801.0
func (_m *FullNode) StateMinerActiveSectors(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) ([]*miner.SectorOnChainInfo, error)
StateMinerActiveSectors provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) StateMinerAllocated ¶ added in v1.2801.0
func (_m *FullNode) StateMinerAllocated(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (*bitfield.BitField, error)
StateMinerAllocated provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) StateMinerAvailableBalance ¶ added in v1.2801.0
func (_m *FullNode) StateMinerAvailableBalance(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (big.Int, error)
StateMinerAvailableBalance provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) StateMinerDeadlines ¶ added in v1.2801.0
func (_m *FullNode) StateMinerDeadlines(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) ([]api.Deadline, error)
StateMinerDeadlines provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) StateMinerFaults ¶ added in v1.2801.0
func (_m *FullNode) StateMinerFaults(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (bitfield.BitField, error)
StateMinerFaults provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) StateMinerInfo ¶ added in v1.2801.0
func (_m *FullNode) StateMinerInfo(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (api.MinerInfo, error)
StateMinerInfo provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) StateMinerInitialPledgeCollateral ¶ added in v1.2801.0
func (_m *FullNode) StateMinerInitialPledgeCollateral(_a0 context.Context, _a1 address.Address, _a2 v9miner.SectorPreCommitInfo, _a3 types.TipSetKey) (big.Int, error)
StateMinerInitialPledgeCollateral provides a mock function with given fields: _a0, _a1, _a2, _a3
func (*FullNode) StateMinerPartitions ¶ added in v1.2801.0
func (_m *FullNode) StateMinerPartitions(ctx context.Context, m address.Address, dlIdx uint64, tsk types.TipSetKey) ([]api.Partition, error)
StateMinerPartitions provides a mock function with given fields: ctx, m, dlIdx, tsk
func (*FullNode) StateMinerPower ¶ added in v1.2801.0
func (_m *FullNode) StateMinerPower(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (*api.MinerPower, error)
StateMinerPower provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) StateMinerPreCommitDepositForPower ¶ added in v1.2801.0
func (_m *FullNode) StateMinerPreCommitDepositForPower(_a0 context.Context, _a1 address.Address, _a2 v9miner.SectorPreCommitInfo, _a3 types.TipSetKey) (big.Int, error)
StateMinerPreCommitDepositForPower provides a mock function with given fields: _a0, _a1, _a2, _a3
func (*FullNode) StateMinerProvingDeadline ¶ added in v1.2801.0
func (_m *FullNode) StateMinerProvingDeadline(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (*dline.Info, error)
StateMinerProvingDeadline provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) StateMinerRecoveries ¶ added in v1.2801.0
func (_m *FullNode) StateMinerRecoveries(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (bitfield.BitField, error)
StateMinerRecoveries provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) StateMinerSectorAllocated ¶ added in v1.2801.0
func (_m *FullNode) StateMinerSectorAllocated(_a0 context.Context, _a1 address.Address, _a2 abi.SectorNumber, _a3 types.TipSetKey) (bool, error)
StateMinerSectorAllocated provides a mock function with given fields: _a0, _a1, _a2, _a3
func (*FullNode) StateMinerSectorCount ¶ added in v1.2801.0
func (_m *FullNode) StateMinerSectorCount(_a0 context.Context, _a1 address.Address, _a2 types.TipSetKey) (api.MinerSectors, error)
StateMinerSectorCount provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) StateMinerSectors ¶ added in v1.2801.0
func (_m *FullNode) StateMinerSectors(_a0 context.Context, _a1 address.Address, _a2 *bitfield.BitField, _a3 types.TipSetKey) ([]*miner.SectorOnChainInfo, error)
StateMinerSectors provides a mock function with given fields: _a0, _a1, _a2, _a3
func (*FullNode) StateNetworkName ¶ added in v1.2801.0
StateNetworkName provides a mock function with given fields: _a0
func (*FullNode) StateNetworkVersion ¶ added in v1.2801.0
func (_m *FullNode) StateNetworkVersion(_a0 context.Context, _a1 types.TipSetKey) (go_state_typesnetwork.Version, error)
StateNetworkVersion provides a mock function with given fields: _a0, _a1
func (*FullNode) StateReadState ¶ added in v1.2801.0
func (_m *FullNode) StateReadState(ctx context.Context, actor address.Address, tsk types.TipSetKey) (*api.ActorState, error)
StateReadState provides a mock function with given fields: ctx, actor, tsk
func (*FullNode) StateReplay ¶ added in v1.2801.0
func (_m *FullNode) StateReplay(_a0 context.Context, _a1 types.TipSetKey, _a2 cid.Cid) (*api.InvocResult, error)
StateReplay provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) StateSearchMsg ¶ added in v1.2801.0
func (_m *FullNode) StateSearchMsg(ctx context.Context, from types.TipSetKey, msg cid.Cid, limit abi.ChainEpoch, allowReplaced bool) (*api.MsgLookup, error)
StateSearchMsg provides a mock function with given fields: ctx, from, msg, limit, allowReplaced
func (*FullNode) StateSectorExpiration ¶ added in v1.2801.0
func (_m *FullNode) StateSectorExpiration(_a0 context.Context, _a1 address.Address, _a2 abi.SectorNumber, _a3 types.TipSetKey) (*builtinminer.SectorExpiration, error)
StateSectorExpiration provides a mock function with given fields: _a0, _a1, _a2, _a3
func (*FullNode) StateSectorGetInfo ¶ added in v1.2801.0
func (_m *FullNode) StateSectorGetInfo(_a0 context.Context, _a1 address.Address, _a2 abi.SectorNumber, _a3 types.TipSetKey) (*miner.SectorOnChainInfo, error)
StateSectorGetInfo provides a mock function with given fields: _a0, _a1, _a2, _a3
func (*FullNode) StateSectorPartition ¶ added in v1.2801.0
func (_m *FullNode) StateSectorPartition(ctx context.Context, maddr address.Address, sectorNumber abi.SectorNumber, tok types.TipSetKey) (*builtinminer.SectorLocation, error)
StateSectorPartition provides a mock function with given fields: ctx, maddr, sectorNumber, tok
func (*FullNode) StateSectorPreCommitInfo ¶ added in v1.2801.0
func (_m *FullNode) StateSectorPreCommitInfo(_a0 context.Context, _a1 address.Address, _a2 abi.SectorNumber, _a3 types.TipSetKey) (*v9miner.SectorPreCommitOnChainInfo, error)
StateSectorPreCommitInfo provides a mock function with given fields: _a0, _a1, _a2, _a3
func (*FullNode) StateVMCirculatingSupplyInternal ¶ added in v1.2801.0
func (_m *FullNode) StateVMCirculatingSupplyInternal(_a0 context.Context, _a1 types.TipSetKey) (api.CirculatingSupply, error)
StateVMCirculatingSupplyInternal provides a mock function with given fields: _a0, _a1
func (*FullNode) StateVerifiedClientStatus ¶ added in v1.2801.0
func (_m *FullNode) StateVerifiedClientStatus(ctx context.Context, addr address.Address, tsk types.TipSetKey) (*big.Int, error)
StateVerifiedClientStatus provides a mock function with given fields: ctx, addr, tsk
func (*FullNode) StateVerifiedRegistryRootKey ¶ added in v1.2801.0
func (_m *FullNode) StateVerifiedRegistryRootKey(ctx context.Context, tsk types.TipSetKey) (address.Address, error)
StateVerifiedRegistryRootKey provides a mock function with given fields: ctx, tsk
func (*FullNode) StateVerifierStatus ¶ added in v1.2801.0
func (_m *FullNode) StateVerifierStatus(ctx context.Context, addr address.Address, tsk types.TipSetKey) (*big.Int, error)
StateVerifierStatus provides a mock function with given fields: ctx, addr, tsk
func (*FullNode) StateWaitMsg ¶ added in v1.2801.0
func (_m *FullNode) StateWaitMsg(ctx context.Context, _a1 cid.Cid, confidence uint64, limit abi.ChainEpoch, allowReplaced bool) (*api.MsgLookup, error)
StateWaitMsg provides a mock function with given fields: ctx, _a1, confidence, limit, allowReplaced
func (*FullNode) SubscribeActorEventsRaw ¶ added in v1.2801.0
func (_m *FullNode) SubscribeActorEventsRaw(ctx context.Context, filter *types.ActorEventFilter) (<-chan *types.ActorEvent, error)
SubscribeActorEventsRaw provides a mock function with given fields: ctx, filter
func (*FullNode) SyncCheckBad ¶ added in v1.2801.0
SyncCheckBad provides a mock function with given fields: ctx, bcid
func (*FullNode) SyncCheckpoint ¶ added in v1.2801.0
SyncCheckpoint provides a mock function with given fields: ctx, tsk
func (*FullNode) SyncIncomingBlocks ¶ added in v1.2801.0
SyncIncomingBlocks provides a mock function with given fields: ctx
func (*FullNode) SyncMarkBad ¶ added in v1.2801.0
SyncMarkBad provides a mock function with given fields: ctx, bcid
func (*FullNode) SyncState ¶ added in v1.2801.0
SyncState provides a mock function with given fields: _a0
func (*FullNode) SyncSubmitBlock ¶ added in v1.2801.0
SyncSubmitBlock provides a mock function with given fields: ctx, blk
func (*FullNode) SyncUnmarkAllBad ¶ added in v1.2801.0
SyncUnmarkAllBad provides a mock function with given fields: ctx
func (*FullNode) SyncUnmarkBad ¶ added in v1.2801.0
SyncUnmarkBad provides a mock function with given fields: ctx, bcid
func (*FullNode) SyncValidateTipset ¶ added in v1.2801.0
SyncValidateTipset provides a mock function with given fields: ctx, tsk
func (*FullNode) Version ¶ added in v1.2801.0
Version provides a mock function with given fields: _a0
func (*FullNode) WalletBalance ¶ added in v1.2801.0
WalletBalance provides a mock function with given fields: _a0, _a1
func (*FullNode) WalletDefaultAddress ¶ added in v1.2801.0
WalletDefaultAddress provides a mock function with given fields: _a0
func (*FullNode) WalletDelete ¶ added in v1.2801.0
WalletDelete provides a mock function with given fields: _a0, _a1
func (*FullNode) WalletExport ¶ added in v1.2801.0
WalletExport provides a mock function with given fields: _a0, _a1
func (*FullNode) WalletHas ¶ added in v1.2801.0
WalletHas provides a mock function with given fields: _a0, _a1
func (*FullNode) WalletImport ¶ added in v1.2801.0
WalletImport provides a mock function with given fields: _a0, _a1
func (*FullNode) WalletList ¶ added in v1.2801.0
WalletList provides a mock function with given fields: _a0
func (*FullNode) WalletNew ¶ added in v1.2801.0
WalletNew provides a mock function with given fields: _a0, _a1
func (*FullNode) WalletSetDefault ¶ added in v1.2801.0
WalletSetDefault provides a mock function with given fields: _a0, _a1
func (*FullNode) WalletSign ¶ added in v1.2801.0
func (_m *FullNode) WalletSign(_a0 context.Context, _a1 address.Address, _a2 []byte) (*crypto.Signature, error)
WalletSign provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) WalletSignMessage ¶ added in v1.2801.0
func (_m *FullNode) WalletSignMessage(_a0 context.Context, _a1 address.Address, _a2 *types.Message) (*types.SignedMessage, error)
WalletSignMessage provides a mock function with given fields: _a0, _a1, _a2
func (*FullNode) WalletValidateAddress ¶ added in v1.2801.0
WalletValidateAddress provides a mock function with given fields: _a0, _a1