Type Definition sp_runtime::ApplyExtrinsicResultWithInfo
source · pub type ApplyExtrinsicResultWithInfo<T> = Result<DispatchResultWithInfo<T>, TransactionValidityError>;Expand description
Same as ApplyExtrinsicResult but augmented with PostDispatchInfo on success.