ordspv
    Preparing search index...

    Interface BlockHeader

    interface BlockHeader {
        bits: number;
        hash: string;
        hashLE: Uint8Array;
        merkleRoot: string;
        merkleRootLE: Uint8Array;
        nonce: number;
        prevBlock: string;
        prevBlockLE: Uint8Array;
        raw: Uint8Array;
        time: number;
        version: number;
    }
    Index
    bits: number
    hash: string

    display-order hex

    hashLE: Uint8Array

    internal byte order

    merkleRoot: string
    merkleRootLE: Uint8Array

    internal byte order

    nonce: number
    prevBlock: string
    prevBlockLE: Uint8Array

    internal byte order

    raw: Uint8Array

    the 80 raw bytes

    time: number
    version: number