pub type LastSpendPeriod<T, I = ()> = StorageValue<_GeneratedPrefixForStorageLastSpendPeriod<T, I>, BlockNumberFor<T, I>, OptionQuery>;
Expand description
The blocknumber for the last triggered spend period.
Storage type is [StorageValue
] with value type BlockNumberFor < T, I >
.
Aliased Type§
struct LastSpendPeriod<T, I = ()>(/* private fields */);