3

I want to read the TRON smart contract storage. I know, that at ethereum we can use web3.eth.getStorageAt(). I can't find any similar or equivalent implementation for TronWeb API.

Cocest
  • 147
  • 1
  • 2
  • 15
goxaga
  • 31
  • 1

1 Answers1

0

Tron does not provide this API.

The only way to read contract storage is by using a public variable.

Andelf
  • 603
  • 6
  • 10