Type Definition pallet_collective::pallet::ProposalOf[][src]

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.