All chains
    Preparing search index...
    update_community_metadata: TxDescriptor<
        {
            cid: { digest: SizedHex<4>; geohash: SizedHex<5> };
            community_metadata: {
                announcement_signer?: Enum<{ Bip340: SizedHex<32> }>;
                assets: Uint8Array;
                name: Uint8Array;
                rules: Enum<
                    { BeeDance: undefined; LoCo: undefined; LoCoFlex: undefined },
                >;
                symbol: Uint8Array;
                theme?: Uint8Array;
                url?: Uint8Array;
            };
        },
    >

    Update the metadata of the community with cid.

    May only be called from T::CommunityMaster.