Type Definition pallet_alliance::pallet::Announcements
source · pub type Announcements<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageAnnouncements<T, I>, BoundedVec<Cid, T::MaxAnnouncementsCount>, ValueQuery>;
Expand description
The current IPFS CIDs of any announcements.
Storage type is StorageValue
with value type BoundedVec < Cid, T :: MaxAnnouncementsCount >
.