Type Alias pallet_treasury::pallet::SpendCount
source · pub(crate) 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 = ()>(PhantomData<(_GeneratedPrefixForStorageSpendCount<T, I>, u32, ValueQuery, GetDefault)>);
Fields§
§0: PhantomData<(_GeneratedPrefixForStorageSpendCount<T, I>, u32, ValueQuery, GetDefault)>