Type Definition pallet_collective_mangata::pallet::ProposalProposedTime
source · pub type ProposalProposedTime<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageProposalProposedTime<T, I>, Identity, T::Hash, BlockNumberFor<T>, OptionQuery>;
Expand description
Block when the proposal was proposed.
Storage type is StorageMap
with key type T :: Hash
and value type BlockNumberFor < T >
.