mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-01-10 05:18:05 +00:00
nikugogoi
f34d83c04b
* Use async functions in wasm imports * Complete implementing asyncify with assemblyscript loader
27 lines
304 B
TypeScript
27 lines
304 B
TypeScript
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
|
|
// Re-exports
|
|
import {
|
|
BigDecimal,
|
|
BigInt,
|
|
ethereum,
|
|
Address,
|
|
Bytes
|
|
} from '@graphprotocol/graph-ts';
|
|
|
|
import {
|
|
Test
|
|
} from './Example1/Example1';
|
|
|
|
export {
|
|
BigDecimal,
|
|
BigInt,
|
|
|
|
ethereum,
|
|
|
|
Address,
|
|
Bytes,
|
|
|
|
Test
|
|
}
|