watcher-ts/packages/graph-node/assembly/index.ts
2021-12-28 16:08:04 +05:30

40 lines
573 B
TypeScript

import {
// ethereum,
// store,
log
// ipfs,
// json,
// crypto,
// 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']);
}