Is there a method similar to ic_cdk's api ::call::call(canisterId,method,args) in motoko?

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