Type Definition frame_system::pallet::BlockSeed
source · pub type BlockSeed<T: Config> = StorageValue<_GeneratedPrefixForStorageBlockSeed<T>, H256, ValueQuery>;Expand description
Map of block numbers to block shuffling seeds
Storage type is StorageValue with value type sp_core :: H256.