getStorageAt abstract method

Future<String> getStorageAt(
  1. String address,
  2. BigInt position, {
  3. BlockTag? blockTag,
})

Implementation

Future<String> getStorageAt(
  String address,
  BigInt position, {
  BlockTag? blockTag,
});