You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ens-subgraph/src/ensRegistry.ts, line 97, I found this: let label = ens.nameByHash(event.params.label.toHexString())
There's only an empty declaration in graph-ts lib for this function.
Could anybody tell me where can I found the implementation code?
Thanks.
The text was updated successfully, but these errors were encountered:
In ens-subgraph/src/ensRegistry.ts, line 97, I found this:
let label = ens.nameByHash(event.params.label.toHexString())
There's only an empty declaration in graph-ts lib for this function.
Could anybody tell me where can I found the implementation code?
Thanks.
The text was updated successfully, but these errors were encountered: