mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-09-18 04:24:08 +00:00
* 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
|
|
}
|