-
Beta Was this translation helpful? Give feedback.
Answered by
tmm
Apr 12, 2023
Replies: 1 comment 6 replies
-
Normally, you shouldn't need to explicitly specifiy generic type variables yourself. The return type should be automatically inferred from the given abi & client instance. Can you create a reproduction (e.g. stackblitz.com) if that isn't working for you? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like the issue is internally we aren't narrowing
event
(e.g.TAbiEvent
) soevent
defined inline doesn't work. Updated in this PR #363