Type Definition pallet_xdns::pallet::RemoteBiddingAddresses
source · pub type RemoteBiddingAddresses<T: Config> = StorageMap<_GeneratedPrefixForStorageRemoteBiddingAddresses<T>, Identity, TargetId, H256, OptionQuery>;
Expand description
Storage type is [StorageMap
] with key type TargetId
and value type H256
.