ordspv
    Preparing search index...

    Interface BackendLimits

    Per-request deadline and per-endpoint response-size caps.

    interface BackendLimits {
        blockMaxBytes: number;
        contentMaxBytes: number;
        headerMaxBytes: number;
        smallMaxBytes: number;
        timeoutMs: number;
        txMaxBytes: number;
    }
    Index
    blockMaxBytes: number

    raw block bytes (consensus maximum 4,000,000)

    contentMaxBytes: number

    inscription content / metadata bodies

    headerMaxBytes: number

    block header hex

    smallMaxBytes: number

    small JSON/text endpoints: status, block info, merkle proofs, heights

    timeoutMs: number

    whole-request deadline (connect + body), ms

    txMaxBytes: number

    raw transaction hex (a consensus-maximal tx is ~4MB, i.e. ~8MB hex)