witter
1
When I use rust, I can use ic_cdk::api::call::call(canister,method,args) to call other canisters. Is there a similar way in motoko?
1 Like
Ori
2
In Motoko you’d create an actor instance with a signature matching the method you want to call and then call its method, similar to this:
1 Like
witter
3
Thanks for your reply.
The low-level call is what I want, but it doesn’t seem to be implemented at the moment
This needs a road map posts. @diegop
1 Like