pub type Something<T: Config> = StorageValue<_GeneratedPrefixForStorageSomething<T>, CompositeStruct<T>>;Expand description
The pallet’s storage items. https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/guides/your_first_pallet/index.html#storage https://paritytech.github.io/polkadot-sdk/master/frame_support/pallet_macros/attr.storage.html
Storage type is [StorageValue] with value type CompositeStruct < T >.
Aliased Type§
struct Something<T: Config>(/* private fields */);