pub type DatalogItem<T> = StorageMap<_GeneratedPrefixForStorageDatalogItem<T>, Twox64Concat, (<T as Config>::AccountId, u64), RingBufferItem<T>, ValueQuery>;
Expand description

Ringbuffer items

Storage type is [StorageMap] with key type (< T as frame_system :: Config > :: AccountId, u64) and value type RingBufferItem < T >.