pub type ClaimedRelayChainIds<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageClaimedRelayChainIds<T>, Blake2_128Concat, u32, Blake2_128Concat, T::RelayChainAccountId, ()>;
Expand description

Storage type is StorageDoubleMap with key1 type u32, key2 type T :: RelayChainAccountId and value type ().