腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(333)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
sendSignedTransaction
对sendRawTransaction
sendSignedTransaction
对sendRawTransaction:有什么区别? 它们都要求事务已经签署(因此也需要散列)。两者都使用本地密钥,而不是宿主密钥。
浏览 0
提问于2021-08-23
得票数 0
1
回答
SendSignedTransaction
超时
txData, privateKey); let txResponse = await web3.eth.
sendSignedTransaction
浏览 0
提问于2022-01-03
得票数 1
1
回答
sendSignedTransaction
不提供返回值。
(我使用ropsten infura)注册函数是状态变化函数,所以我必须使用但是,由于不能使用send(),所以必须使用
sendSignedTransaction
( web3.eth.
sendSignedTransaction
(0x${serialTx.toString('hex')})等待=>) 我希望在注册函数之后获得返回值,但是
sendSignedTransaction
浏览 0
修改于2020-05-22
得票数 2
回答已采纳
1
回答
.
sendSignedTransaction
()不发送Tx
privKey, const createReceipt = await web3.eth.
sendSignedTransaction
浏览 12
提问于2022-10-25
得票数 0
2
回答
sendSignedTransaction
web3js
请看这里如何发送签名交易并指定gas?
浏览 0
提问于2022-06-07
得票数 0
2
回答
从
sendSignedTransaction
获得还原原因
我正在运行一个Hyperledger私人连锁店,并从一个快递服务器进行
sendSignedTransaction
调用。privateKey); let result = await this.web3.eth.
sendSignedTransaction
根据web3.js文档,handleRevert不适用于
sendSignedTransaction
(),错误作为一个长字符串返回: Error: Tran
浏览 0
提问于2021-05-19
得票数 0
回答已采纳
1
回答
sendSignedTransaction
上的JSONRPC错误
如果运行下面的代码,就会得到this.web3.eth.
sendSignedTransaction
()函数上的一个错误: tx.sign(this.pvtKey); this.web3.eth.
sendSignedTransaction
浏览 0
修改于2018-05-18
得票数 1
回答已采纳
1
回答
从
sendSignedTransaction
获取返回数据
我猜我需要某种替代
sendSignedTransaction
的D4,但我还没有找到。datatx.sign(pvtKey); web3.eth.
sendSignedTransaction
浏览 0
提问于2019-07-09
得票数 0
回答已采纳
1
回答
sendsignedtransaction
中的回调函数与on函数
callbacks-promises-events.html获得了对promievents的一些基本理解,并根据下面的示例重写了代码:https://web3js.readthedocs.io/en/v1.2.0/web3-eth.html#
sendsignedtransaction
= tx.serialize() web3.eth.
浏览 0
提问于2020-01-21
得票数 1
1
回答
web3.eth.
SendSignedTransaction
-气体问题
我正在尝试使用web3.eth.
sendSignedTransaction
()发送一个已签名的事务。对于我的其他web3方法,一切似乎都很好,但是我在设置这个方法时遇到了麻烦。
浏览 0
提问于2018-05-24
得票数 0
1
回答
使用“
sendSignedTransaction
”时事务处于“挂起”状态
我试图执行一个事务,首先使用我的私钥使用ethereumjs-tx签名,然后使用
sendSignedTransaction
将事务发送到网络。tx = new Tx(rawTx); web3.eth.
sendSignedTransaction
浏览 0
修改于2019-05-12
得票数 1
1
回答
web3.eth.
sendSignedTransaction
不是一个函数
所以请不要让我成为一个菜鸟)我收到错误"TypeError: web3.eth.
sendSignedTransaction
不是一个函数“ const web3 = new Web3(new Web3.providers.HttpP
浏览 0
提问于2022-07-31
得票数 2
3
回答
sendSignedTransaction
:仲裁上的无效发送方错误
Account Address:", account.address); var tran = web3.eth.
sendSignedTransaction
浏览 5
修改于2020-11-19
得票数 2
回答已采纳
1
回答
Web3.js1.0
sendSignedTransaction
返回错误:无效
运行奇偶私有PoA链,使用最新的奇偶校验客户端+ nodejs +web3.js1.0}, account.privateKey) console.log("Results: ", result) web3.
浏览 0
修改于2018-12-31
得票数 5
2
回答
如何将web3.eth.
sendSignedTransaction
之外的数据推送到数组
我想将数据推送到web3.eth.
sendSignedTransaction
之外,这样做的正确方式是什么: let somearray = []; web3.eth.
sendSignedTransaction
浏览 30
修改于2018-12-21
得票数 0
回答已采纳
2
回答
web3.eth.
sendSignedTransaction
不返回承诺或承诺事件发射器
我使用Web3.js (web3 3@1.20)提交事务,如下所示: web3.eth.
sendSignedTransaction
上面的代码只是挂起,因为
sendSignedTransaction
返回的承诺从未得到解决。也没有收到任何事件,
浏览 0
提问于2020-06-22
得票数 2
1
回答
sendSignedTransaction
-(节点:90923) UnhandledPromiseRejectionWarning:错误:返回错误:无效签名
const serializedTransaction = transaction.serialize(); web3.eth.
sendSignedTransaction
('0x' + serializedTransaction.toString
浏览 0
修改于2022-01-02
得票数 0
1
回答
来自
sendSignedTransaction
的错误:错误:返回错误:替换事务被低估
return counter;} 当我按execute increment或decrement函数时,计数器值没有变化,经过多次尝试,我得到了这些错误消息,我得到了错误消息“Error from
sendSignedTransaction
浏览 0
修改于2018-07-07
得票数 3
1
回答
web3.eth.
sendSignedTransaction
不是一个函数
我使用web3.eth.
sendSignedTransaction
函数,但它不起作用。const serializedTx = '0x' + tx.serialize().toString('hex'); web3.eth.
sendSignedTransaction
浏览 0
修改于2019-04-02
得票数 1
1
回答
Web3.js
sendSignedTransaction
给出“错误:未能检查事务收据”
var tx = new Tx(rawTx); var serializedTx = tx.serialize(); web3.eth.
sendSignedTransaction
浏览 0
提问于2018-07-18
得票数 1
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券