All chains
    Preparing search index...

    Type Alias LastApprovedProposalForAction

    LastApprovedProposalForAction: StorageDescriptor<
        [
            Key: Enum<
                {
                    AddLocation: {
                        digest: FixedSizeBinary<4>;
                        geohash: FixedSizeBinary<5>;
                    };
                    IssueSwapAssetOption: {
                        digest: FixedSizeBinary<4>;
                        geohash: FixedSizeBinary<5>;
                    };
                    IssueSwapNativeOption: {
                        digest: FixedSizeBinary<4>;
                        geohash: FixedSizeBinary<5>;
                    };
                    Petition?: { digest: FixedSizeBinary<4>; geohash: FixedSizeBinary<5> };
                    RemoveLocation: {
                        digest: FixedSizeBinary<4>;
                        geohash: FixedSizeBinary<5>;
                    };
                    SetInactivityTimeout: undefined;
                    SpendAsset?: { digest: FixedSizeBinary<4>; geohash: FixedSizeBinary<5> };
                    SpendNative?: {
                        digest: FixedSizeBinary<4>;
                        geohash: FixedSizeBinary<5>;
                    };
                    UpdateCommunityMetadata: {
                        digest: FixedSizeBinary<4>;
                        geohash: FixedSizeBinary<5>;
                    };
                    UpdateDemurrage: {
                        digest: FixedSizeBinary<4>;
                        geohash: FixedSizeBinary<5>;
                    };
                    UpdateNominalIncome: {
                        digest: FixedSizeBinary<4>;
                        geohash: FixedSizeBinary<5>;
                    };
                },
            >,
        ],
        [bigint, bigint],
        true,
        never,
    >