Type Definition pallet_contracts::chain_extension::Result [−][src]
type Result<T> = Result<T, DispatchError>;
Expand description
Result that returns a DispatchError
on error.
type Result<T> = Result<T, DispatchError>;
Result that returns a DispatchError
on error.