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

The announcements made by the proxy (key).

Storage type is [StorageMap] with key type T :: AccountId and value type (BoundedVec < Announcement < T :: AccountId, CallHashOf < T > , BlockNumberFor < T > > , T :: MaxPending > , BalanceOf < T > ,).

Aliased Type§

struct Announcements<T: Config>(/* private fields */);