我正在尝试在 python 中使用 web3。
我正在尝试按照http://web3py.readthedocs.io/en/stable/web3.eth.html#web3.eth.Eth中的步骤进行操作
import web3
web3.eth.getBlock("1028201")
但是得到了AttributeError: module 'web3.eth' has no attribute 'getBlock'
。
我在 python 3 和 python 2.7 中都试过,得到了相同的结果。
有什么建议吗?
谢谢