python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
type types.Transactions has no field or method GetRlp
I am trying to create a raw transaction in go-ethereum and found some tutorial code that I was tinkering with.
The error is:
./transaction_raw_create.go:65:18: ts.GetRlp undefined (type types.Transact...

pigfox
Votes: 0
Answers: 1
How to diagnose an ERC20 error "Error: execution reverted" on a local testnet?
I have a local testnet (represented by this Docker image) and I am trying to send some ERC20 tokens from one address to another.
I use the following HardHat script for this:
npx hardhat run --network ...

Glory to Russia
Votes: 0
Answers: 1
two unknow parameters in Go-Ethereum function
Im new in Go-EVM, and some time ago I got a source code to get transaction tracking. But some functions in the source codes have been updated and changed, here are some questions I wanna ask:
The firs...

joe Qi
Votes: 0
Answers: 1