pub type Value<T> = StorageValue<_GeneratedPrefixForStorageValue<T>, u32, OptionQuery, GetDefault>;Expand description
A storage item that this pallet contains. This will be part of the state root trie of the blockchain.
Storage type is [StorageValue] with value type u32.
Aliased Typeยง
pub struct Value<T>(/* private fields */);