pub type LastAuthoredBlock<T: Config> = StorageMap<_GeneratedPrefixForStorageLastAuthoredBlock<T>, Twox64Concat, T::AccountId, BlockNumberFor<T>, ValueQuery>;Expand description
Last block authored by collator.
Storage type is [StorageMap] with key type T :: AccountId and value type BlockNumberFor < T >.
Aliased Typeยง
struct LastAuthoredBlock<T: Config>(/* private fields */);