Blockchain Commons Tags TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Type Alias ValidationIssue

    ValidationIssue:
        | { type: "HashMismatch"; expected: string; actual: string }
        | { type: "KeyMismatch" }
        | { type: "SequenceGap"; expected: number; actual: number }
        | { type: "DateOrdering"; previous: string; next: string }
        | { type: "NonGenesisAtZero" }
        | { type: "InvalidGenesisKey" }

    Issue flagged during validation.