pub type ApplyExtrinsicResultWithInfo<T> = Result<DispatchResultWithInfo<T>, TransactionValidityError>;
Expand description

Same as ApplyExtrinsicResult but augmented with PostDispatchInfo on success.