Type Definition pallet_starknet::pallet::InherentUpdate

source ·
pub type InherentUpdate<T: Config> = StorageValue<_GeneratedPrefixForStorageInherentUpdate<T>, bool, ValueQuery>;
Expand description

Ensure the sequencer address was updated for this block.

Storage type is [StorageValue] with value type bool.