Type Definition frame_system::pallet::TxPrevalidation
source · pub type TxPrevalidation<T: Config> = StorageValue<_GeneratedPrefixForStorageTxPrevalidation<T>, bool, ValueQuery>;
Expand description
Map of block numbers to block shuffling seeds
Storage type is StorageValue
with value type bool
.