Type Alias pallet_transaction_payment::pallet::StorageVersion
source · pub type StorageVersion<T: Config> = StorageValue<_GeneratedPrefixForStorageStorageVersion<T>, Releases, ValueQuery>;
Expand description
Storage type is [StorageValue
] with value type Releases
.
Aliased Type§
struct StorageVersion<T: Config>(/* private fields */);