igcv3 - v1.1.0
    Preparing search index...

    Interface SortedChainPaths

    Result of chain sorting with paths.

    interface SortedChainPaths {
        sortedIntermediates: string[];
        sortedRoot: string | undefined;
        wasReordered: boolean;
        orphans: Certificate[];
        reorderLog: string[];
    }
    Index

    Properties

    sortedIntermediates: string[]
    sortedRoot: string | undefined
    wasReordered: boolean
    orphans: Certificate[]
    reorderLog: string[]