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
All services will have an _azleCanisterMethods on them, that is what we look for from the Rust side in order to create their rust wrapper functions. We shouldn't use that. BUT, we should likely make a separate _azleCandidMap property that stores the IDLs. So, we could have the @query and @update methods add to that map and then pull from there in the getIDL implementation on Service.
In order to use Services in params and return types we need to implement this function.
Once this is completed, update the
service
example and get it passing in CI/CD.The text was updated successfully, but these errors were encountered: