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.
我想阅读 TRON 智能合约存储。我知道,在以太坊我们可以使用 web3.eth.getStorageAt()。我在 tronweb 上没有找到这个实现。
Tron 不提供此 API。
读取合约存储的唯一方法是使用公共变量。