referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_transaction_storage::pallet::StoragePeriod

source ·
pub type StoragePeriod<T: Config> = StorageValue<_GeneratedPrefixForStorageStoragePeriod<T>, BlockNumberFor<T>, ValueQuery>;
Expand description

Storage period for data in blocks. Should match sp_storage_proof::DEFAULT_STORAGE_PERIOD for block authoring.

Storage type is [StorageValue] with value type BlockNumberFor < T >.

Aliased Type§

struct StoragePeriod<T: Config>(/* private fields */);