ordspv
    Preparing search index...

    Interface CustodyBlockJson

    interface CustodyBlockJson {
        hash: string;
        header: string;
        height: number;
        txCount: number;
    }
    Index
    hash: string

    display-order hash the server claims; recomputed and checked

    header: string

    160 hex chars

    height: number
    txCount: number

    total number of transactions in the block (required: CVE-2017-12842 hardening)