pub type UnsignedProposalQueue<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageUnsignedProposalQueue<T>, Blake2_128Concat, TypedChainId, Blake2_128Concat, T::BatchId, StoredUnsignedProposalBatchOf<T>>;
Expand description

All unsigned proposals.

Storage type is [StorageDoubleMap] with key1 type TypedChainId, key2 type T :: BatchId and value type StoredUnsignedProposalBatchOf < T >.