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
Currently FCall is used as the execution type of starknet-rs doesn't expose the Vec<Call>.
But FCall is placed into CairoSerde, were we shouldn't have dependency on a provider directly.
Consider moving the FCall type, or removing it if starknet-rs Vec<Call> is exposed.
The text was updated successfully, but these errors were encountered:
Currently
FCall
is used as the execution type of starknet-rs doesn't expose theVec<Call>
.But
FCall
is placed intoCairoSerde
, were we shouldn't have dependency on a provider directly.Consider moving the
FCall
type, or removing it if starknet-rsVec<Call>
is exposed.The text was updated successfully, but these errors were encountered: