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 = ()>(/* private fields */);