Type Alias pallet_babe::pallet::Initialized

source ·
pub type Initialized<T> = StorageValue<_GeneratedPrefixForStorageInitialized<T>, Option<PreDigest>>;
Expand description

Temporary value (cleared at block finalization) which is Some if per-block initialization has already been called for current block.

Storage type is [StorageValue] with value type Option < PreDigest >.

Aliased Type§

struct Initialized<T>(/* private fields */);