pub type BatchIdCounter<T: Config> = StorageValue<_GeneratedPrefixForStorageBatchIdCounter<T>, u64, ValueQuery>;
Expand description
Storage type is [StorageValue
] with value type u64
.
Aliased Typeยง
struct BatchIdCounter<T: Config>(/* private fields */);