Type Alias pallet_collective::pallet::ProposalOf
source · pub type ProposalOf<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageProposalOf<T, I>, Identity, T::Hash, <T as Config<I>>::Proposal, OptionQuery>;
Expand description
Actual proposal for a given hash, if it’s current.
Storage type is [StorageMap
] with key type T :: Hash
and value type < T as Config < I > > :: Proposal
.
Aliased Type§
struct ProposalOf<T: Config<I>, I: 'static = ()>(PhantomData<(_GeneratedPrefixForStorageProposalOf<T, I>, Identity, <T as Config>::Hash, <T as Config<I>>::Proposal, OptionQuery, GetDefault, GetDefault)>);
Fields§
§0: PhantomData<(_GeneratedPrefixForStorageProposalOf<T, I>, Identity, <T as Config>::Hash, <T as Config<I>>::Proposal, OptionQuery, GetDefault, GetDefault)>