igcv3 - v1.1.0
    Preparing search index...

    Interface SortChainInfoResult

    Result of chain sorting operation.

    interface SortChainInfoResult {
        sorted: CertificateInfo[];
        wasReordered: boolean;
        orphans: CertificateInfo[];
        reorderLog: string[];
    }
    Index

    Properties

    sorted: CertificateInfo[]
    wasReordered: boolean
    orphans: CertificateInfo[]
    reorderLog: string[]