Rework how a runtime api calls into the runtime
Now we generate a default implementation for each api call that calls a generated method `method_runtime_api_impl`. This newly generated method is the one that will be implemented by the `impl_runtime_apis` macro in the runtime for the client side.
parent
cd9e3370
Please register or sign in to comment