ordspv
    Preparing search index...

    Interface Verification

    interface Verification {
        blockHash?: string;
        bodySha256?: string;
        headerTrust?: HeaderTrustReport;
        height?: number;
        integrityChecked: boolean;
        l2?: L2Assurances;
        level: VerificationMode;
    }
    Index
    blockHash?: string
    bodySha256?: string

    sha256 (hex) of the stored body bytes actually served

    headerTrust?: HeaderTrustReport
    height?: number
    integrityChecked: boolean