Type Alias pallet_aura::pallet::RoundAt
source · pub(crate) type RoundAt<T: Config> = StorageValue<_GeneratedPrefixForStorageRoundAt<T>, u32, ValueQuery>;
Expand description
Storage type is [StorageValue
] with value type u32
.
Aliased Type§
struct RoundAt<T: Config>(PhantomData<(_GeneratedPrefixForStorageRoundAt<T>, u32, ValueQuery, GetDefault)>);
Fields§
§0: PhantomData<(_GeneratedPrefixForStorageRoundAt<T>, u32, ValueQuery, GetDefault)>