pub type Blocks<T: Config> = StorageMap<_GeneratedPrefixForStorageBlocks<T>, Blake2_128Concat, T::AccountId, bool, ValueQuery>;
Storage type is [StorageMap] with key type T :: AccountId and value type bool.
StorageMap
T :: AccountId
bool