Type Alias DatalogIndex

Source
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.

Aliased Typeยง

struct DatalogIndex<T>(/* private fields */);