pub fn convert_to_latest(
    old: Result<Result<(), DispatchError>, TransactionValidityError>
) -> Result<Result<(), DispatchError>, TransactionValidityError>
Expand description

Convert the legacy ApplyExtrinsicResult type to the latest version.