pub type SignedProposals<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageSignedProposals<T>, Blake2_128Concat, TypedChainId, Blake2_128Concat, T::BatchId, SignedProposalBatchOf<T>>;
Expand description

All signed proposals.

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