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
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
I'm suggesting to extend decl_runtime_apis! macro (or add some additional macro) that will generate structure to be used on light nodes for calling some (we do not need it for everything) runtime methods. It could be something like that for declaring (mind the : Light):
We may want to (remotely) call some runtime methods from the light nodes. Currently, the call must be manually encoded like in this example:
I'm suggesting to extend
decl_runtime_apis!macro (or add some additional macro) that will generate structure to be used on light nodes for calling some (we do not need it for everything) runtime methods. It could be something like that for declaring (mind the: Light):The example usage of generated client: