pub type SpendCount<T, I = ()> = StorageValue<_GeneratedPrefixForStorageSpendCount<T, I>, SpendIndex, ValueQuery>;Expand description
The count of spends that have been made.
Storage type is [StorageValue] with value type SpendIndex.
Aliased Type§
struct SpendCount<T, I = ()>(/* private fields */);