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.
我们如何使用区块链在前端显示交易哈希?我试过了
getTransactionsByAccount("*")
eth.accounts[0]
在浏览器的控制台上,您可以使用此方法 getTransactionReceipt(tx.result)
const transaction = web3.eth.getTransactionReceipt(tx.result); console.log(transaction);