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.
It needs to generate runtime Error type similar to how it generate runtime Event type so different module error can all Into<T::Error> where type Error: From<Error> + From<system::Error> + any_other_used_module::Error
It needs to generate runtime Error type similar to how it generate runtime Event type so different module error can all
Into<T::Error>wheretype Error: From<Error> + From<system::Error> + any_other_used_module::ErrorOtherwise
decl_erroris much less usefulFollow up of #2880 #3433