Assignments: StorageDescriptor<
    [
        Key: [
            { digest: FixedSizeBinary<4>; geohash: FixedSizeBinary<5> },
            number,
        ],
    ],
    {
        bootstrappers_reputables: { m: bigint; s1: bigint; s2: bigint };
        endorsees: { m: bigint; s1: bigint; s2: bigint };
        locations: { m: bigint; s1: bigint; s2: bigint };
        newbies: { m: bigint; s1: bigint; s2: bigint };
    },
    false,
    never,
>