Type Alias democracy_mbm::pallet::MigrationBlockNumber
source · pub type MigrationBlockNumber<T: Config> = StorageValue<_GeneratedPrefixForStorageMigrationBlockNumber<T>, u32, ValueQuery>;
Expand description
Storage type is [StorageValue
] with value type u32
.
Aliased Type§
struct MigrationBlockNumber<T: Config>(/* private fields */);