Type Definition pallet_society::pallet::Founder  
source · 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.