watcher-ts/packages/solidity-mapper/src/index.ts
nikugogoi ec56de057f
Implement method for storage based access in subgraph mapping code (#162)
* Implement storage call in subgraph mapping code

* Add test for mapping type variable storage call

* Use vulcanize graph-ts

* Revert to graph-ts version 0.22.1
2022-08-17 16:25:49 +05:30

8 lines
205 B
TypeScript

//
// Copyright 2021 Vulcanize, Inc.
//
export { getStorageValue, getStorageInfo, getValueByType, StorageLayout, GetStorageAt, MappingKey } from './storage';
export { getEventNameTopics } from './logs';