Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 web3.py。
您可以使用 getTransaction 和 getTransactionReceipt 找到有关交易的更多信息。
挂起的交易只能通过 getTransaction 而不是 getTransactionReceipt 找到。
https://web3py.readthedocs.io/en/stable/web3.eth.html?highlight=gettransaction#web3.eth.Eth.getTransaction
https://web3py.readthedocs.io/en/stable/web3.eth.html?highlight=gettransaction#web3.eth.Eth.getTransactionReceipt
伙计们,你能帮我一点吗,我收到这个错误:
"JSONException: Value <!DOCTYPE of type java.lang cannot be converted to JSONObject"
当我在这里解析数据时是我的代码:
public class JSONParser { static In