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
With #5986 we'll be moving to a dynamic encoder executor, but we should move to using alloy-sol-type's SolCall, and define the calls ahead of time with sol!. This is fine, as we only need the typed return data when we know the function we're calling ahead of time—in other ocassions, we just use the RawCallResult and handle the bytes.
The text was updated successfully, but these errors were encountered:
With #5986 we'll be moving to a dynamic encoder executor, but we should move to using
alloy-sol-type
'sSolCall
, and define the calls ahead of time withsol!
. This is fine, as we only need the typed return data when we know the function we're calling ahead of time—in other ocassions, we just use theRawCallResult
and handle the bytes.The text was updated successfully, but these errors were encountered: