Loom Engine - v3.1.1
    Preparing search index...

    Interface ChainVerifyResult

    interface ChainVerifyResult {
        ok: boolean;
        total: number;
        mismatches: ChainMismatch[];
    }
    Index

    Properties

    Properties

    ok: boolean
    total: number
    mismatches: ChainMismatch[]