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
encodeFunctionData is a synchronous function, so it cannot resolve AddressLike.
Interfaces functions (encodeFunctionData and others) should accept string instead of AddressLike
encodeFunctionData
is a synchronous function, so it cannot resolveAddressLike
.Interfaces functions (
encodeFunctionData
and others) should acceptstring
instead ofAddressLike
This code will throw an error:
But this will NOT:
The text was updated successfully, but these errors were encountered: