Type Alias EnactmentQueue
EnactmentQueue: 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,
true,
never,
>