Type Definition pallet_proxy::pallet::Announcements[][src]

type Announcements<T: Config> = StorageMap<_GeneratedPrefixForStorageAnnouncements<T>, Twox64Concat, T::AccountId, (BoundedVec<Announcement<T::AccountId, <<T as Config>::CallHasher as Hash>::Output, T::BlockNumber>, T::MaxPending>, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance), ValueQuery>;
Expand description

The announcements made by the proxy (key).