腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(228)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
怎么才能得到
txpool
呢?
我用geth --rpcapi
txpool
--rpc运行我的节点我仍然收到使用 web3.eth.extend({ property: '
txpool
', meth
浏览 0
修改于2018-06-29
得票数 1
回答已采纳
1
回答
关于加纳奇的
TxPool
我开始使用Ganache运行tried,并通过cURL尝试如下:但我收到了这样的信息:是否有一种在Ganache中启用
TxPool
的方法?
浏览 0
修改于2019-11-18
得票数 1
回答已采纳
1
回答
Go Ethereum,
txpool
名称空间,空响应
为什么我的所有
txpool
API请求都返回“空”响应?
txpool
_content: curl http://IP:PORT -X POST -H "Content-Type: application/json" --data '{"jsonrpc": "2.0", "method": "
txpool
_content", "params": [], "id":
浏览 5
修改于2022-07-15
得票数 -1
1
回答
web3.py geth
txpool
帮助
我需要帮助访问web3.py中的geth.
txpool
API命名空间。(例如):每次我得到: ValueError: {'code': -32601,
浏览 0
提问于2022-01-03
得票数 0
回答已采纳
1
回答
txpool
.content返回空对象
我想得到所有待定的交易,但我得到:{ queued: {}>
txpool
.status pending: 0,cache.database 100 --cache.trie 100 --cache.gc 100 --cache.snapshot 100 --cache.trie.rejournal 0h0m10s --
txpool
.rejournal0h0m10s --
txpool
.globalslots 50000 如何获得
浏览 0
提问于2021-06-10
得票数 0
2
回答
txpool
.getContent()响应的含义
我想了解
txpool
.getContent()的响应结构。我已经读过本文件了。IDE: IntelliJ(2019.3.3)web3.js: ver2.0.0-字母1 web3-eth-
txpool
: 1.0.0-beta.55
浏览 0
修改于2020-03-19
得票数 2
回答已采纳
1
回答
AttributeError:模块'web3.geth‘没有属性'
txpool
’
当我打电话的时候w3 = Web3(provider)我犯了个错误AttributeError: module 'web3.geth' has no attribute '
txpool
'--http --http.api eth,net,web3,
txpool
为什么我不能访问
txpool
?
浏览 20
提问于2020-09-09
得票数 0
2
回答
如何使用geth监视器查看
txpool
度量?
我想看一下Ethereum
txpool
。从geth命令行页面上看,我似乎可以使用geth monitor来查看
txpool
。但是关于如何使用这个工具的文档并不多。
浏览 0
提问于2018-02-16
得票数 3
回答已采纳
2
回答
是否有一个节点可以查询
txpool
?
我想调用的
txpool
,但我发现Infura没有提供这种功能。是否有提供
txpool
RPC的服务?
浏览 0
提问于2021-01-04
得票数 2
1
回答
公共平衡计分卡节点上的
TxPool
大小
我通常调用这个BSC公共节点来获取块事务和
txpool
的内容。
txpool
包含的事务的平均数量约为500,但最后几天我收到的事务数为0到30个。由于BSC正在记录ATH数量的事务,
txpool
应该包含比以往更多的事务,对吗?我不明白怎么回事?有人知道吗? 谢谢!
浏览 0
提问于2021-11-09
得票数 0
1
回答
作为挂起的事务卡在
txpool
中
事务被困在
txpool
中,处于挂起状态。eth.getGasPrice>, }web3.
txpool
.content
浏览 0
提问于2018-06-16
得票数 0
1
回答
如何访问web3脚本中的
txpool
?
我想了解
txpool
的内容。使用geth控制台,我可以访问变量
txpool
。web3 = new Web3(new Web3.providers.HttpProvider("http://localhost:8545"));pendingTx = web3.
txpool
pendingTx = web3.eth.
txpool
? 它们都是未定义的..。
浏览 0
提问于2017-08-11
得票数 4
回答已采纳
2
回答
如何正确设置
txpool
中的事务超时?
我希望限制事务等待时间为5秒,在此之后,事务被视为失败; --
txpool
.lifetime能解决这个问题吗?
浏览 0
提问于2019-10-14
得票数 0
2
回答
通过web3获取“`
txpool
`”中的挂起事务
但我的一些交易被困在了
txpool
, and they don't seem to show up in the result ofeth_subscribe`中。如何检索
txpool
中已经存在的事务? eth_subscribe只返回txid。其中一些是eth.getTransaction找不到的。那是什么意思?从eth_subscribe返回的事务与
txpool
中的事务不同。目前尚不清楚它们是否构成了
txpool
的超集。
浏览 0
提问于2018-10-31
得票数 4
1
回答
txpool
中挂起的tx,但后来的tx使用了nonce
如果我使用web3.geth.
txpool
.content()使用web3来获取
txpool
,我会在“pending”部分看到来自我地址的几个条目。具体地说是随机数3441-3443。如果我尝试使用挂起的tx中的nonce来替换挂起的tx,那么它所做的似乎只是更新
txpool
挂起部分中的事务。
浏览 27
提问于2021-08-16
得票数 0
1
回答
Txpool
包含预执行或事后智能合同执行状态?
我试图了解更多关于
txpool
的知识,以及它中的什么状态事务在Ethereum事务的整个生命周期中。 如果我有一个要调用智能契约的事务,事务将拥有传递给契约的数据。这与
txpool
中的挂起事务和排队事务有关吗?
浏览 0
提问于2022-03-19
得票数 0
回答已采纳
2
回答
如何修复“
txpool
_inspect不存在/不可用的方法”
我很难让python函数web3.geth.
txpool
.inspect()工作。在任何情况下,我都会得到一个
txpool
_inspect方法丢失的错误。我正在运行的代码非常简单,使用Python 3.7.5或3.8:thing = Web3("http://localhost:42424") thing.geth.
txpool
.inspectGeth,我尝试了:--dev --mine --rpc --rpcaddr 0.0.0.0 --rpcport
浏览 5
修改于2022-11-28
得票数 4
回答已采纳
1
回答
无法提交非矿工txn的私人链
txpool
事务永远处于“待定”状态:{ 0xD134A62fB3D349c8ba2991dFbA48E091544A8a13: {elapsed=0s mgasps=NaN number=2370 hash=33498f…5077c1 cache=0.00BNode1,Node2: >
txpool
.inspect
浏览 0
提问于2018-05-07
得票数 2
回答已采纳
1
回答
如何通过JSON在
txpool
中获得原始事务?
我知道如何从
txpool
获取tx_hash,接下来我可以获得" from“、" to”、"gas“、”input“之类的数据.但是如何得到原始的六角线呢?
浏览 0
提问于2020-05-30
得票数 1
回答已采纳
1
回答
“挂起”块和
txpool
之间有什么区别?
最初,我的印象是
txpool
是将所有挂起的事务存储在一个节点上(在内存中),而挂起的块只有在一个节点被挖掘时才会出现(即正在被解决的块),但情况显然并非如此。也提出了类似的问题,但没有具体回答: getBlock(“待决”).transactions对
txpool
.status.pending?
浏览 0
提问于2018-03-13
得票数 0
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券