[−][src]Type Definition sp_runtime::ApplyExtrinsicResultWithInfo
type ApplyExtrinsicResultWithInfo<T> = Result<DispatchResultWithInfo<T>, TransactionValidityError>;
Same as ApplyExtrinsicResult but augmented with PostDispatchInfo on success.