Type Alias pallet_subspace::pallet::BlockSlots

source ·
pub type BlockSlots<T: Config> = StorageValue<_GeneratedPrefixForStorageBlockSlots<T>, BoundedBTreeMap<BlockNumberFor<T>, Slot, T::BlockSlotCount>, ValueQuery>;
Expand description

Bounded mapping from block number to slot

Storage type is [StorageValue] with value type BoundedBTreeMap < BlockNumberFor < T > , Slot, T :: BlockSlotCount >.

Aliased Type§

struct BlockSlots<T: Config>(/* private fields */);