[−][src]Type Definition sp_runtime::DispatchResult
type DispatchResult = Result<(), DispatchError>;
This is the legacy return type of Dispatchable. It is still exposed for compatibilty
reasons. The new return type is DispatchResultWithInfo.
FRAME runtimes should use frame_support::dispatch::DispatchResult