pub type UnsignedProposals<T: Config> = StorageMap<_GeneratedPrefixForStorageUnsignedProposals<T>, Blake2_128Concat, TypedChainId, BoundedVec<UnsignedProposalOf<T>, T::MaxProposalsPerBatch>>;
Expand description

Staging queue for unsigned proposals

Storage type is [StorageMap] with key type TypedChainId and value type BoundedVec < UnsignedProposalOf < T >, T :: MaxProposalsPerBatch >.