pub type DatalogIndex<T> = StorageMap<_GeneratedPrefixForStorageDatalogIndex<T>, Twox64Concat, <T as Config>::AccountId, RingBufferIndex, ValueQuery>;
Expand description

Ringbuffer start/end pointers

Storage type is [StorageMap] with key type < T as frame_system :: Config > :: AccountId and value type RingBufferIndex.