Prefix all runtime api function with the corresponding trait
So `execute_block` will be called `Core_execute_block`. This makes it possible to have traits implement a function with the same name.
parent
9d475830
Please register or sign in to comment