pub type ClaimedRelayChainIds<T: Config> = StorageMap<_GeneratedPrefixForStorageClaimedRelayChainIds<T>, Blake2_128Concat, T::RelayChainAccountId, ()>;Expand description
Storage type is [StorageMap] with key type T :: RelayChainAccountId and value type ().
Aliased Typeยง
struct ClaimedRelayChainIds<T: Config>(/* private fields */);