transaction = SimpleStorage.constructor{}.buildTransaction(
("chainId": chain_id, "from": my_address, "nonce": nonce)
)
print(transaction)
Asked
Active
Viewed 56 times
-1

TylerH
- 20,799
- 66
- 75
- 101
-
1You need to show the error (and read it, since it should tell you exactly what and where your error is) in your question, as well. – TylerH May 24 '22 at 14:27