@cfxlabsinc/b2b-services
    Preparing search index...
    type ProgramIdlContent = {
        accountCount: number;
        byteLength: number;
        hash: string;
        instructionCount: number;
        json: string;
        version: string | null;
    }
    Index
    accountCount: number
    byteLength: number

    Uncompressed document size. Surfaced because rent scales with it and the operator clicking Publish is the one paying.

    hash: string

    sha256 of the normalized document — what inSync compares.

    instructionCount: number
    json: string

    Pretty-printed, for the JSON escape hatch.

    version: string | null