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ยง
pub struct SpendCount<T, I = ()>(/* private fields */);