Type Alias pallet_example_kitchensink::pallet::FooWithDefault
source · pub type FooWithDefault<T> = StorageValue<_GeneratedPrefixForStorageFooWithDefault<T>, u32, ValueQuery, DefaultForFoo>;
Expand description
Storage type is [StorageValue
] with value type u32
.
Aliased Type§
struct FooWithDefault<T>(/* private fields */);