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