Type Alias LastApprovedProposalForAction
LastApprovedProposalForAction: StorageDescriptor<[Key: Enum<{
AddLocation: {
digest: FixedSizeBinary<4>;
geohash: FixedSizeBinary<5>;
};
Petition?: {
digest: FixedSizeBinary<4>;
geohash: FixedSizeBinary<5>;
};
RemoveLocation: {
digest: FixedSizeBinary<4>;
geohash: FixedSizeBinary<5>;
};
SetInactivityTimeout: undefined;
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>