-
What would be the correct type? I admit that I have no clue how to deal with the types. |
Beta Was this translation helpful? Give feedback.
Answered by
jxom
Apr 26, 2023
Replies: 2 comments
-
GetContractReturnType<
typeof RollupAbi,
PublicClient<Transport, Chain>,
WalletClient<Transport, Chain, Account>
> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
benesjan
-
@jxom I am such a generics noob. Thank you for you patience. Replacing
with
solved the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GetContractReturnType<typeof RollupAbi, PublicClient, WalletClient>