Type Alias sp_runtime::legacy::byte_sized_error::DispatchOutcome
source · pub type DispatchOutcome = Result<(), DispatchError>;
Expand description
DispatchOutcome
type definition before BlockBuilder API version 6.
Aliased Type§
enum DispatchOutcome {
Ok(()),
Err(DispatchError),
}