All chains
    Preparing search index...
    Proposals: StorageDescriptor<
        [Key: bigint],
        {
            action: Enum<
                {
                    AddLocation: [
                        { digest: FixedSizeBinary<4>; geohash: FixedSizeBinary<5> },
                        { lat: bigint; lon: bigint },
                    ];
                    IssueSwapAssetOption: [
                        { digest: FixedSizeBinary<4>; geohash: FixedSizeBinary<5> },
                        SS58String,
                        {
                            asset_allowance: bigint;
                            asset_id: Enum<
                                {
                                    V3: {
                                        asset_id: XcmV3MultiassetAssetId;
                                        location: { interior: XcmV3Junctions; parents: number };
                                    };
                                    V4: {
                                        asset_id: { interior: XcmV3Junctions; parents: number };
                                        location: { interior: XcmV3Junctions; parents: number };
                                    };
                                    V5: {
                                        asset_id: { interior: XcmV5Junctions; parents: number };
                                        location: { interior: XcmV5Junctions; parents: number };
                                    };
                                },
                            >;
                            cid: { digest: FixedSizeBinary<4>; geohash: FixedSizeBinary<5> };
                            do_burn: boolean;
                            rate?: bigint;
                            valid_from?: bigint;
                            valid_until?: bigint;
                        },
                    ];
                    IssueSwapNativeOption: [
                        { digest: FixedSizeBinary<4>; geohash: FixedSizeBinary<5> },
                        SS58String,
                        {
                            cid: { digest: FixedSizeBinary<4>; geohash: FixedSizeBinary<5> };
                            do_burn: boolean;
                            native_allowance: bigint;
                            rate?: bigint;
                            valid_from?: bigint;
                            valid_until?: bigint;
                        },
                    ];
                    Petition: [
                        | { digest: FixedSizeBinary<4>; geohash: FixedSizeBinary<5> }
                        | undefined,
                        Binary,
                    ];
                    RemoveLocation: [
                        { digest: FixedSizeBinary<4>; geohash: FixedSizeBinary<5> },
                        { lat: bigint; lon: bigint },
                    ];
                    SetInactivityTimeout: number;
                    SpendAsset: [
                        | { digest: FixedSizeBinary<4>; geohash: FixedSizeBinary<5> }
                        | undefined,
                        SS58String,
                        bigint,
                        Enum<
                            {
                                V3: {
                                    asset_id: XcmV3MultiassetAssetId;
                                    location: { interior: XcmV3Junctions; parents: number };
                                };
                                V4: {
                                    asset_id: { interior: XcmV3Junctions; parents: number };
                                    location: { interior: XcmV3Junctions; parents: number };
                                };
                                V5: {
                                    asset_id: { interior: XcmV5Junctions; parents: number };
                                    location: { interior: XcmV5Junctions; parents: number };
                                };
                            },
                        >,
                    ];
                    SpendNative: [
                        | { digest: FixedSizeBinary<4>; geohash: FixedSizeBinary<5> }
                        | undefined,
                        SS58String,
                        bigint,
                    ];
                    UpdateCommunityMetadata: [
                        { digest: FixedSizeBinary<4>; geohash: FixedSizeBinary<5> },
                        {
                            announcement_signer?: Enum<{ Bip340: FixedSizeBinary<(...)> }>;
                            assets: Binary;
                            name: Binary;
                            rules: Enum<
                                { BeeDance: undefined; LoCo: undefined; LoCoFlex: undefined },
                            >;
                            symbol: Binary;
                            theme?: Binary;
                            url?: Binary;
                        },
                    ];
                    UpdateDemurrage: [
                        { digest: FixedSizeBinary<4>; geohash: FixedSizeBinary<5> },
                        bigint,
                    ];
                    UpdateNominalIncome: [
                        { digest: FixedSizeBinary<4>; geohash: FixedSizeBinary<5> },
                        bigint,
                    ];
                },
            >;
            electorate_size: bigint;
            start: bigint;
            start_cindex: number;
            state: Enum<
                {
                    Approved: undefined;
                    Confirming: { since: bigint };
                    Enacted: undefined;
                    Ongoing: undefined;
                    Rejected: undefined;
                    SupersededBy: { id: bigint };
                },
            >;
        },
        true,
        never,
    >

    All proposals that have ever been proposed including the past ones.