pub type LastUpdateBlock<T: Config> = StorageValue<_GeneratedPrefixForStorageLastUpdateBlock<T>, BlockNumberFor<T>, OptionQuery>;Expand description
Stores the block number of the last time mapping changes were registered
Storage type is [StorageValue] with value type BlockNumberFor < T >.
Aliased Typeยง
pub struct LastUpdateBlock<T: Config>(/* private fields */);