igcv3 - v1.1.0
    Preparing search index...

    Interface ChainValidationResult

    Result of full chain validation.

    interface ChainValidationResult {
        links: ChainLink[];
        allValid: boolean;
        errors: string[];
    }
    Index

    Properties

    Properties

    links: ChainLink[]
    allValid: boolean
    errors: string[]