当前使用web3.js发起交易使用的是如下方法,返回结果太慢
const resp = await nftContract.methods .approve(address, tokenId) .send({ from: account })
请问如何加快查询交易进度呢?