watcher-ts/packages/graph-node/assembly/index.ts

40 lines
573 B
TypeScript
Raw Normal View History

2021-09-22 13:41:25 +00:00
import {
// ethereum,
// store,
log
// ipfs,
// json,
// crypto,
2021-09-22 13:41:25 +00:00
// dataSource,
// ens,
// typeConversion,
// bigDecimal,
// bigInt,
// Address,
// BigDecimal,
// BigInt,
// ByteArray,
// Bytes,
// DataSourceContext,
// DataSourceTemplate,
// Entity,
// JSONValue,
// JSONValueKind,
// JSONValuePayload,
// Result,
// TypedMap,
// TypedMapEntry,
// Value,
// ValueKind,
// ValuePayload,
// Wrapped
} from '@graphprotocol/graph-ts';
export function callGraphAPI (): void {
log.debug('hello {}', ['world']);
}