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