英文: When I use golang call the contract method,how can I confirm this trx status? 问题 我将为您翻译以下内容: 我将代...
如何使用AWS区块链服务与go-ethereum?
英文: How to use the AWS blockchain service with go-ethereum? 问题 AWS区块链服务提供了HTTP和WebSocket协议的端点,但需要使用I...
无法从Truffle/Ganache私钥在Golang中创建公共地址。
英文: Cannot create public address in Golang from Truffle/Ganache private Key 问题 Truffle/Ganache和Golan...
类型 types.Transactions 没有字段或方法 GetRlp。
英文: type types.Transactions has no field or method GetRlp 问题 我正在尝试在go-ethereum中创建原始交易,并找到了一些教程代码进行调试...
Go-Ethereum函数中的两个未知参数
英文: two unknow parameters in Go-Ethereum function 问题 我是你的中文翻译助手,以下是你要翻译的内容: 我是Go-EVM的新手,前段时间我得到了一个用于...
"transaction type not supported" When trying to deploy a simple contract using Go-Ethereum, Solidity, Go. Doesn't happen in Remix
英文: "transaction type not supported" When trying to deploy a simple contract using Go-Ethe...
ERC-20代币转账问题:执行被还原:ERC20:从零地址转账
英文: ERC-20 Token transfer problem: execution reverted: ERC20: transfer from the zero address 问题 我最近一...
Golang ethclient.Client – 如何进行RPC调用?
英文: Golang ethclient.Client - how to make RPC calls? 问题 如何使用ethclient.Client(https://github.com/ethe...
以太坊错误 {“code”:-32000,”message”:”未知账户”}
英文: Ethereum error {"code":-32000,"message":"unknown account"} 问题 我正在尝...
使用兼容接口进行Go恐慌界面转换
英文: Go panic interface conversion with a compatible interface 问题 我遇到了一个无法解决的问题已经几个小时了。我需要从一个以太坊智能合约调...
3