pub type Founder<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageFounder<T, I>, T::AccountId>;Expand description
The first member.
Storage type is [StorageValue] with value type T :: AccountId.
Aliased Type§
struct Founder<T: Config<I>, I: 'static = ()>(/* private fields */);