mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-01-26 04:50:35 +00:00
nikugogoi
43d64f9e4b
* Invoke subgraph handler in watcher event processing * Fix error when invoking subgraph handler * Parse events using event signature specified in subgraph yaml * Use contract abi to parse event params * Invoke event handler based on event signature * Fill event with block and transaction data * Comment missing fields in block and transaction data
25 lines
294 B
TypeScript
25 lines
294 B
TypeScript
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
|
|
// Re-exports
|
|
import {
|
|
BigDecimal,
|
|
BigInt,
|
|
ethereum,
|
|
Address,
|
|
ByteArray,
|
|
Bytes,
|
|
Entity
|
|
} from '@graphprotocol/graph-ts';
|
|
|
|
export {
|
|
BigDecimal,
|
|
BigInt,
|
|
|
|
ethereum,
|
|
Entity,
|
|
|
|
Address,
|
|
ByteArray,
|
|
Bytes
|
|
}
|