get_aggregated_account_data: RuntimeDescriptor<
    [
        cid: { digest: FixedSizeBinary<4>; geohash: FixedSizeBinary<5> },
        account: SS58String,
    ],
    {
        global: {
            ceremony_index: number;
            ceremony_phase: Enum<
                {
                    Assigning: undefined;
                    Attesting: undefined;
                    Registering: undefined;
                },
            >;
        };
        personal?: {
            meetup_index?: bigint;
            meetup_location_index?: bigint;
            meetup_registry?: SS58String[];
            meetup_time?: bigint;
            participant_type: Enum<
                {
                    Bootstrapper: undefined;
                    Endorsee: undefined;
                    Newbie: undefined;
                    Reputable: undefined;
                },
            >;
        };
    },
>