This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Description
As I currently see, it is only exists CountedMap which is wrapper over the StorageMap.
To solve the following issue paritytech/polkadot-sdk#316 seems it is not enough only CountedMap needs also some kind of CountedDoubleMap and CountedNMap implementation.
Maybe also need to add the same implementation as for the StorageMap with CountedMap but for the StorageDoubleMap and StorageNMap.